diff mercurial/policy.py @ 38850:6104b203bec8

index: replace insert(-1, e) method by append(e) method I want to make index[len(index) - 1] be the tip revision, not null revision as it is today. insert(-1, e) will then make little sense. Since insert() currently requires the first argument to be -1, it seems simpler to replace it by a method that allows insertion only at the end. Note that revlogoldindex already has this method (by virtue of extending list). Differential Revision: https://phab.mercurial-scm.org/D4021
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 01 Aug 2018 10:57:14 -0700
parents 0304f22497fa
children 781b2720d2ac
line wrap: on
line diff
--- a/mercurial/policy.py	Fri Jul 20 14:25:59 2018 -0700
+++ b/mercurial/policy.py	Wed Aug 01 10:57:14 2018 -0700
@@ -69,7 +69,7 @@
     (r'cext', r'bdiff'): 3,
     (r'cext', r'mpatch'): 1,
     (r'cext', r'osutil'): 4,
-    (r'cext', r'parsers'): 5,
+    (r'cext', r'parsers'): 6,
 }
 
 # map import request to other package or module