view .shell.d/99.hg-hacking-tools.sh @ 462:fff281929b47

shrc: set HGPLAIN in prompt scaffolding
author Augie Fackler <raf@durin42.com>
date Thu, 02 Aug 2018 14:09:02 -0400
parents 80a16882bd9e
children
line wrap: on
line source

function hglocaltest () {
  (cd tests && python run-tests.py --local -j 2 "$@")
}