Mercurial > public > mercurial-scm > hg-stable
view tests/histedit-helpers.sh @ 18582:ef78450c8df6
templater: add get() function to access dict element (e.g. extra)
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 08 Feb 2013 23:49:14 +0100 |
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" }