changeset 466:3ffcbffb6fb4

python/hgrc.py
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 10 Aug 2013 18:46:53 -0700
parents ae2db9e613f1
children 980584d34134
files python/hgrc.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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',
                         )