Mercurial > evolve
comparison tests/test-uncommit.t @ 314:ebd286f06879
uncommit: add --all option
Convenient when combined with --exclude.
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Sat, 23 Jun 2012 19:24:37 +0200 |
parents | 47d10459fa24 |
children | 4bbc17716f5a |
comparison
equal
deleted
inserted
replaced
313:47d10459fa24 | 314:ebd286f06879 |
---|---|
275 o 0:07f494440405@default(stable/draft) adda | 275 o 0:07f494440405@default(stable/draft) adda |
276 | 276 |
277 $ hg debugsuccessors | 277 $ hg debugsuccessors |
278 5eb72dbe0cb4 c706fe2c12f8 | 278 5eb72dbe0cb4 c706fe2c12f8 |
279 5eb72dbe0cb4 e8db4aa611f6 | 279 5eb72dbe0cb4 e8db4aa611f6 |
280 | |
281 Test --all | |
282 | |
283 $ hg up -C 3 | |
284 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
285 Working directory parent is obsolete | |
286 $ hg --config extensions.purge= purge | |
287 $ hg uncommit --all -X e | |
288 $ hg st --copies | |
289 M b | |
290 M d | |
291 M j | |
292 M o | |
293 A aa | |
294 a | |
295 A ff | |
296 f | |
297 A h | |
298 g | |
299 A k | |
300 A l | |
301 R c | |
302 R f | |
303 R g | |
304 R m | |
305 R n | |
306 $ hg st --copies --change . | |
307 A e |