##// END OF EJS Templates
histedit tests: fix check-code problems
Augie Fackler -
r17065:949e241b default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 1 $ . "$TESTDIR/histedit-helpers.sh"
2 2
3 $ cat >> $HGRCPATH <<EOF
3 $ cat >> $HGRCPATH <<EOF
4 4 > [extensions]
5 5 > graphlog=
6 6 > histedit=
@@ -8,10 +8,7 b''
8 8
9 9 $ hg init r
10 10 $ cd r
11 See if bookmarks are in core. If not, then we don't support bookmark
12 motion on this version of hg.
13 $ hg bookmarks || exit 80
14 no bookmarks set
11
15 12 $ for x in a b c d e f ; do
16 13 > echo $x > $x
17 14 > hg add $x
@@ -44,7 +44,7 b' Repo setup.'
44 44
45 45
46 46 Run a dummy edit to make sure we get tip^^ correctly via revsingle.
47 $ HGEDITOR=cat hg histedit tip^^
47 $ HGEDITOR=cat hg histedit "tip^^"
48 48 pick eb57da33312f 2 three
49 49 pick c8e68270e35a 3 four
50 50 pick 08d98a8350f3 4 five
General Comments 0
You need to be logged in to leave comments. Login now