# HG changeset patch # User Augie Fackler # Date 1507123551 14400 # Node ID 80a16882bd9e2d651616ac369baabf1f639b4c88 # Parent 4d58dad89581d2bc0fb9b75ecfdde150216ea871 hg-hacking-tools: place to collect shell functions to make hg hacking easier diff --git a/.shell.d/99.hg-hacking-tools.sh b/.shell.d/99.hg-hacking-tools.sh new file mode 100644 --- /dev/null +++ b/.shell.d/99.hg-hacking-tools.sh @@ -0,0 +1,3 @@ +function hglocaltest () { + (cd tests && python run-tests.py --local -j 2 "$@") +}