mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 16:12:23 +03:00
ab3a7cb21f
Summary: In preparation for merging fb-mercurial sources to the Eden repository, move everything from the top-level directory into an `eden/scm` subdirectory.
8 lines
229 B
Bash
8 lines
229 B
Bash
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
|
|
}
|