Forráskód Böngészése

Fix conflict to work around bug in bzr..

Jelmer Vernooij 16 éve
szülő
commit
ee2eae17f6
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -37,7 +37,7 @@ class Tag(object):
 
     def __init__(self, name, ref):
         self.name = name
-        self.ref = ref
+        self.commit = Commit()
 
 
 class Repo(object):