Explorar el Código

Add _num_type for tags.

Jelmer Vernooij hace 16 años
padre
commit
a5d0b8f18b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dulwich/objects.py

+ 1 - 0
dulwich/objects.py

@@ -211,6 +211,7 @@ class Tag(ShaFile):
     """A Git Tag object."""
 
     _type = TAG_ID
+    _num_type = 4
 
     @classmethod
     def from_file(cls, filename):