~dricottone/huttese-apk

ref: 1061d91b6e3e46a2de97499fd30f2766bdb6ea6b huttese-apk/sr.ht/mercurial/muslhotfix.patch -rw-r--r-- 482 bytes
1061d91b — Drew DeVault py3-emailthreads: upgrade to 0.1.1 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
diff -r 07e479ef7c96 mercurial/obsolete.py
--- a/mercurial/obsolete.py	Thu Apr 25 19:17:02 2019 +0200
+++ b/mercurial/obsolete.py	Thu Jul 04 05:19:36 2019 +0000
@@ -635,6 +635,8 @@
         if new:
             f = self.svfs('obsstore', 'ab')
             try:
+                import os
+                f.seek(0, os.SEEK_END)
                 offset = f.tell()
                 transaction.add('obsstore', offset)
                 # offset == 0: new file - add the version header