equal
deleted
inserted
replaced
34 |
34 |
35 $ hg clone -q a#stable b |
35 $ hg clone -q a#stable b |
36 |
36 |
37 $ cd b |
37 $ cd b |
38 $ cat .hg/hgrc |
38 $ cat .hg/hgrc |
|
39 # You may want to set your username here if it is not set |
|
40 # globally, or this repository requires a different |
|
41 # username from your usual configuration. If you want to |
|
42 # set something for all of your repositories on this |
|
43 # computer, try running the command |
|
44 # 'hg config --edit --global' |
|
45 # [ui] |
|
46 # username = Jane Doe <jdoe@example.com> |
39 [paths] |
47 [paths] |
40 default = $TESTTMP/a#stable (glob) |
48 default = $TESTTMP/a#stable (glob) |
41 |
49 |
42 $ echo red >> a |
50 $ echo red >> a |
43 $ hg ci -qm3 |
51 $ hg ci -qm3 |
74 3:f0461977a3db: '4' |
82 3:f0461977a3db: '4' |
75 |
83 |
76 $ echo "green = ../a#default" >> .hg/hgrc |
84 $ echo "green = ../a#default" >> .hg/hgrc |
77 |
85 |
78 $ cat .hg/hgrc |
86 $ cat .hg/hgrc |
|
87 # You may want to set your username here if it is not set |
|
88 # globally, or this repository requires a different |
|
89 # username from your usual configuration. If you want to |
|
90 # set something for all of your repositories on this |
|
91 # computer, try running the command |
|
92 # 'hg config --edit --global' |
|
93 # [ui] |
|
94 # username = Jane Doe <jdoe@example.com> |
79 [paths] |
95 [paths] |
80 default = $TESTTMP/a#stable (glob) |
96 default = $TESTTMP/a#stable (glob) |
81 green = ../a#default |
97 green = ../a#default |
82 |
98 |
83 $ hg tout green |
99 $ hg tout green |