Wanrong Lin <wrglin@gmail.com>


Patch
r872104, r868835

r868835 | xsteve | 2008-01-06 10:52:18 +0000 (Sun, 06 Jan 2008)

Several bug fixes when getting older revisions of a file
Patch by: Wanrong Lin <wrglin@gmail.com>

* trunk/contrib/client-side/emacs/psvn.el:
  (svn-status-get-specific-revision-internal): Ensure that the correct
    file path is used for the svn cat call, don't rely on the
    default-directory when calling svn-run. Turn off the
    write-file-functions when saving the gathered files


r872104 | xsteve | 2008-07-08 17:07:16 +0000 (Tue, 08 Jul 2008)

svn-status-edit-svn-command is no longer set wrong in some circumstances

* trunk/contrib/client-side/emacs/psvn.el:
  (svn-status-1): No longer let-bind svn-status-edit-svn-command to
     fix a wrong value of svn-status-edit-svn-command after a call
     to svn-status-1

Patch by: Wanrong Lin <wrglin@gmail.com>