On Thu, Apr 30, 2009 at 5:16 AM, Simon Heimberg <[email protected]> wrote: > # HG changeset patch > # User Simon Heimberg <[email protected]> > # Date 1241086322 -7200 > # Node ID 03dfa5e67f8640512c183c77f875127149c21fa7 > # Parent dacaabe348fae9ffc62c2919003888d4ee4a886b > hgtk: default value for rev is a list > > diff -r dacaabe348fa -r 03dfa5e67f86 hggtk/hgtk.py > --- a/hggtk/hgtk.py Don Apr 30 07:46:47 2009 +0200 > +++ b/hggtk/hgtk.py Don Apr 30 12:12:02 2009 +0200 > @@ -581,7 +581,7 @@ > "^shelve|unshelve": (shelve, [], _('hgtk shelve')), > "^synch|pull|push|incoming|outgoing|email": (synch, [], _('hgtk synch')), > "^status|st": (status, > - [('r', 'rev', '', _('revisions to compare'))], > + [('r', 'rev', [], _('revisions to compare'))],
Bizarre. I could have sworn I fixed this before pushing. Thanks. -- Steve ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
