You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2001/08/24 23:30:30 UTC

Re: CVS update: MODIFIED: cmdline ...

Very cool idea! But... you should also show the Conflicted files.

Cheers,
-g

On Fri, Aug 24, 2001 at 10:47:26PM -0000, sussman@tigris.org wrote:
>   User: sussman 
>   Date: 01/08/24 15:47:26
> 
>   Modified:    subversion/clients/cmdline cl.h main.c status-cmd.c status.c
>   Log:
>   Stupid status tricks:  'svn st -M' is now equivalent to
>   'svn st | grep "^M"'.  Just a shortcut.
>   
>   * cl.h (svn_cl__opt_state_t):  add 'modified' flag.
>   
>   * main.c (main): add '--modified'/ '-M' commandline switch.
>   
>   * status.c (svn_cl__print_status_list): filter if modify-flag set.
>   
>   * status-cmd.c (svn_cl__status): pass opt_state->modified to above.
>...

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: CVS update: MODIFIED: cmdline ...

Posted by kf...@collab.net.
Greg Stein <gs...@lyra.org> writes:
> Very cool idea! But... you should also show the Conflicted files.

Hmmm, thanks for noticing.  Will check how it behaves now and fix if
necessary, should be quick.

Also, a reminder (to all of us, not just Ben): if your commit resolves
an issue, please put the issue number in the commit mail.  I'm
reopening issue #448 anyway in order to make this new tweak; hopefully
will remember to put that number in the upcoming commit. :-)

-K

> On Fri, Aug 24, 2001 at 10:47:26PM -0000, sussman@tigris.org wrote:
> >   User: sussman 
> >   Date: 01/08/24 15:47:26
> > 
> >   Modified:    subversion/clients/cmdline cl.h main.c status-cmd.c status.c
> >   Log:
> >   Stupid status tricks:  'svn st -M' is now equivalent to
> >   'svn st | grep "^M"'.  Just a shortcut.
> >   
> >   * cl.h (svn_cl__opt_state_t):  add 'modified' flag.
> >   
> >   * main.c (main): add '--modified'/ '-M' commandline switch.
> >   
> >   * status.c (svn_cl__print_status_list): filter if modify-flag set.
> >   
> >   * status-cmd.c (svn_cl__status): pass opt_state->modified to above.
> >...
> 
> -- 
> Greg Stein, http://www.lyra.org/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org