equal
deleted
inserted
replaced
153 echo % incoming |
153 echo % incoming |
154 # remove path to temp dir for backwards compatibility |
154 # remove path to temp dir for backwards compatibility |
155 hg incoming | grep -v '^comparing with' |
155 hg incoming | grep -v '^comparing with' |
156 |
156 |
157 cd ../Test |
157 cd ../Test |
158 echo % canonpath for kwexpand/kwshrink |
158 echo % pathto for kwexpand/kwshrink |
159 mkdir x |
159 mkdir x |
160 echo % copy |
160 echo % copy |
161 hg copy a x/a |
161 hg copy a x/a |
162 cd x |
162 cd x |
163 hg --debug commit -m xa -d '3 0' -u 'User Name <user@example.com>' |
163 hg --debug commit -m xa -d '3 0' -u 'User Name <user@example.com>' |
168 echo % cat a |
168 echo % cat a |
169 cat a |
169 cat a |
170 cd - |
170 cd - |
171 |
171 |
172 echo % switch off expansion |
172 echo % switch off expansion |
173 echo % kwshrink |
173 echo % kwshrink with unknown file u |
|
174 cp a u |
174 hg --verbose kwshrink |
175 hg --verbose kwshrink |
175 echo % cat |
176 echo % cat |
176 cat a b |
177 cat a b |
177 echo % hg cat |
178 echo % hg cat |
178 hg cat a b |
179 hg cat a b |