equal
deleted
inserted
replaced
42 echo % status |
42 echo % status |
43 hg status |
43 hg status |
44 |
44 |
45 echo % default keyword expansion including commit hook |
45 echo % default keyword expansion including commit hook |
46 echo % interrupted commit should not change state or run commit hook |
46 echo % interrupted commit should not change state or run commit hook |
47 HGEDITOR=false hg --debug commit |
47 hg --debug commit |
48 echo % status |
48 echo % status |
49 hg status |
49 hg status |
50 |
50 |
51 echo % commit |
51 echo % commit |
52 hg --debug commit -mabsym -d '0 0' -u 'User Name <user@example.com>' |
52 hg --debug commit -mabsym -d '0 0' -u 'User Name <user@example.com>' |
129 firstline |
129 firstline |
130 secondline |
130 secondline |
131 EOF |
131 EOF |
132 |
132 |
133 echo % interrupted commit should not change state |
133 echo % interrupted commit should not change state |
134 HGEDITOR=false hg commit |
134 hg commit |
135 echo % status |
135 echo % status |
136 hg status |
136 hg status |
137 |
137 |
138 echo % commit |
138 echo % commit |
139 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>' |
139 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>' |
205 cat a |
205 cat a |
206 echo % kwshrink a inside directory x |
206 echo % kwshrink a inside directory x |
207 hg --verbose kwshrink a |
207 hg --verbose kwshrink a |
208 echo % cat a |
208 echo % cat a |
209 cat a |
209 cat a |
210 cd - > /dev/null 2>&1 |
210 cd .. |
211 |
211 |
212 echo % kwexpand nonexistent |
212 echo % kwexpand nonexistent |
213 hg kwexpand nonexistent |
213 hg kwexpand nonexistent |
214 |
214 |
215 echo % switch off expansion |
215 echo % switch off expansion |