##// END OF EJS Templates
Added tag 3.7.2 for changeset d493d64757eb
Added tag 3.7.2 for changeset d493d64757eb

File last commit:

r27350:89027334 default
r28290:9a7c27ba stable
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
}