comparison src/hgaction.h @ 514:306a62fe851e

Add "Close branch" menu option. Is currently available in some cases where it should not be, and using it exposes the fact that the chain of marked-closed changesets is not yet right in grapher.
author Chris Cannam
date Tue, 18 Oct 2011 16:50:05 +0100
parents 470829a21f98
children 000f13faa089
comparison
equal deleted inserted replaced
513:ddc7238fc3b0 514:306a62fe851e
41 ACT_PUSH, 41 ACT_PUSH,
42 ACT_PULL, 42 ACT_PULL,
43 ACT_CLONEFROMREMOTE, 43 ACT_CLONEFROMREMOTE,
44 ACT_INIT, 44 ACT_INIT,
45 ACT_COMMIT, 45 ACT_COMMIT,
46 ACT_CLOSE_BRANCH,
46 ACT_ANNOTATE, 47 ACT_ANNOTATE,
47 ACT_UNCOMMITTED_SUMMARY, 48 ACT_UNCOMMITTED_SUMMARY,
48 ACT_DIFF_SUMMARY, 49 ACT_DIFF_SUMMARY,
49 ACT_FOLDERDIFF, 50 ACT_FOLDERDIFF,
50 ACT_CHGSETDIFF, 51 ACT_CHGSETDIFF,