Mercurial > hg-stable
diff tests/test-share.t @ 42436:69883775b27d
root: add template variables pointing to repository directories
These paths are useful for GUI applications to detect changes. A GUI process
typically monitors .hg and .hg/store directories so that it will be notified
on lock/wlock deletion.
Alternatively, maybe we can add debugpaths command if we don't want to extend
the root command. I'm not sure which will be nicer.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 04 Jun 2019 21:13:35 +0900 |
parents | 81ece800576a |
children | dc283bc7e033 |
line wrap: on
line diff
--- a/tests/test-share.t Tue Jun 04 20:58:39 2019 +0900 +++ b/tests/test-share.t Tue Jun 04 21:13:35 2019 +0900 @@ -21,6 +21,14 @@ $ cd repo2 $ test -d .hg/store [1] + $ hg root -Tjson | sed 's|\\\\|\\|g' + [ + { + "hgpath": "$TESTTMP/repo2/.hg", + "reporoot": "$TESTTMP/repo2", + "storepath": "$TESTTMP/repo1/.hg/store" + } + ] share shouldn't have a full cache dir, original repo should