##// END OF EJS Templates
mercurial: fix hgpatches for full hg 4.4.2 compatability....
marcink -
r398:f24cf18d default
parent child Browse files
Show More
@@ -87,7 +87,7 b' def patch_subrepo_type_mapping():'
87 87 """
88 88 return True
89 89
90 def dirty(self, ignoreupdate=False):
90 def dirty(self, ignoreupdate=False, missing=False):
91 91 """returns true if the dirstate of the subrepo is dirty or does not
92 92 match current stored state. If ignoreupdate is true, only check
93 93 whether the subrepo has uncommitted changes in its dirstate.
General Comments 0
You need to be logged in to leave comments. Login now