hgext/convert/__init__.py
changeset 4591 9ec0a3b6a18a
parent 4590 80fb4ec512b5
child 4635 63b9d2deed48
equal deleted inserted replaced
4590:80fb4ec512b5 4591:9ec0a3b6a18a
    54         authorfile = self.dest.authorfile()
    54         authorfile = self.dest.authorfile()
    55         if authorfile and os.path.exists(authorfile):
    55         if authorfile and os.path.exists(authorfile):
    56             self.readauthormap(authorfile)
    56             self.readauthormap(authorfile)
    57         # Extend/Override with new author map if necessary
    57         # Extend/Override with new author map if necessary
    58         if opts.get('authors'):
    58         if opts.get('authors'):
    59             import pdb
       
    60             pdb.set_trace()
       
    61             self.readauthormap(opts.get('authors'))
    59             self.readauthormap(opts.get('authors'))
    62             self.authorfile = self.dest.authorfile()
    60             self.authorfile = self.dest.authorfile()
    63 
    61 
    64     def walktree(self, heads):
    62     def walktree(self, heads):
    65         visit = heads
    63         visit = heads