# HG changeset patch # User Brendan Cully # Date 1181863198 25200 # Node ID 9ec0a3b6a18a2d3880492a96ca7bb661c2f7ad5c # Parent 80fb4ec512b580a8960ac44b8fb0620f57519b4d convert: remove pdb call. *blush* diff -r 80fb4ec512b5 -r 9ec0a3b6a18a hgext/convert/__init__.py --- a/hgext/convert/__init__.py Thu Jun 14 16:12:08 2007 -0700 +++ b/hgext/convert/__init__.py Thu Jun 14 16:19:58 2007 -0700 @@ -56,8 +56,6 @@ self.readauthormap(authorfile) # Extend/Override with new author map if necessary if opts.get('authors'): - import pdb - pdb.set_trace() self.readauthormap(opts.get('authors')) self.authorfile = self.dest.authorfile()