##// END OF EJS Templates
rebase: restore help for rebase w/o args (issue5059)...
rebase: restore help for rebase w/o args (issue5059) Restoring documentation accidentally removed in a9a047878e14.

File last commit:

r27350:89027334 default
r27932:6bc2299c 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
}