##// END OF EJS Templates
test-clone.t: add basic cases for destination ''...
Adrian Buehlmann -
r13058:5986f44e stable
parent child Browse files
Show More
@@ -41,6 +41,12 b' Default operation:'
41 checking files
41 checking files
42 2 files, 11 changesets, 11 total revisions
42 2 files, 11 changesets, 11 total revisions
43
43
44 Invalid dest '' must abort:
45
46 $ hg clone . ''
47 abort: No such file or directory
48 [255]
49
44 No update, with debug option:
50 No update, with debug option:
45
51
46 $ hg --debug clone -U . ../c
52 $ hg --debug clone -U . ../c
@@ -99,6 +105,12 b' Use --pull:'
99 checking files
105 checking files
100 2 files, 11 changesets, 11 total revisions
106 2 files, 11 changesets, 11 total revisions
101
107
108 Invalid dest '' with --pull must abort (issue2528):
109
110 $ hg clone --pull a ''
111 abort: No such file or directory
112 [255]
113
102 Clone to '.':
114 Clone to '.':
103
115
104 $ mkdir h
116 $ mkdir h
General Comments 0
You need to be logged in to leave comments. Login now