X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2384208b1967f12992caf087dca475d70fa765a3..4dae2117bd399c1076973d325c6425e79fda1220:/lib/wlrepo/mercurial_backend/document.py diff --git a/lib/wlrepo/mercurial_backend/document.py b/lib/wlrepo/mercurial_backend/document.py index a579fb75..e7145616 100644 --- a/lib/wlrepo/mercurial_backend/document.py +++ b/lib/wlrepo/mercurial_backend/document.py @@ -189,7 +189,7 @@ class MercurialDocument(wlrepo.Document): return False if changed: - local = local.latest() + local = self.latest()._revision success, changed = main.merge_with(local, user=user,\ message=message)