Mercurial > hg-stable
diff tests/test-rebase-interruptions.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 | b081decd9062 |
children | d298805fb639 |
line wrap: on
line diff
--- a/tests/test-rebase-interruptions.t Sun Dec 07 20:04:45 2014 +0100 +++ b/tests/test-rebase-interruptions.t Tue Dec 09 03:45:26 2014 +0100 @@ -57,6 +57,8 @@ Rebasing B onto E: $ hg rebase -s 1 -d 4 + rebasing 1:27547f69f254 "B" + rebasing 2:965c486023db "C" merging A warning: conflicts during merge. merging A incomplete! (edit conflicts, then use 'hg resolve --mark') @@ -93,6 +95,8 @@ Resume the rebasing: $ hg rebase --continue + already rebased 1:27547f69f254 "B" as 45396c49d53b + rebasing 2:965c486023db "C" merging A warning: conflicts during merge. merging A incomplete! (edit conflicts, then use 'hg resolve --mark') @@ -107,6 +111,8 @@ (no more unresolved files) $ hg rebase --continue + already rebased 1:27547f69f254 "B" as 45396c49d53b + rebasing 2:965c486023db "C" warning: new changesets detected on source branch, not stripping $ hg tglogp @@ -148,6 +154,8 @@ Rebasing B onto E: $ hg rebase -s 1 -d 4 + rebasing 1:27547f69f254 "B" + rebasing 2:965c486023db "C" merging A warning: conflicts during merge. merging A incomplete! (edit conflicts, then use 'hg resolve --mark') @@ -219,6 +227,8 @@ Rebasing B onto E: $ hg rebase -s 1 -d 4 + rebasing 1:27547f69f254 "B" + rebasing 2:965c486023db "C" merging A warning: conflicts during merge. merging A incomplete! (edit conflicts, then use 'hg resolve --mark')