view tests/test-issue433 @ 11938:b8b1e6e78486

mq/qqueue: split _setactive Prepare _setactive to be called without checking for applied patches.
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
date Sun, 15 Aug 2010 16:48:08 +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