On Tue, Feb 17, 2009 at 1:34 AM, TK Soh <[email protected]> wrote: > On Tue, Feb 17, 2009 at 7:24 AM, Steve Borho <[email protected]> wrote: >> On Tue, 2009-02-17 at 06:56 +0000, TK Soh wrote: >>> On Tue, Feb 17, 2009 at 6:35 AM, Steve Borho <[email protected]> wrote: >>> > On Tue, 2009-02-17 at 06:00 +0000, TK Soh wrote: >>> >> I can see the commit/status/shelve windows now display unknown file by >>> >> default. Personally, I'd rather not have it as the default for all >>> >> three windows, but I am not going to argue on this now. Right now, I >>> >> think the shelve window shouldn't need to have it. >>> > >>> > Agreed, can you file an issue for this so we don't forget for 0.8? >>> > Shelve is mostly interested in modified files. The auto-selection of >>> > files is something that will get a lot of work in the next release. >>> > We don't have consistent behavior with shell selections either. >>> >>> Do we need to wait for 0.8 for this? By a small scale, it's a bug for >>> me. So, it will just need a 'bugfix'. ;-) >> >> I worry about side effects, the way it's implemented. I'll still take a >> patch for it if you figure out a way to fix it. > > This seems to work, unless I am missing something. > > diff --git a/hggtk/thgshelve.py b/hggtk/thgshelve.py > --- a/hggtk/thgshelve.py > +++ b/hggtk/thgshelve.py > @@ -211,7 +211,7 @@ > cmdoptions = { > 'user':'', 'date':'', > 'modified':True, 'added':True, 'removed':True, 'deleted':True, > - 'unknown':True, 'ignored':False, > + 'unknown':False, 'ignored':False, > 'exclude':[], 'include':[], > 'check': True, 'git':False, 'logfile':'', 'addremove':False, > } >
Sorry, it was late and I was confused. This will work fine. I was thinking of the 'MAR' auto-selection. I've pushed this to my repo. -- Steve ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
