Show More
@@ -103,6 +103,7 b' def clone(ui, source, dest=None, pull=Fa' | |||||
103 |
|
103 | |||
104 | if dest is None: |
|
104 | if dest is None: | |
105 | dest = defaultdest(source) |
|
105 | dest = defaultdest(source) | |
|
106 | ui.status(_("destination directory: %s\n") % dest) | |||
106 |
|
107 | |||
107 | def localpath(path): |
|
108 | def localpath(path): | |
108 | if path.startswith('file://'): |
|
109 | if path.startswith('file://'): |
@@ -8,4 +8,5 b" abort: destination '../a' already exists" | |||||
8 | 255 |
|
8 | 255 | |
9 | abort: repository a not found! |
|
9 | abort: repository a not found! | |
10 | 255 |
|
10 | 255 | |
|
11 | destination directory: q | |||
11 | abort: destination 'q' already exists |
|
12 | abort: destination 'q' already exists |
@@ -11,5 +11,6 b' checking manifests' | |||||
11 | crosschecking files in changesets and manifests |
|
11 | crosschecking files in changesets and manifests | |
12 | checking files |
|
12 | checking files | |
13 | 1 files, 1 changesets, 1 total revisions |
|
13 | 1 files, 1 changesets, 1 total revisions | |
|
14 | destination directory: a | |||
14 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
15 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
15 | a |
|
16 | a |
General Comments 0
You need to be logged in to leave comments.
Login now