##// END OF EJS Templates
test-fileset: glob away hash differences...
test-fileset: glob away hash differences There are various files committed above that can't be used on Windows because of the name, or being a symlink.

File last commit:

r27350:89027334 default
r31852:7ef0816b 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
}