Mercurial > hg-stable
diff tests/test-url-rev @ 5223:fe55e3d6dc0b
clone: if "url#rev" was given, update to rev
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Mon, 27 Aug 2007 01:44:35 -0300 |
parents | cbe6e263357b |
children | 20817af258d8 |
line wrap: on
line diff
--- a/tests/test-url-rev Mon Aug 27 01:44:35 2007 -0300 +++ b/tests/test-url-rev Mon Aug 27 01:44:35 2007 -0300 @@ -12,7 +12,10 @@ echo '% clone repo#foo' hg clone 'repo#foo' clone +echo '% heads' hg --cwd clone heads +echo '% parents' +hg --cwd clone parents sed -e 's/default.*#/default = #/' clone/.hg/hgrc echo