Show More
@@ -0,0 +1,9 b'' | |||||
|
1 | #/bin/sh | |||
|
2 | ||||
|
3 | hideport() { sed "s/localhost:$HGPORT/localhost:\$HGPORT/"; } | |||
|
4 | ||||
|
5 | repr() { python -c "import sys; print repr(sys.stdin.read()).replace('\\n', '\n')" } | |||
|
6 | ||||
|
7 | hidehex() { python -c 'import sys, re; print re.replace("\b[0-9A-Fa-f]{12,40}", "X" * 12)' } | |||
|
8 | ||||
|
9 | hidetmp() { sed "s/$HGTMP/\$HGTMP/"; } No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now