tests/test-issue433
author NIIMI Satoshi <sa2c@sa2c.net>
Thu, 11 Oct 2007 06:10:45 +0900
changeset 5467 521284cdbcb4
parent 4659 7a7d4937272b
child 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
mercurial.el: mark-marker() returns non-nil with no active mark on GNU Emacs

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

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

hg parents -r 0 doesnotexist
true