Mercurial > public > mercurial-scm > hg
diff tests/test-subrepo-relative-path.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 | 72f051f9a7d8 |
children | 4441705b7111 |
line wrap: on
line diff
--- a/tests/test-subrepo-relative-path.t Fri Oct 13 21:36:10 2017 +0900 +++ b/tests/test-subrepo-relative-path.t Thu Oct 12 09:39:50 2017 +0200 @@ -47,6 +47,7 @@ adding manifests adding file changes added 1 changesets with 3 changes to 3 files + new changesets fdfeeb3e979e updating to branch default cloning subrepo sub from http://localhost:$HGPORT/sub requesting all changes @@ -54,6 +55,7 @@ adding manifests adding file changes added 1 changesets with 1 changes to 1 files + new changesets 863c1745b441 3 files updated, 0 files merged, 0 files removed, 0 files unresolved Checking cloned repo ids @@ -80,6 +82,7 @@ adding manifests adding file changes added 1 changesets with 3 changes to 3 files + new changesets fdfeeb3e979e updating to branch default cloning subrepo sub from ssh://user@dummy/sub requesting all changes @@ -87,6 +90,7 @@ adding manifests adding file changes added 1 changesets with 1 changes to 1 files + new changesets 863c1745b441 3 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg -R sshclone push -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/cloned