Mercurial > hg-stable
diff tests/test-https.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 | eeed23508383 |
children | 1b22d325089c |
line wrap: on
line diff
--- a/tests/test-https.t Fri Oct 13 21:36:10 2017 +0900 +++ b/tests/test-https.t Thu Oct 12 09:39:50 2017 +0200 @@ -148,6 +148,7 @@ adding manifests adding file changes added 1 changesets with 4 changes to 4 files + new changesets 8b6053c928fe A per-host certificate with multiple certs and one matching will be accepted @@ -159,6 +160,7 @@ adding manifests adding file changes added 1 changesets with 4 changes to 4 files + new changesets 8b6053c928fe Defining both per-host certificate and a fingerprint will print a warning @@ -170,6 +172,7 @@ adding manifests adding file changes added 1 changesets with 4 changes to 4 files + new changesets 8b6053c928fe $ DISABLECACERTS="--config devel.disableloaddefaultcerts=true" @@ -189,6 +192,7 @@ adding manifests adding file changes added 1 changesets with 4 changes to 4 files + new changesets 8b6053c928fe updating to branch default 4 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg verify -R copy-pull @@ -226,6 +230,7 @@ adding manifests adding file changes added 1 changesets with 1 changes to 1 files + new changesets 5fed3813f7f5 changegroup hook: HG_HOOKNAME=changegroup HG_HOOKTYPE=changegroup HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_NODE_LAST=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_SOURCE=pull HG_TXNID=TXN:$ID$ HG_URL=https://localhost:$HGPORT/ (run 'hg update' to get a working copy) $ cd ..