equal
deleted
inserted
replaced
121 % qnew implies add |
121 % qnew implies add |
122 A .hgignore |
122 A .hgignore |
123 A series |
123 A series |
124 A uncommitted.patch |
124 A uncommitted.patch |
125 % qnew missing |
125 % qnew missing |
126 abort: missing: No such file or directory |
126 abort: missing: * (glob) |
127 % qnew -m |
127 % qnew -m |
128 foo bar |
128 foo bar |
129 |
129 |
130 % qnew twice |
130 % qnew twice |
131 abort: patch "first.patch" already exists |
131 abort: patch "first.patch" already exists |
188 % qnew implies add |
188 % qnew implies add |
189 A .hgignore |
189 A .hgignore |
190 A series |
190 A series |
191 A uncommitted.patch |
191 A uncommitted.patch |
192 % qnew missing |
192 % qnew missing |
193 abort: missing: No such file or directory |
193 abort: missing: * (glob) |
194 % qnew -m |
194 % qnew -m |
195 # HG changeset patch |
195 # HG changeset patch |
196 # Parent |
196 # Parent |
197 foo bar |
197 foo bar |
198 |
198 |