##// END OF EJS Templates
tests: remove bookmark extension configuration
David Soria Parra -
r13469:07a6460f stable
parent child Browse files
Show More
@@ -1,8 +1,3 b''
1 $ echo "[extensions]" >> $HGRCPATH
2 $ echo "bookmarks=" >> $HGRCPATH
3
4 $ echo "[bookmarks]" >> $HGRCPATH
5
6 1 $ hg init
7 2
8 3 no bookmarks
@@ -1,6 +1,3 b''
1 $ echo "[extensions]" >> $HGRCPATH
2 $ echo "bookmarks=" >> $HGRCPATH
3
4 1 initialize
5 2
6 3 $ hg init a
@@ -1,6 +1,5 b''
1 1 $ echo "[extensions]" >> $HGRCPATH
2 2 $ echo "rebase=" >> $HGRCPATH
3 $ echo "bookmarks=" >> $HGRCPATH
4 3
5 4 initialize repository
6 5
@@ -1,5 +1,4 b''
1 1 $ echo "[extensions]" >> $HGRCPATH
2 $ echo "bookmarks=" >> $HGRCPATH
3 2 $ echo "mq=" >> $HGRCPATH
4 3
5 4 $ hg init
@@ -1,6 +1,3 b''
1 $ echo "[extensions]" >> $HGRCPATH
2 $ echo "bookmarks=" >> $HGRCPATH
3
4 1 $ hg init
5 2
6 3 no bookmarks
@@ -40,9 +40,6 b" creating 'remote"
40 40 > [server]
41 41 > uncompressed = True
42 42 >
43 > [extensions]
44 > bookmarks =
45 >
46 43 > [hooks]
47 44 > changegroup = python "$TESTDIR"/printenv.py changegroup-in-remote 0 ../dummylog
48 45 > EOF
@@ -121,8 +118,6 b' updating rc'
121 118 $ echo "default-push = ssh://user@dummy/remote" >> .hg/hgrc
122 119 $ echo "[ui]" >> .hg/hgrc
123 120 $ echo "ssh = python ../dummyssh" >> .hg/hgrc
124 $ echo '[extensions]' >> .hg/hgrc
125 $ echo 'bookmarks =' >> .hg/hgrc
126 121
127 122 find outgoing
128 123
@@ -195,8 +190,6 b' check remote tip'
195 190 test pushkeys and bookmarks
196 191
197 192 $ cd ../local
198 $ echo '[extensions]' >> ../remote/.hg/hgrc
199 $ echo 'bookmarks =' >> ../remote/.hg/hgrc
200 193 $ hg debugpushkey --config ui.ssh="python ../dummyssh" ssh://user@dummy/remote namespaces
201 194 bookmarks
202 195 namespaces
General Comments 0
You need to be logged in to leave comments. Login now