# HG changeset patch
# User Giampaolo Fadel <gp.fa...@gmail.com>
# Date 1256684037 -3600
# Branch stable
# Node ID b48cbc6e24ad03e87cc5e6e4238e465c78214982
# Parent  281118d2117181ae258c711a9c7a570eb3527dde
hgtk: fix help of userconfig

diff --git a/tortoisehg/hgtk/hgtk.py b/tortoisehg/hgtk/hgtk.py
--- a/tortoisehg/hgtk/hgtk.py
+++ b/tortoisehg/hgtk/hgtk.py
@@ -672,7 +672,7 @@
     "^status|st|diff": (status,
         [('r', 'rev', [], _('revisions to compare'))],
         _('hgtk status [FILE]...')),
-    "^userconfig": (userconfig, [],
+    "^userconfig": (userconfig,
         [('', 'focus', '', _('field to give initial focus'))],
         _('hgtk userconfig')),
     "^repoconfig": (repoconfig,

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to