comparison tests/test-histedit-bookmark-motion.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 53060cc1b601
children 23dc77874191
comparison
equal deleted inserted replaced
20116:9e0219967e38 20117:aa9385f983fa
1 $ . "$TESTDIR/histedit-helpers.sh" 1 $ . "$TESTDIR/histedit-helpers.sh"
2 2
3 $ cat >> $HGRCPATH <<EOF 3 $ cat >> $HGRCPATH <<EOF
4 > [extensions] 4 > [extensions]
5 > graphlog=
6 > histedit= 5 > histedit=
7 > EOF 6 > EOF
8 7
9 $ hg init r 8 $ hg init r
10 $ cd r 9 $ cd r