comparison tests/test-acl.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 10e162bb9bf5
children aa5e7b4a3a01
comparison
equal deleted inserted replaced
34660:d00ec62d156f 34661:eb586ed5d8ce
65 $ hg clone -r 0 a b 65 $ hg clone -r 0 a b
66 adding changesets 66 adding changesets
67 adding manifests 67 adding manifests
68 adding file changes 68 adding file changes
69 added 1 changesets with 3 changes to 3 files 69 added 1 changesets with 3 changes to 3 files
70 new changesets 6675d58eff77
70 updating to branch default 71 updating to branch default
71 3 files updated, 0 files merged, 0 files removed, 0 files unresolved 72 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
72 73
73 $ config=b/.hg/hgrc 74 $ config=b/.hg/hgrc
74 75
1414 searching for changes 1415 searching for changes
1415 adding changesets 1416 adding changesets
1416 adding manifests 1417 adding manifests
1417 adding file changes 1418 adding file changes
1418 added 2 changesets with 1 changes to 1 files (+1 heads) 1419 added 2 changesets with 1 changes to 1 files (+1 heads)
1420 new changesets 81fbf4469322:fb35475503ef
1419 (run 'hg heads' to see heads) 1421 (run 'hg heads' to see heads)
1420 1422
1421 Create additional changeset on foobar branch 1423 Create additional changeset on foobar branch
1422 1424
1423 $ cd a 1425 $ cd a