# HG changeset patch # User Jeff Hammel # Date 1376185613 25200 # Node ID 3ffcbffb6fb4f98adf8669946b79ec668806fe4b # Parent ae2db9e613f1bb46158bb4b3940827e307bf3469 python/hgrc.py diff -r ae2db9e613f1 -r 3ffcbffb6fb4 python/hgrc.py --- a/python/hgrc.py Sat Aug 10 18:45:12 2013 -0700 +++ b/python/hgrc.py Sat Aug 10 18:46:53 2013 -0700 @@ -34,7 +34,7 @@ # if not specified, set a default action default_action = 'default_push_ssh' - avaiable_actions = ('default_push', + available_actions = ('default_push', 'default_push_ssh', 'list_hgrc', )