equal
deleted
inserted
replaced
89 echo % force expansion |
89 echo % force expansion |
90 hg -v kwexpand |
90 hg -v kwexpand |
91 echo % compare changenodes in a c |
91 echo % compare changenodes in a c |
92 cat a c |
92 cat a c |
93 |
93 |
|
94 echo % qinit -c |
|
95 hg qinit -c |
94 echo % qimport |
96 echo % qimport |
95 hg qimport -r tip -n mqtest.diff |
97 hg qimport -r tip -n mqtest.diff |
|
98 echo % qcommit |
|
99 hg qcommit -mqtest |
96 echo % keywords should not be expanded in patch |
100 echo % keywords should not be expanded in patch |
97 cat .hg/patches/mqtest.diff |
101 cat .hg/patches/mqtest.diff |
98 echo % qpop |
102 echo % qpop |
99 hg qpop |
103 hg qpop |
100 echo % qpush |
104 echo % qpush |