Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-hg-source @ 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 | 22ddde515fda |
children | 180a3eee4b75 |
line wrap: on
line diff
--- a/tests/test-convert-hg-source Mon Nov 26 17:24:21 2007 -0800 +++ b/tests/test-convert-hg-source Tue Nov 27 09:44:09 2007 -0800 @@ -1,7 +1,11 @@ #!/bin/sh -echo "[extensions]" >> $HGRCPATH -echo "hgext.convert=" >> $HGRCPATH +cat >> $HGRCPATH <<EOF +[extensions] +convert= +[convert] +hg.saverev=False +EOF hg init orig cd orig