comparison hgaction.h @ 278:f7cdd5b31aed new-branches

Add "Start new branch" function. I'm not quite satisfied with the location of this one
author Chris Cannam
date Wed, 09 Feb 2011 12:03:15 +0000
parents 8fd71f570884
children 5b4aa1c24407
comparison
equal deleted inserted replaced
277:b6e4643d6c05 278:f7cdd5b31aed
51 ACT_MERGE, 51 ACT_MERGE,
52 ACT_SERVE, 52 ACT_SERVE,
53 ACT_RESOLVE_MARK, 53 ACT_RESOLVE_MARK,
54 ACT_RETRY_MERGE, 54 ACT_RETRY_MERGE,
55 ACT_TAG, 55 ACT_TAG,
56 ACT_NEW_BRANCH,
56 ACT_HG_IGNORE, 57 ACT_HG_IGNORE,
57 }; 58 };
58 59
59 struct HgAction 60 struct HgAction
60 { 61 {