author | Steve Borho <steve@borho.org> |
Sun, 29 Mar 2009 16:15:06 -0500 | |
changeset 7927 | a218ba5f60df |
parent 3841 | aaeb7f5d1052 |
child 7935 | 39566bb99a9c |
permissions | -rw-r--r-- |
1588
a679a364436a
Better error message (without /.hg appended) when repository is not found.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
925
diff
changeset
|
1 |
abort: repository a not found! |
550 | 2 |
255 |
775 | 3 |
abort: error: Connection refused |
550 | 4 |
255 |
1588
a679a364436a
Better error message (without /.hg appended) when repository is not found.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
925
diff
changeset
|
5 |
abort: repository a not found! |
550 | 6 |
255 |
7927
a218ba5f60df
allow clone into existing but empty directories
Steve Borho <steve@borho.org>
parents:
3841
diff
changeset
|
7 |
abort: Permission denied: ../a |
2057
fef2d653beaf
Never exit directly from commands.dispatch(), but pass return code to caller.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1588
diff
changeset
|
8 |
255 |
1588
a679a364436a
Better error message (without /.hg appended) when repository is not found.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
925
diff
changeset
|
9 |
abort: repository a not found! |
550 | 10 |
255 |
3841
aaeb7f5d1052
Show the destionation for clone if not specified manually.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2108
diff
changeset
|
11 |
destination directory: q |
7927
a218ba5f60df
allow clone into existing but empty directories
Steve Borho <steve@borho.org>
parents:
3841
diff
changeset
|
12 |
abort: destination 'q' is not empty |
a218ba5f60df
allow clone into existing but empty directories
Steve Borho <steve@borho.org>
parents:
3841
diff
changeset
|
13 |
abort: destination 'a' is not empty |
a218ba5f60df
allow clone into existing but empty directories
Steve Borho <steve@borho.org>
parents:
3841
diff
changeset
|
14 |
255 |