comparison hgaction.h @ 361:4cd753e083cc feature_91b

Add Rename and Copy to right-button menu on file status widget. (This is the real feature 91 -- I bungled the feature number with the earlier feature_91 branch, which actually addressed feature 106.)
author Chris Cannam
date Thu, 17 Mar 2011 17:34:23 +0000
parents 5b4aa1c24407
children
comparison
equal deleted inserted replaced
358:ea6f76c0aa76 361:4cd753e083cc
54 ACT_RESOLVE_MARK, 54 ACT_RESOLVE_MARK,
55 ACT_RETRY_MERGE, 55 ACT_RETRY_MERGE,
56 ACT_TAG, 56 ACT_TAG,
57 ACT_NEW_BRANCH, 57 ACT_NEW_BRANCH,
58 ACT_HG_IGNORE, 58 ACT_HG_IGNORE,
59 ACT_COPY_FILE,
60 ACT_RENAME_FILE
59 }; 61 };
60 62
61 struct HgAction 63 struct HgAction
62 { 64 {
63 HGACTIONS action; 65 HGACTIONS action;