class MercurialRevision(wlrepo.Revision):
def __init__(self, lib, changectx):
class MercurialRevision(wlrepo.Revision):
def __init__(self, lib, changectx):
return bool(self._library._hgrepo.changelog.children(self.hgrev()))
def merge_with(self, other, user, message):
return bool(self._library._hgrepo.changelog.children(self.hgrev()))
def merge_with(self, other, user, message):