mercurial/obsolete.py
changeset 22613 e623898b80f5
parent 22612 fdfa40ee75cf
child 22614 e69a199bb127
--- a/mercurial/obsolete.py	Fri Sep 12 14:41:43 2014 +0200
+++ b/mercurial/obsolete.py	Tue Sep 16 15:56:38 2014 -0700
@@ -227,7 +227,7 @@
     # markers exchange.
     encodeone = formats[version][1]
     if addheader:
-        yield _pack('>B', _fm0version)
+        yield _pack('>B', version)
     for marker in markers:
         yield encodeone(marker)