equal
deleted
inserted
replaced
19 |
19 |
20 hg --quiet kwdemo "Branch = {branches}" |
20 hg --quiet kwdemo "Branch = {branches}" |
21 |
21 |
22 cat <<EOF >> $HGRCPATH |
22 cat <<EOF >> $HGRCPATH |
23 [keyword] |
23 [keyword] |
24 * = |
24 ** = |
25 b = ignore |
25 b = ignore |
26 [hooks] |
26 [hooks] |
27 commit= |
27 commit= |
28 commit.test=cp a hooktest |
28 commit.test=cp a hooktest |
29 EOF |
29 EOF |
151 hg qpop |
151 hg qpop |
152 echo % qgoto - should imply qpush |
152 echo % qgoto - should imply qpush |
153 hg qgoto mqtest.diff |
153 hg qgoto mqtest.diff |
154 echo % cat |
154 echo % cat |
155 cat c |
155 cat c |
|
156 echo % hg cat |
|
157 hg cat c |
|
158 echo % keyword should not be expanded in filelog |
|
159 hg --config 'extensions.keyword=!' cat c |
156 echo % qpop and move on |
160 echo % qpop and move on |
157 hg qpop |
161 hg qpop |
158 |
162 |
159 echo % copy |
163 echo % copy |
160 hg cp a c |
164 hg cp a c |