Mercurial > hg
comparison tests/test-paths.t @ 11785:7d9be960cd9a
tests: unify test-paths
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Thu, 12 Aug 2010 15:18:44 +0900 |
parents | tests/test-paths@92eb0a019bf2 |
children | 4134686b83e1 |
comparison
equal
deleted
inserted
replaced
11784:8a1943685dfb | 11785:7d9be960cd9a |
---|---|
1 $ hg init a | |
2 $ hg clone a b | |
3 updating to branch default | |
4 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
5 $ cd a | |
6 $ echo '[paths]' >> .hg/hgrc | |
7 $ echo 'dupe = ../b' >> .hg/hgrc | |
8 $ hg in dupe | |
9 comparing with .*/test-paths.t/b | |
10 no changes found | |
11 $ cd .. | |
12 $ hg -R a in dupe | |
13 comparing with .*/test-paths.t/b | |
14 no changes found | |
15 $ true |