##// END OF EJS Templates
tests: histedit-helpers fixbundle should not complain about no input
timeless -
r27350:89027334 default
parent child Browse files
Show More
@@ -2,5 +2,6 b' fixbundle() {'
2 2 grep -v 'saving bundle' | grep -v 'saved backup' | \
3 3 grep -v added | grep -v adding | \
4 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 187 hist: 2 remaining (histedit --continue)
188 188
189 189 $ hg histedit --abort 2>&1 | fixbundle
190 [1]
191 190
192 191 modified files should survive the abort when we've moved away already
193 192 $ hg st
General Comments 0
You need to be logged in to leave comments. Login now