##// END OF EJS Templates
mergestate: remove unused unsupported related mergestate records...
Pulkit Goyal -
r45722:8530022f default
parent child Browse files
Show More
@@ -53,8 +53,6 b" RECORD_PATH_CONFLICT = b'P'"
53 53
54 54 RECORD_MERGE_DRIVER_STATE = b'm'
55 55 RECORD_OVERRIDE = b't'
56 RECORD_UNSUPPORTED_MANDATORY = b'X'
57 RECORD_UNSUPPORTED_ADVISORY = b'x'
58 56
59 57 MERGE_DRIVER_STATE_UNMARKED = b'u'
60 58 MERGE_DRIVER_STATE_MARKED = b'm'
@@ -115,8 +113,6 b' class mergestate(object):'
115 113 m: the external merge driver defined for this merge plus its run state
116 114 (experimental)
117 115 f: a (filename, dictionary) tuple of optional values for a given file
118 X: unsupported mandatory record type (used in tests)
119 x: unsupported advisory record type (used in tests)
120 116 l: the labels for the parts of the merge.
121 117
122 118 Merge driver run states (experimental):
General Comments 0
You need to be logged in to leave comments. Login now