##// END OF EJS Templates
convert/svn: handle non-local svn destination paths (issue3142)...
convert/svn: handle non-local svn destination paths (issue3142) test-convert-svn-sink.t still pass and I tested pushing to an svn+ssh repository

File last commit:

r17085:35729bdd default
r17247:6d51a0c7 stable
Show More
histedit-helpers.sh
6 lines | 217 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"
}