convert: drop duplicated assignments.
authorBryan O'Sullivan <bos@serpentine.com>
Sat, 04 Aug 2007 12:38:30 -0700
changeset 5112 568bb3b4b815
parent 5111 12930b97a729
child 5113 d5126a0172ba
convert: drop duplicated assignments.
hgext/convert/common.py
--- a/hgext/convert/common.py	Sat Aug 04 12:26:48 2007 -0700
+++ b/hgext/convert/common.py	Sat Aug 04 12:38:30 2007 -0700
@@ -5,8 +5,6 @@
 class commit(object):
     def __init__(self, author, date, desc, parents, branch=None, rev=None,
                  copies={}):
-        self.rev = None
-        self.branch = None
         self.author = author
         self.date = date
         self.desc = desc