comparison tests/test-convert-hg-sink @ 5556:61fdf2558c0a

convert: some tidyups, doc improvements, and test fixes The various back end options are now documented. The hg source can now be configured not to hand out a revision ID.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 27 Nov 2007 09:44:09 -0800
parents 2dbd750b3ddd
children 6c82beaaa11a
comparison
equal deleted inserted replaced
5555:86405ff6d74b 5556:61fdf2558c0a
1 #!/bin/sh 1 #!/bin/sh
2 2
3 echo "[extensions]" >> $HGRCPATH 3 cat >> $HGRCPATH <<EOF
4 echo "hgext.convert=" >> $HGRCPATH 4 [extensions]
5 convert=
6 [convert]
7 hg.saverev=False
8 EOF
5 9
6 hg init orig 10 hg init orig
7 cd orig 11 cd orig
8 echo foo > foo 12 echo foo > foo
9 echo bar > bar 13 echo bar > bar