Mercurial > hg
diff tests/test-convert-hg-sink @ 8693:68e0a55eee6e
convert: rewrite tags when converting from hg to hg
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 01 Jun 2009 17:12:42 +0200 |
parents | 6c82beaaa11a |
children |
line wrap: on
line diff
--- a/tests/test-convert-hg-sink Mon Jun 01 17:12:41 2009 +0200 +++ b/tests/test-convert-hg-sink Mon Jun 01 17:12:42 2009 +0200 @@ -55,3 +55,13 @@ echo '% no copies' hg up -C hg debugrename baz +cd .. + +echo '% test tag rewriting' +cat > filemap <<EOF +exclude foo +EOF +hg convert --filemap filemap orig new-filemap 2>&1 | grep -v 'subversion python bindings could not be loaded' +cd new-filemap +hg tags +cd ..