mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-05-05 12:55:58 +02:00
Fix initial marks version
[no ci] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -156,7 +156,7 @@ class Marks:
|
||||
self.marks = {}
|
||||
self.rev_marks = {}
|
||||
self.last_mark = 0
|
||||
self.version = 0
|
||||
self.version = VERSION
|
||||
self.last_note = 0
|
||||
|
||||
def load(self):
|
||||
|
||||
Reference in New Issue
Block a user