Mercurial > public > mercurial-scm > hg
diff tests/test-rebase-cache.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-cache.t Sun Dec 07 20:04:45 2014 +0100 +++ b/tests/test-rebase-cache.t Tue Dec 09 03:45:26 2014 +0100 @@ -105,6 +105,8 @@ 0: 'A' $ hg rebase -s 5 -d 8 + rebasing 5:635859577d0b "D" + rebasing 6:5097051d331d "E" saved backup bundle to $TESTTMP/a1/.hg/strip-backup/635859577d0b-backup.hg (glob) $ hg branches @@ -166,6 +168,7 @@ o 0: 'A' $ hg rebase -s 8 -d 6 + rebasing 8:4666b71e8e32 "F" (tip) saved backup bundle to $TESTTMP/a2/.hg/strip-backup/4666b71e8e32-backup.hg (glob) $ hg branches @@ -230,6 +233,8 @@ o 0: 'A' $ hg rebase -s 7 -d 6 + rebasing 7:653b9feb4616 "branch3" + rebasing 8:4666b71e8e32 "F" (tip) saved backup bundle to $TESTTMP/a3/.hg/strip-backup/653b9feb4616-backup.hg (glob) $ hg branches @@ -475,6 +480,8 @@ > true > EOF $ HGEDITOR="sh $TESTTMP/checkeditform.sh" hg rebase --dest 7 --source 5 -e + rebasing 5:361a99976cc9 "F" HGEDITFORM=rebase.merge + rebasing 8:326cfedc031c "I" (tip) HGEDITFORM=rebase.normal saved backup bundle to $TESTTMP/a3/c4/.hg/strip-backup/361a99976cc9-backup.hg (glob)