Mercurial > hg
view tests/test-committer @ 2166:d0c02b4dce9a
do not check sys.argv from localrepo when running hooks.
instead add traceback field to ui class.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Sun, 30 Apr 2006 16:30:39 -0700 |
parents | f1085d34d20d |
children | 8b55c0ba8048 |
line wrap: on
line source
#!/bin/sh unset HGUSER EMAIL="My Name <myname@example.com>" export EMAIL hg init test cd test touch asdf hg add asdf hg commit -d '1000000 0' -m commit-1 hg tip