On Fri, Oct 2, 2009 at 07:34, Adrian Buehlmann <adr...@cadifra.com> wrote: > # HG changeset patch > # User Adrian Buehlmann <adr...@cadifra.com> > # Date 1254436316 -7200 > # Node ID 61d3b49f200296257789c4629834ddbc3b194f2c > # Parent 0852985f7fba2bf2ca1d243350abf3b1ac125af8 > thgconfig: add tortoisehg.hidetags > > diff --git a/tortoisehg/hgtk/thgconfig.py b/tortoisehg/hgtk/thgconfig.py > --- a/tortoisehg/hgtk/thgconfig.py > +++ b/tortoisehg/hgtk/thgconfig.py > @@ -123,6 +123,11 @@ _log_info = ( > ' can be escaped in this way, e.g. \\u0040 will be decoded to the' > ' @ character, and \\n to a linefeed.' > ' Default: None')), > + (_('Hide Tags'), 'tortoisehg.hidetags', [], > + _('Space separated list of tags that will not be shown.' > + ' Useful example: Specify "qbase qparent qtip" to hide the' > + ' standard tags inserted by the Mercurial Queues Extension.' > + ' Default: None')), > ) > > _paths_info = (
Why 'space separated list'? We already have several options using 'comma separated list'. -- Yuki KODAMA ------------------------------------------------------------------------------ Come build with us! The BlackBerry® 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/devconf _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop