view tests/test-issue433 @ 11188:b5c0f6a11430 stable

rebase: stress that only local changesets should be rebased
author Martin Geisler <mg@lazybytes.net>
date Mon, 17 May 2010 21:16:35 +0200
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