Correct comments in Alias class to say 'alias' instead of 'reset'

Signed-off-by: Zia Sobhani <sobhani@plexim.com>
pull/470/head
Zia Sobhani 1 year ago
parent 4bc9022afc
commit a35101f8fa

@ -873,7 +873,7 @@ class Alias(_GitElement):
def __init__(self, ref, to_ref):
_GitElement.__init__(self)
# Denote that this is a reset
# Denote that this is a alias
self.type = 'alias'
self.ref = ref
@ -881,7 +881,7 @@ class Alias(_GitElement):
def dump(self, file_):
"""
Write this reset element to a file
Write this alias element to a file
"""
self.dumped = 1

Loading…
Cancel
Save