X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4ed56f84dedf9da88708fc2c4aef3b0b11f30825..01465cea212ef30b7e580a3ff7e30a82b13ae8f8:/lib/wlrepo/mercurial_backend/__init__.py?ds=inline diff --git a/lib/wlrepo/mercurial_backend/__init__.py b/lib/wlrepo/mercurial_backend/__init__.py index 9a22395e..20a39e5d 100644 --- a/lib/wlrepo/mercurial_backend/__init__.py +++ b/lib/wlrepo/mercurial_backend/__init__.py @@ -72,6 +72,9 @@ class MercurialRevision(wlrepo.Revision): a = self._changectx.ancestor(other._changectx) return (a.branch() == self._changectx.branch()) + def has_children(self): + return bool( self._library._hgrepo.changelog.children(self.hgrev()) ) + def merge_with(self, other, user, message): lock = self._library.lock(True) try: