Show More
@@ -422,7 +422,7 b' Direct clone from bundle (all-history)' | |||||
422 | $ rm -r full-clone |
|
422 | $ rm -r full-clone | |
423 |
|
423 | |||
424 | When cloning from a non-copiable repository into '', do not |
|
424 | When cloning from a non-copiable repository into '', do not | |
425 |
recurse infinitely (issue |
|
425 | recurse infinitely (issue2528) | |
426 |
|
426 | |||
427 | $ hg clone full.hg '' |
|
427 | $ hg clone full.hg '' | |
428 | abort: empty destination path is not valid |
|
428 | abort: empty destination path is not valid |
@@ -33,8 +33,7 b'' | |||||
33 | $ git add a d |
|
33 | $ git add a d | |
34 | $ commit -a -m t1 |
|
34 | $ commit -a -m t1 | |
35 |
|
35 | |||
36 | Remove the directory, then try to replace it with a file |
|
36 | Remove the directory, then try to replace it with a file (issue754) | |
37 | (issue 754) |
|
|||
38 |
|
37 | |||
39 |
$ |
|
38 | $ git rm -f d/b | |
40 | rm 'd/b' |
|
39 | rm 'd/b' | |
@@ -206,7 +205,7 b' full conversion' | |||||
206 | 9277c9cc8dd4576fc01a17939b4351e5ada93466 644 foo |
|
205 | 9277c9cc8dd4576fc01a17939b4351e5ada93466 644 foo | |
207 | 88dfeab657e8cf2cef3dec67b914f49791ae76b1 644 quux |
|
206 | 88dfeab657e8cf2cef3dec67b914f49791ae76b1 644 quux | |
208 |
|
207 | |||
209 |
test binary conversion (issue |
|
208 | test binary conversion (issue1359) | |
210 |
|
209 | |||
211 |
$ |
|
210 | $ mkdir git-repo3 | |
212 | $ cd git-repo3 |
|
211 | $ cd git-repo3 |
@@ -598,7 +598,7 b' Test 3507 (both normal files and largefi' | |||||
598 | C sub2/large6 |
|
598 | C sub2/large6 | |
599 | C sub2/large7 |
|
599 | C sub2/large7 | |
600 |
|
600 | |||
601 |
Test commit -A (issue |
|
601 | Test commit -A (issue3542) | |
602 |
$ |
|
602 | $ echo large8 > large8 | |
603 | $ hg add --large large8 |
|
603 | $ hg add --large large8 | |
604 | $ hg ci -Am 'this used to add large8 as normal and commit both' |
|
604 | $ hg ci -Am 'this used to add large8 as normal and commit both' |
@@ -663,7 +663,7 b' each root have a different common ancest' | |||||
663 | o 0: 'A' |
|
663 | o 0: 'A' | |
664 |
|
664 | |||
665 |
|
665 | |||
666 |
Test that rebase is not confused by $CWD disappearing during rebase (issue |
|
666 | Test that rebase is not confused by $CWD disappearing during rebase (issue4121) | |
667 |
|
667 | |||
668 | $ cd .. |
|
668 | $ cd .. | |
669 | $ hg init cwd-vanish |
|
669 | $ hg init cwd-vanish |
@@ -96,7 +96,7 b' working dir unaffected by rollback: do n' | |||||
96 | bar |
|
96 | bar | |
97 | $ hg bookmark --delete foo |
|
97 | $ hg bookmark --delete foo | |
98 |
|
98 | |||
99 |
rollback by pretxncommit saves commit message (issue |
|
99 | rollback by pretxncommit saves commit message (issue1635) | |
100 |
|
100 | |||
101 | $ echo a >> a |
|
101 | $ echo a >> a | |
102 | $ hg --config hooks.pretxncommit=false commit -m"precious commit message" |
|
102 | $ hg --config hooks.pretxncommit=false commit -m"precious commit message" |
@@ -446,7 +446,7 b' shelve should still work even if mq is d' | |||||
446 | $ hg --config extensions.mq=! unshelve |
|
446 | $ hg --config extensions.mq=! unshelve | |
447 | unshelving change 'test' |
|
447 | unshelving change 'test' | |
448 |
|
448 | |||
449 |
shelve should leave dirstate clean (issue |
|
449 | shelve should leave dirstate clean (issue4055) | |
450 |
|
450 | |||
451 | $ cd .. |
|
451 | $ cd .. | |
452 | $ hg init shelverebase |
|
452 | $ hg init shelverebase | |
@@ -475,7 +475,7 b' shelve should leave dirstate clean (issu' | |||||
475 |
|
475 | |||
476 | $ cd .. |
|
476 | $ cd .. | |
477 |
|
477 | |||
478 |
shelve should only unshelve pending changes (issue |
|
478 | shelve should only unshelve pending changes (issue4068) | |
479 |
|
479 | |||
480 | $ hg init onlypendingchanges |
|
480 | $ hg init onlypendingchanges | |
481 | $ cd onlypendingchanges |
|
481 | $ cd onlypendingchanges |
@@ -125,7 +125,7 b' trying clone -r' | |||||
125 | updating to branch default |
|
125 | updating to branch default | |
126 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
126 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
127 |
|
127 | |||
128 |
test with "/" URI (issue |
|
128 | test with "/" URI (issue747) and subrepo | |
129 |
|
129 | |||
130 | $ hg init |
|
130 | $ hg init | |
131 | $ hg init sub |
|
131 | $ hg init sub |
General Comments 0
You need to be logged in to leave comments.
Login now