changeset 45921 | 95c4cca641f6 |
parent 45865 | 96ca817ec192 |
child 46486 | dc00324e80f4 |
45920:e131dbf6ee15 | 45921:95c4cca641f6 |
---|---|
1068 $ cd .. |
1068 $ cd .. |
1069 |
1069 |
1070 Clone URL without path: |
1070 Clone URL without path: |
1071 |
1071 |
1072 $ hg clone file:// |
1072 $ hg clone file:// |
1073 abort: repository / not found! |
1073 abort: repository / not found |
1074 [255] |
1074 [255] |
1075 |
1075 |
1076 Ensure base clone command argument validation |
1076 Ensure base clone command argument validation |
1077 |
1077 |
1078 $ hg clone -U -u 0 a a-clone-failure |
1078 $ hg clone -U -u 0 a a-clone-failure |