##// END OF EJS Templates
run-tests: simplify by using dict.pop() with default...
run-tests: simplify by using dict.pop() with default Differential Revision: https://phab.mercurial-scm.org/D1573

File last commit:

r27350:89027334 default
r35194:f12747de default
Show More
histedit-helpers.sh
7 lines | 229 B | application/x-sh | BashLexer
fixbundle() {
grep -v 'saving bundle' | grep -v 'saved backup' | \
grep -v added | grep -v adding | \
grep -v "unable to find 'e' for patching" | \
grep -v "e: No such file or directory" | \
cat
}