[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: propchange - r11888 - svn:log

From: <kfogel_at_collab.net>
Date: 2004-11-15 21:00:28 CET

Thanks for the excellent log message formatting, Steve!

One minor nit: it's better keep lines under 80 columns. That's our
standard width. Admittedly HACKING only documents it as being for
code, but the same reasoning applies to log messages or anything else
that might show up in people's editors or on their terminals.

Best,
-Karl

xsteve@tigris.org writes:
> Author: xsteve
> Revision: 11888
> Property Name: svn:log
>
> New Property Value:
> Patches from Richard Lewis <mapc01@bangor.ac.uk>
> Add the locked/switched/with-history column from the "svn st" output.
>
> * trunk/contrib/client-side/psvn/psvn.el:
>
> (svn-status-line-format): Add a new '%c' column for the "with history" mark
> (svn-status-locked-face): New face for writing "[ LOCKED ]" next to locked
> files
> (svn-status-switched-face): New face for writing "(switched)" next to
> switched directories
> (svn-status-maybe-add-string): New helper function, used to add "LOCKED" and
> "switched"
> (svn-parse-status-result): Record the other columns (locked/switched/
> with-history) from the output. Fix quoting of brackets on lines corresponding
> to "Performing status on external item at..."
> (svn-status-line-info->locked): New function to test if line-info is locked
> (svn-status-line-info->switched): New function to test if line-info is switched
> (svn-status-line-info->historymark): New function to test if line-info is
> "added-with-history"
> (svn-insert-line-in-status-buffer): Insert the "with-history" mark as a third
> column.
> If the file is switched add "(switched)".
> If the file is locked add "[LOCKED]"
> (svn-status-commit-file): Add a docstring
> (svn-status-parse-commit-output): Fix "end of buffer" error when commit output
> contains blank lines
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 15 21:00:29 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.