Mercurial > public > mercurial-scm > hg
diff tests/test-churn @ 11264:30c620e48d1c
churn: support spaces in aliases (issue2222)
author | Alexander Solovyov <piranha@piranha.org.ua> |
---|---|
date | Wed, 02 Jun 2010 14:28:45 +0200 |
parents | df5d1d571d27 |
children | ffd85ab578be |
line wrap: on
line diff
--- a/tests/test-churn Tue Jun 01 10:55:11 2010 -0500 +++ b/tests/test-churn Wed Jun 02 14:28:45 2010 +0200 @@ -59,6 +59,12 @@ echo % changeset number churn hg churn -c +echo 'with space = no-space' >> ../aliases +echo a >> a +hg commit -m a -u 'with space' -d 15:00 +echo % churn with space in alias +hg churn --aliases ../aliases -r tip + cd .. # issue 833: ZeroDivisionError