# HG changeset patch # User "Shun-ichi GOTO" # Date 1200081965 21600 # Node ID 07ca22a72dcc45dc3cfe939365827dfa3c74a639 # Parent c67dfc4ecba652b1a9eb2e23a8562f7b682af7e8 svn: fix copy exception diff -r c67dfc4ecba6 -r 07ca22a72dcc hgext/convert/subversion.py --- a/hgext/convert/subversion.py Fri Jan 11 14:06:05 2008 -0600 +++ b/hgext/convert/subversion.py Fri Jan 11 14:06:05 2008 -0600 @@ -415,7 +415,9 @@ if ent.copyfrom_path: copyfrom_path = get_entry_from_path(ent.copyfrom_path) if copyfrom_path: - self.ui.debug("Copied to %s from %s@%s\n" % (entry, copyfrom_path, ent.copyfrom_rev)) + self.ui.debug("Copied to %s from %s@%s\n" % + (entrypath, copyfrom_path, + ent.copyfrom_rev)) # It's probably important for hg that the source # exists in the revision's parent, not just the # ent.copyfrom_rev