changeset 448:80a16882bd9e

hg-hacking-tools: place to collect shell functions to make hg hacking easier
author Augie Fackler <raf@durin42.com>
date Wed, 04 Oct 2017 09:25:51 -0400
parents 4d58dad89581
children 7f7255eb9ac3
files .shell.d/99.hg-hacking-tools.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
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 "$@")
+}