tests/test-issue433
author Matt Mackall <mpm@selenic.com>
Wed, 14 Jul 2010 15:43:20 -0500
changeset 11584 1af96b090116
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
protocol: unify changegroup commands - add sendchangegroup protocol helpers - handle commands with None results - move changegroup commands into wireproto.py

#!/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