comparison tests/test-relink.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 afb33e73e515
children 4441705b7111
comparison
equal deleted inserted replaced
34660:d00ec62d156f 34661:eb586ed5d8ce
58 $ hg clone --pull -r0 repo clone 58 $ hg clone --pull -r0 repo clone
59 adding changesets 59 adding changesets
60 adding manifests 60 adding manifests
61 adding file changes 61 adding file changes
62 added 1 changesets with 2 changes to 2 files 62 added 1 changesets with 2 changes to 2 files
63 new changesets 008c0c271c47
63 updating to branch default 64 updating to branch default
64 2 files updated, 0 files merged, 0 files removed, 0 files unresolved 65 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
65 $ cd clone 66 $ cd clone
66 $ hg pull -q 67 $ hg pull -q
67 $ echo b >> b 68 $ echo b >> b