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

Re: svn commit: rev 7873 - trunk/contrib/client-side/psvn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-11-29 22:02:36 CET

xsteve@tigris.org writes:

> Author: xsteve
> Date: Sat Nov 29 14:45:57 2003
> New Revision: 7873
>
> Modified:
> trunk/contrib/client-side/psvn/psvn.el
> Log:
> * Speed up the mark/unmark operations
> - do not call svn-status-update-buffer for every changed mark
> - update only the affected line
> * Thanks to Tadashi Watanabe for the idea for this patch

Following our conventions would give a log message more like:

Speed up the mark/unmark operations. Thanks to Tadashi Watanabe
for the idea for this patch.

* trunk/contrib/client-side/psvn/psvn.el (name-of-function):
  Do not call svn-status-update-buffer for every changed mark.
  Update only the affected line
  

> - (svn-status-update-buffer)
> + ;;(svn-status-update-buffer)

Why are you commenting out code? We have version control!

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 29 22:03:11 2003

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.