comparison tests/test-largefiles-cache.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 b4707311d982
children 4441705b7111
comparison
equal deleted inserted replaced
34660:d00ec62d156f 34661:eb586ed5d8ce
43 requesting all changes 43 requesting all changes
44 adding changesets 44 adding changesets
45 adding manifests 45 adding manifests
46 adding file changes 46 adding file changes
47 added 2 changesets with 1 changes to 1 files 47 added 2 changesets with 1 changes to 1 files
48 new changesets eb85d9124f3f:26c18ce05e4e
48 (run 'hg update' to get a working copy) 49 (run 'hg update' to get a working copy)
49 50
50 Update working directory to "tip", which requires largefile("large"), 51 Update working directory to "tip", which requires largefile("large"),
51 but there is no cache file for it. So, hg must treat it as 52 but there is no cache file for it. So, hg must treat it as
52 "missing"(!) file. 53 "missing"(!) file.
84 pulling from src 85 pulling from src
85 adding changesets 86 adding changesets
86 adding manifests 87 adding manifests
87 adding file changes 88 adding file changes
88 added 1 changesets with 1 changes to 1 files 89 added 1 changesets with 1 changes to 1 files
90 new changesets eb85d9124f3f
89 (run 'hg update' to get a working copy) 91 (run 'hg update' to get a working copy)
90 92
91 #if unix-permissions 93 #if unix-permissions
92 94
93 Portable way to print file permissions: 95 Portable way to print file permissions: