mercurial/__init__.py
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Mon, 26 Aug 2013 16:11:21 +0900
changeset 19621 11de0651d3b6
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
histedit: add description about basic histedit function to command help Before this patch, there is no explicit description that histedit edits changesets between specified ancestor and the parent of the working directory: users may notice it by error message "REV is not an ancestor of working directory". This patch adds description about basic histedit function to command help of it. This patch uses term "ancestor" instead of "parent", because it seems to be more suitable, and almost all (error) messages already use it.