comparison tests/test-histedit-revspec.t @ 17766:d9da327516f8

histedit: clean abort when there is nothing to edit
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sun, 14 Oct 2012 23:58:02 +0200
parents 949e241b5573
children 3adbd57e1794
comparison
equal deleted inserted replaced
17765:ef7760f0be87 17766:d9da327516f8
58 # d, drop = remove commit from history 58 # d, drop = remove commit from history
59 # m, mess = edit message without changing commit content 59 # m, mess = edit message without changing commit content
60 # 60 #
61 0 files updated, 0 files merged, 0 files removed, 0 files unresolved 61 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
62 62
63 Run on a revision not ancestors of the current working directory.
64
65 $ hg up 2
66 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
67 $ hg histedit -r 4
68 nothing to edit
69 [1]