hgext/convert/monotone.py
changeset 26779 aaa33ec3c951
parent 26587 56b2bcea2529
child 28372 74d03766f962
equal deleted inserted replaced
26778:a95c975f42e3 26779:aaa33ec3c951
   227         else:
   227         else:
   228             return self.revs
   228             return self.revs
   229 
   229 
   230     def getchanges(self, rev, full):
   230     def getchanges(self, rev, full):
   231         if full:
   231         if full:
   232             raise error.Abort(_("convert from monotone do not support --full"))
   232             raise error.Abort(_("convert from monotone does not support "
       
   233                               "--full"))
   233         revision = self.mtnrun("get_revision", rev).split("\n\n")
   234         revision = self.mtnrun("get_revision", rev).split("\n\n")
   234         files = {}
   235         files = {}
   235         ignoremove = {}
   236         ignoremove = {}
   236         renameddirs = []
   237         renameddirs = []
   237         copies = {}
   238         copies = {}