Mercurial > hg-stable
diff tests/test-import-merge.t @ 34661:eb586ed5d8ce
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Upon pull or unbundle, we display a message with the range of new revisions
fetched. This revision range could readily be used after a pull to look out
what's new with 'hg log'. The algorithm takes care of filtering "obsolete"
revisions that might be present in transaction's "changes" but should not be
displayed to the end user.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Thu, 12 Oct 2017 09:39:50 +0200 |
parents | bdc0e04df243 |
children | b95a6fb7ae66 |
line wrap: on
line diff
--- a/tests/test-import-merge.t Fri Oct 13 21:36:10 2017 +0900 +++ b/tests/test-import-merge.t Thu Oct 12 09:39:50 2017 +0200 @@ -37,6 +37,7 @@ adding manifests adding file changes added 3 changesets with 3 changes to 2 files + new changesets 07f494440405:890ecaa90481 updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cd repo2 @@ -47,6 +48,7 @@ adding manifests adding file changes added 1 changesets with 1 changes to 1 files (+1 heads) + new changesets 102a90ea7b4a (run 'hg heads' to see heads, 'hg merge' to merge) Test without --exact and diff.p1 == workingdir.p1