changeset 483:4bd2932d21d4

python/hgrc.py
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 10 Aug 2013 20:51:40 -0700
parents 6c0aac8799da
children 50379f607e03
files python/hgrc.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/hgrc.py	Sat Aug 10 20:51:25 2013 -0700
+++ b/python/hgrc.py	Sat Aug 10 20:51:40 2013 -0700
@@ -159,7 +159,7 @@
 
         # remove from actions list
         # TODO -> OrderedDict
-        actions.pop('list_hgrc', None)
+        #        actions.pop('list_hgrc', None)
         actions.pop()
 
     # map of actions -> functions;