changeset 5066:568bb3b4b815

convert: drop duplicated assignments.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat, 04 Aug 2007 12:38:30 -0700
parents 12930b97a729
children d5126a0172ba
files hgext/convert/common.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/common.py
+++ b/hgext/convert/common.py
@@ -5,8 +5,6 @@ class NoRepo(Exception): pass
 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