tests/test-issue433
author Adrian Buehlmann <adrian@cadifra.com>
Sat, 24 Oct 2009 19:01:40 +0200
changeset 9637 64425c5a9257
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
cmdutil: minor refactoring of changeset_printer._show - use ctx.branch() instead of directly accessing the extra field "branch" - move definitions of locals ('extra' and 'branch') down to where they are used

#!/bin/sh
# http://mercurial.selenic.com/bts/issue433

hg init a
cd a
echo a > a
hg commit -Ama

hg parents -r 0 doesnotexist
true