Mercurial > hg
annotate tests/test-ssh.out @ 1951:696230e52e4d
add HGRCPATH env var, list of places to look for hgrc files.
if set, override default hgrc search path.
if empty, only .hg/hgrc of current repo read.
for each element, if directory, all entries in directory with end in
".rc" are added to path. else, element is added to path.
big thing about this change is that user "~/.hgrc" and system hgrc not
longer breaks tests. run-tests makes HGRCPATH empty now.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Tue, 14 Mar 2006 21:40:46 -0800 |
parents | 7544700fd931 |
children | 70ba0c86da8b |
rev | line source |
---|---|
1110 | 1 # creating 'remote' |
2 # clone remote | |
3 requesting all changes | |
4 adding changesets | |
5 adding manifests | |
6 adding file changes | |
7 added 1 changesets with 1 changes to 1 files | |
8 # verify | |
9 checking changesets | |
10 checking manifests | |
11 crosschecking files in changesets and manifests | |
12 checking files | |
13 1 files, 1 changesets, 1 total revisions | |
14 # empty default pull | |
15 default = ssh://user@dummy/remote | |
16 pulling from ssh://user@dummy/remote | |
17 searching for changes | |
18 no changes found | |
19 # local change | |
20 # updating rc | |
21 # find outgoing | |
22 searching for changes | |
1933
7544700fd931
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1168
diff
changeset
|
23 changeset: 1:c54836a570be |
1110 | 24 tag: tip |
25 user: test | |
1933
7544700fd931
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1168
diff
changeset
|
26 date: Mon Jan 12 13:46:40 1970 +0000 |
1110 | 27 summary: add |
28 | |
29 # push | |
30 pushing to ssh://user@dummy/remote | |
31 searching for changes | |
32 remote: adding changesets | |
33 remote: adding manifests | |
34 remote: adding file changes | |
35 remote: added 1 changesets with 1 changes to 1 files | |
36 # check remote tip | |
1933
7544700fd931
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1168
diff
changeset
|
37 changeset: 1:c54836a570be |
1110 | 38 tag: tip |
39 user: test | |
1933
7544700fd931
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1168
diff
changeset
|
40 date: Mon Jan 12 13:46:40 1970 +0000 |
1110 | 41 summary: add |
42 | |
43 checking changesets | |
44 checking manifests | |
45 crosschecking files in changesets and manifests | |
46 checking files | |
47 1 files, 2 changesets, 2 total revisions | |
48 bleah | |
49 Got arguments 1:user@dummy 2:hg -R remote serve --stdio 3: 4: 5: | |
50 Got arguments 1:user@dummy 2:hg -R remote serve --stdio 3: 4: 5: | |
51 Got arguments 1:user@dummy 2:hg -R remote serve --stdio 3: 4: 5: | |
52 Got arguments 1:user@dummy 2:hg -R remote serve --stdio 3: 4: 5: |