Mercurial > public > mercurial-scm > hg
diff tests/test-log.t @ 47921:0c92cd9286ee
tests: manual cleanup now that dummyssh usage is implied
Differential Revision: https://phab.mercurial-scm.org/D11246
author | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com> |
---|---|
date | Mon, 02 Aug 2021 23:43:40 -0400 |
parents | 9c4204b7f3e4 |
children | 5ced12cfa41b |
line wrap: on
line diff
--- a/tests/test-log.t Mon Aug 02 21:25:01 2021 -0400 +++ b/tests/test-log.t Mon Aug 02 23:43:40 2021 -0400 @@ -2516,8 +2516,7 @@ is global. So we shouldn't expect the namespace always exists. Using ssh:// makes sure a bundle repository is created from scratch. (issue6301) - $ hg clone \ - > -qr0 "ssh://user@dummy/`pwd`/a" a-clone + $ hg clone -qr0 "ssh://user@dummy/`pwd`/a" a-clone $ hg incoming --config extensions.names=names.py -R a-clone \ > -T '{bars}\n' -l1 comparing with ssh://user@dummy/$TESTTMP/a