##// END OF EJS Templates
test-static-http.t: increase test coverage on filenames...
Adrian Buehlmann -
r13209:501f979d default
parent child Browse files
Show More
@@ -27,10 +27,13 b' one pull'
27 27 $ cd remote
28 28 $ hg init
29 29 $ echo foo > bar
30 $ hg add bar
30 $ echo c2 > '.dotfile with spaces'
31 $ hg add
32 adding .dotfile with spaces
33 adding bar
31 34 $ hg commit -m"test"
32 35 $ hg tip
33 changeset: 0:61c9426e69fe
36 changeset: 0:02770d679fb8
34 37 tag: tip
35 38 user: test
36 39 date: Thu Jan 01 00:00:00 1970 +0000
@@ -42,16 +45,16 b' one pull'
42 45 adding changesets
43 46 adding manifests
44 47 adding file changes
45 added 1 changesets with 1 changes to 1 files
48 added 1 changesets with 2 changes to 2 files
46 49 updating to branch default
47 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
50 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
48 51 $ cd local
49 52 $ hg verify
50 53 checking changesets
51 54 checking manifests
52 55 crosschecking files in changesets and manifests
53 56 checking files
54 1 files, 1 changesets, 1 total revisions
57 2 files, 1 changesets, 2 total revisions
55 58 $ cat bar
56 59 foo
57 60 $ cd ../remote
@@ -66,7 +69,7 b' check for HTTP opener failures when cach'
66 69 $ echo '[hooks]' >> .hg/hgrc
67 70 $ echo 'changegroup = python ../printenv.py changegroup' >> .hg/hgrc
68 71 $ hg pull
69 changegroup hook: HG_NODE=822d6e31f08b9d6e3b898ce5e52efc0a4bf4905a HG_SOURCE=pull HG_URL=http://localhost:$HGPORT/remote
72 changegroup hook: HG_NODE=4ac2e3648604439c580c69b09ec9d93a88d93432 HG_SOURCE=pull HG_URL=http://localhost:$HGPORT/remote
70 73 pulling from static-http://localhost:$HGPORT/remote
71 74 searching for changes
72 75 adding changesets
@@ -96,9 +99,9 b' trying clone -r'
96 99 adding changesets
97 100 adding manifests
98 101 adding file changes
99 added 1 changesets with 1 changes to 1 files
102 added 1 changesets with 2 changes to 2 files
100 103 updating to branch default
101 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
104 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
102 105
103 106 test with "/" URI (issue 747)
104 107
General Comments 0
You need to be logged in to leave comments. Login now