Mercurial > hg > mercurial-source
comparison tests/test-convert-darcs.t @ 20117:aa9385f983fa
tests: don't load unnecessary graphlog extension
Since graphlog is in core, we can use 'hg log -G' instead.
author | Martin Geisler <martin@geisler.net> |
---|---|
date | Fri, 22 Nov 2013 19:14:17 +0100 |
parents | 507e8f94b26a |
children | 7a9cbb315d84 |
comparison
equal
deleted
inserted
replaced
20116:9e0219967e38 | 20117:aa9385f983fa |
---|---|
1 | 1 |
2 $ "$TESTDIR/hghave" darcs || exit 80 | 2 $ "$TESTDIR/hghave" darcs || exit 80 |
3 $ echo "[extensions]" >> $HGRCPATH | 3 $ echo "[extensions]" >> $HGRCPATH |
4 $ echo "convert=" >> $HGRCPATH | 4 $ echo "convert=" >> $HGRCPATH |
5 $ echo 'graphlog =' >> $HGRCPATH | |
6 $ DARCS_EMAIL='test@example.org'; export DARCS_EMAIL | 5 $ DARCS_EMAIL='test@example.org'; export DARCS_EMAIL |
7 | 6 |
8 initialize darcs repo | 7 initialize darcs repo |
9 | 8 |
10 $ mkdir darcs-repo | 9 $ mkdir darcs-repo |