Message8962

Author astratto
Recipients djc, jcoomes, keramida
Date 2009-04-01.20:02:26
Content
I'm not sure we want to deal with defaults about mq in rebase.

Ideally it would be great to have a way to detect the format of the current
patch before qfinish it, and then use it when qimport-ing it. This way we could
solve both this issue and the mixed styles one.
That piece of code would change in something like:
    repo.mq.qimport(repo, (), patchname=mqrebase[rev],
          git=revgitformat,rev=[str(state[rev])])
where revgitformat has been computed before the line
    repo.mq.finish(repo, mqrebase.keys())
History
Date User Action Args
2009-04-01 20:02:44astrattosetrecipients: + keramida, djc, jcoomes
2009-04-01 20:02:44astrattosetmessageid: <1238616164.03.0.0788164095531.issue1574@selenic.com>
2009-04-01 20:02:43astrattolinkissue1574 messages
2009-04-01 20:02:26astrattocreate