File: histedit-helpers.sh

package info (click to toggle)
mercurial 3.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 26,344 kB
  • sloc: python: 70,261; ansic: 4,575; tcl: 3,683; lisp: 1,412; sh: 664; makefile: 236; xml: 16
file content (6 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
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"
}