view tests/test-issue433 @ 11943:2d3cbcace897

inotify: show the exact command used to start the server
author Greg Ward <greg-hg@gerg.ca>
date Fri, 13 Aug 2010 13:16:34 -0400
parents 1de6e7e1bb9f
children
line wrap: on
line source

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