hgext3rd/topic/constants.py
author Yuya Nishihara <yuya@tcha.org>
Thu, 20 Apr 2017 00:21:13 +0900
branchstable
changeset 2273 228111491788
parent 1901 85390446f8c1
child 2649 cf930521f14d
permissions -rw-r--r--
legacy: fix debugrecordpruneparents to call obsstore.create() with keywords It appears the API was changed twice in Mercurial at - 570f87422f54 "obsstore: add an explicit `date` argument to obsstore.create" - adb3798dce49 "obsstore: add a `parents` argument to obsstore.create" and metadata would be changed to a list of (key, value) pairs. Convert it back to a dict as expected by create().
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1845
24d8053020a2 constants: extract key for extra into a constant
Augie Fackler <augie@google.com>
parents:
diff changeset
     1
extrakey = 'topic'