diff hgext/lfs/__init__.py @ 35797:76cb752af07a stable

lfs: rename {pointer} to {lfspointer} Per Martin von Zweigbergk's suggestion to keep this unambiguous, for when it is migrated to {files} and friends.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 22 Jan 2018 17:47:40 -0500
parents f00edef84c3b
children 97bdbcb43ebf
line wrap: on
line diff
--- a/hgext/lfs/__init__.py	Mon Jan 22 18:08:50 2018 -0500
+++ b/hgext/lfs/__init__.py	Mon Jan 22 17:47:40 2018 -0500
@@ -371,7 +371,7 @@
     makemap = lambda v: {
         'file': v,
         'oid': pointers[v].oid(),
-        'pointer': templatekw.hybriddict(pointer(v)),
+        'lfspointer': templatekw.hybriddict(pointer(v)),
     }
 
     # TODO: make the separator ', '?