tests/helpers.sh
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Thu, 15 Apr 2010 15:34:27 +0200
changeset 10918 1d8a13bb42ae
parent 10774 0065e6b42a25
child 11198 b345b1cc124f
permissions -rw-r--r--
add +x to test-update-renames, removed by the merge on 24ed7a541f23

#/bin/sh

hideport() { sed "s/localhost:$HGPORT/localhost:\$HGPORT/"; }

repr() { python -c "import sys; print repr(sys.stdin.read()).replace('\\n', '\n')" }

hidehex() { python -c 'import sys, re; print re.replace("\b[0-9A-Fa-f]{12,40}", "X" * 12)' }

hidetmp() { sed "s/$HGTMP/\$HGTMP/"; }