comparison tests/test-confused-revert.t @ 28963:fc1d75e7a98d

graft: use single quotes around command hint Windows command lines use double quotes to quote arguments with spaces. This change is in a series to unify around using single quotes around commands, and double quotes around interior arguments.
author timeless <timeless@mozdev.org>
date Thu, 14 Apr 2016 15:19:57 +0000
parents a934b9249574
children cb70501d8b71
comparison
equal deleted inserted replaced
28962:ad2cd2ef25d9 28963:fc1d75e7a98d
58 58
59 Revert should fail: 59 Revert should fail:
60 60
61 $ hg revert 61 $ hg revert
62 abort: uncommitted merge with no revision specified 62 abort: uncommitted merge with no revision specified
63 (use "hg update" or see "hg help revert") 63 (use 'hg update' or see 'hg help revert')
64 [255] 64 [255]
65 65
66 Revert should be ok now: 66 Revert should be ok now:
67 67
68 $ hg revert -r2 --all 68 $ hg revert -r2 --all