Show More
@@ -2,5 +2,6 b' fixbundle() {' | |||||
2 | grep -v 'saving bundle' | grep -v 'saved backup' | \ |
|
2 | grep -v 'saving bundle' | grep -v 'saved backup' | \ | |
3 | grep -v added | grep -v adding | \ |
|
3 | grep -v added | grep -v adding | \ | |
4 | grep -v "unable to find 'e' for patching" | \ |
|
4 | grep -v "unable to find 'e' for patching" | \ | |
5 | grep -v "e: No such file or directory" |
|
5 | grep -v "e: No such file or directory" | \ | |
|
6 | cat | |||
6 | } |
|
7 | } |
@@ -187,7 +187,6 b' abort editing session, after first forci' | |||||
187 | hist: 2 remaining (histedit --continue) |
|
187 | hist: 2 remaining (histedit --continue) | |
188 |
|
188 | |||
189 | $ hg histedit --abort 2>&1 | fixbundle |
|
189 | $ hg histedit --abort 2>&1 | fixbundle | |
190 | [1] |
|
|||
191 |
|
190 | |||
192 | modified files should survive the abort when we've moved away already |
|
191 | modified files should survive the abort when we've moved away already | |
193 | $ hg st |
|
192 | $ hg st |
General Comments 0
You need to be logged in to leave comments.
Login now