tests/test-histedit-edit.t
branchstable
changeset 19496 607191a45f8c
parent 19479 11664641fbad
child 20117 aa9385f983fa
equal deleted inserted replaced
19495:9aee3d014394 19496:607191a45f8c
    71   $ hg up 0
    71   $ hg up 0
    72   abort: histedit in progress
    72   abort: histedit in progress
    73   (use 'hg histedit --continue' or 'hg histedit --abort')
    73   (use 'hg histedit --continue' or 'hg histedit --abort')
    74   [255]
    74   [255]
    75 
    75 
    76 commit, then edit the revision (temporarily disable histedit to allow commit)
    76 commit, then edit the revision
    77   $ hg ci -m 'wat' --config 'extensions.histedit=!'
    77   $ hg ci -m 'wat'
    78   created new head
    78   created new head
    79   $ echo a > e
    79   $ echo a > e
    80   $ HGEDITOR='echo foobaz > ' hg histedit --continue 2>&1 | fixbundle
    80   $ HGEDITOR='echo foobaz > ' hg histedit --continue 2>&1 | fixbundle
    81   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
    81   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
    82   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
    82   0 files updated, 0 files merged, 0 files removed, 0 files unresolved