comparison tests/test-histedit-arguments.t @ 22369:897041f6b025

merge with stable
author Kevin Bullock <kbullock@ringworld.org>
date Sun, 07 Sep 2014 11:46:11 -0500
parents d2a5986cb89d 802dffd62de5
children 00d331763442
comparison
equal deleted inserted replaced
22367:c5df4af17110 22369:897041f6b025
38 | two 38 | two
39 | 39 |
40 o 0 6058cbb6cfd7 1970-01-01 00:00 +0000 test 40 o 0 6058cbb6cfd7 1970-01-01 00:00 +0000 test
41 one 41 one
42 42
43
44 histedit --continue/--abort with no existing state
45 --------------------------------------------------
46
47 $ hg histedit --continue
48 abort: no histedit in progress
49 [255]
50 $ hg histedit --abort
51 abort: no histedit in progress
52 [255]
43 53
44 Run a dummy edit to make sure we get tip^^ correctly via revsingle. 54 Run a dummy edit to make sure we get tip^^ correctly via revsingle.
45 -------------------------------------------------------------------- 55 --------------------------------------------------------------------
46 56
47 $ HGEDITOR=cat hg histedit "tip^^" 57 $ HGEDITOR=cat hg histedit "tip^^"