##// 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 $ . "$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=
5 > graphlog=
6 > histedit=
6 > histedit=
@@ -8,10 +8,7 b''
8
8
9 $ hg init r
9 $ hg init r
10 $ cd r
10 $ cd r
11 See if bookmarks are in core. If not, then we don't support bookmark
11
12 motion on this version of hg.
13 $ hg bookmarks || exit 80
14 no bookmarks set
15 $ for x in a b c d e f ; do
12 $ for x in a b c d e f ; do
16 > echo $x > $x
13 > echo $x > $x
17 > hg add $x
14 > hg add $x
@@ -44,7 +44,7 b' Repo setup.'
44
44
45
45
46 Run a dummy edit to make sure we get tip^^ correctly via revsingle.
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 pick eb57da33312f 2 three
48 pick eb57da33312f 2 three
49 pick c8e68270e35a 3 four
49 pick c8e68270e35a 3 four
50 pick 08d98a8350f3 4 five
50 pick 08d98a8350f3 4 five
General Comments 0
You need to be logged in to leave comments. Login now