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