Message11554

Author gward
Recipients abuehl, astratto, jlebar, pmezard
Date 2010-01-31.21:49:45
Content
I think this is a general problem with rebase, not specific to 'merge --
rebase'.  It's annoying: if my current cset (first parent of working dir) is 
A and I run "hg merge B", then I get A=local and B=other.  But if I rebase A 
onto B, the relationship is backwards.  At the level of file merges, merging 
B with A should be the same as rebasing A onto B.
History
Date User Action Args
2010-01-31 21:49:45gwardsetmessageid: <1264974585.08.0.802665607403.issue2007@mercurial.selenic.com>
2010-01-31 21:49:45gwardsetrecipients: + pmezard, abuehl, astratto, jlebar
2010-01-31 21:49:45gwardlinkissue2007 messages
2010-01-31 21:49:45gwardcreate