Mercurial > hg
view tests/histedit-helpers.sh @ 20816:0c32fafd4b3b stable
subrepo: convert matched string to integer before comparing Git version
(1, '4') is greater than (1, 5) so the version check never actually worked.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Thu, 20 Mar 2014 19:38:17 -0700 |
parents | 35729bdd59b6 |
children | 890273343170 |
line wrap: on
line source
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" }