# HG changeset patch # User Jeff Hammel # Date 1376193100 25200 # Node ID 4bd2932d21d42ebb912eeed35731546153beb4e7 # Parent 6c0aac8799da2cd65c2b9517df04e85239714e51 python/hgrc.py diff -r 6c0aac8799da -r 4bd2932d21d4 python/hgrc.py --- 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;