comparison tests/test-http-bad-server.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 a6d95a8b7243
children 62e10bf001a9
comparison
equal deleted inserted replaced
34660:d00ec62d156f 34661:eb586ed5d8ce
831 requesting all changes 831 requesting all changes
832 adding changesets 832 adding changesets
833 adding manifests 833 adding manifests
834 adding file changes 834 adding file changes
835 added 1 changesets with 1 changes to 1 files 835 added 1 changesets with 1 changes to 1 files
836 new changesets 96ee1d7354c4
836 updating to branch default 837 updating to branch default
837 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 838 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
838 839
839 $ killdaemons.py $DAEMON_PIDS 840 $ killdaemons.py $DAEMON_PIDS
840 841
874 requesting all changes 875 requesting all changes
875 adding changesets 876 adding changesets
876 adding manifests 877 adding manifests
877 adding file changes 878 adding file changes
878 added 1 changesets with 1 changes to 1 files 879 added 1 changesets with 1 changes to 1 files
880 new changesets 96ee1d7354c4
879 updating to branch default 881 updating to branch default
880 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 882 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
881 883
882 $ killdaemons.py $DAEMON_PIDS 884 $ killdaemons.py $DAEMON_PIDS
883 885