Mercurial > dotfiles
view .shell.d/99.hg-hacking-tools.sh @ 468:bec91aeefddc
hg: switch from out-of-tree remotebranches to in-tree remotenames
I've finally got the functionality I need in core!
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 04 Oct 2018 22:32:53 -0400 |
parents | 80a16882bd9e |
children |
line wrap: on
line source
function hglocaltest () { (cd tests && python run-tests.py --local -j 2 "$@") }