##// END OF EJS Templates
vcs: Add merge failure reasons for missing target ref and missing source ref.
Martin Bornhold -
r1067:6613f04b default
parent child Browse files
Show More
@@ -97,6 +97,12 b' class MergeFailureReason(object):'
97 97 # A involved commit could not be found.
98 98 MISSING_COMMIT = 8
99 99
100 # The target repo reference is missing.
101 MISSING_TARGET_REF = 9
102
103 # The source repo reference is missing.
104 MISSING_SOURCE_REF = 10
105
100 106
101 107 class BaseRepository(object):
102 108 """
General Comments 0
You need to be logged in to leave comments. Login now