view tests/test-issue433 @ 4746:6def53be19fb

buildrpm: fix rpm release number calculation It was broken when patch queues were in use.
author Adam Spiers <hg@adamspiers.org>
date Sat, 30 Jun 2007 01:21:41 +0100
parents 7a7d4937272b
children
line wrap: on
line source

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