Ted Phelps <phelps@mantara.com>


Patch
r879035, r878545

r878545 | xsteve | 2009-07-22 20:34:52 +0000 (Wed, 22 Jul 2009)

Performance enhancement.

Patch by: Ted Phelps <phelps@mantara.com>

* trunk/contrib/client-side/emacs/psvn.el:
  (svn-status-update-buffer): Ensure that no longer needed overlays
     get deleted. Before the number of overlays accumulated each time
     the buffer was updated. The new behaviour makes updating a
     *svn-status* faster


r879035 | xsteve | 2009-08-26 19:37:22 +0000 (Wed, 26 Aug 2009)

Minor fixes
Patch by: Ted Phelps <phelps@mantara.com>

* trunk/contrib/client-side/emacs/psvn.el:
  (svn-run): Wrap sit-for in save-excursion to prevent buffer
     switching during sit-for
  (svn-status-face-set-temporary-during-popup): Wrap sit-for in 
     save-excursion to prevent buffer switching during sit-for
  (svn-log-mark-partner-revision): let bind overlay to keep it local