Mercurial > hg-stable
diff tests/test-rebase-named-branches.t @ 23517:4f18e80d9c30
rebase: show more useful status information while rebasing
Show status messages while rebasing, similar to what graft do:
rebasing 12:2647734878ef "fork" (tip)
This gives more context for the user when resolving conflicts.
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Tue, 09 Dec 2014 03:45:26 +0100 |
parents | 328afbad6e57 |
children | 2fb0504b8175 |
line wrap: on
line diff
--- a/tests/test-rebase-named-branches.t Sun Dec 07 20:04:45 2014 +0100 +++ b/tests/test-rebase-named-branches.t Tue Dec 09 03:45:26 2014 +0100 @@ -69,6 +69,10 @@ Branch name containing a dash (issue3181) $ hg rebase -b dev-two -d dev-one --keepbranches + rebasing 5:24b6387c8c8c "F" + rebasing 6:eea13746799a "G" + rebasing 7:02de42196ebe "H" + rebasing 9:cb039b7cae8e "dev-two named branch" (tip) saved backup bundle to $TESTTMP/a1/.hg/strip-backup/24b6387c8c8c-backup.hg (glob) $ hg tglog @@ -93,6 +97,11 @@ o 0: 'A' $ hg rebase -s dev-one -d 0 --keepbranches + rebasing 5:643fc9128048 "dev-one named branch" + rebasing 6:24de4aff8e28 "F" + rebasing 7:4b988a958030 "G" + rebasing 8:31d0e4ba75e6 "H" + rebasing 9:9e70cd31750f "dev-two named branch" (tip) saved backup bundle to $TESTTMP/a1/.hg/strip-backup/643fc9128048-backup.hg (glob) $ hg tglog @@ -143,6 +152,10 @@ o 0: 'A' $ hg rebase -b 'max(branch("dev-two"))' -d dev-one --keepbranches + rebasing 5:77854864208c "F" + rebasing 6:63b4f9c788a1 "G" + rebasing 7:87861e68abd3 "H" + rebasing 8:ec00d4e0efca "dev-two named branch" saved backup bundle to $TESTTMP/a1/.hg/strip-backup/77854864208c-backup.hg (glob) $ hg tglog @@ -167,6 +180,11 @@ o 0: 'A' $ hg rebase -s 'max(branch("dev-one"))' -d 0 --keepbranches + rebasing 5:643fc9128048 "dev-one named branch" + rebasing 6:05584c618d45 "F" + rebasing 7:471695f5257d "G" + rebasing 8:8382a539a2df "H" + rebasing 9:11f718458b32 "dev-two named branch" (tip) saved backup bundle to $TESTTMP/a1/.hg/strip-backup/643fc9128048-backup.hg (glob) $ hg tglog @@ -192,6 +210,9 @@ Rebasing descendant onto ancestor across different named branches $ hg rebase -s 1 -d 8 --keepbranches + rebasing 1:42ccdea3bb16 "B" + rebasing 2:5fddd98957c8 "C" + rebasing 3:32af7686d403 "D" saved backup bundle to $TESTTMP/a1/.hg/strip-backup/42ccdea3bb16-backup.hg (glob) $ hg tglog @@ -218,6 +239,10 @@ [255] $ hg rebase -s 5 -d 4 + rebasing 5:32d3b0de7f37 "dev-two named branch" + rebasing 6:580fcd9fd48f "B" + rebasing 7:32aba0402ed2 "C" + rebasing 8:e4787b575338 "D" (tip) saved backup bundle to $TESTTMP/a1/.hg/strip-backup/32d3b0de7f37-backup.hg (glob) $ hg tglog @@ -248,6 +273,11 @@ $ hg ci -m 'close b' --close $ hg rebase -b 8 -d b reopening closed branch head ea9de14a36c6 + rebasing 4:86693275b2ef "H" + rebasing 5:2149726d0970 "dev-two named branch" + rebasing 6:81e55225e95d "B" + rebasing 7:09eda3dc3195 "C" + rebasing 8:31298fc9d159 "D" saved backup bundle to $TESTTMP/a1/.hg/strip-backup/86693275b2ef-backup.hg (glob) $ cd .. @@ -302,6 +332,7 @@ $ cd ../case2 $ hg up -qr 1 $ hg rebase + rebasing 1:40039acb7ca5 "b1" saved backup bundle to $TESTTMP/case2/.hg/strip-backup/40039acb7ca5-backup.hg (glob) $ hg tglog @ 3: 'b1' b