r854839 | xsteve | 2005-05-17 14:53:24 -0500 (Tue, 17 May 2005) Minor fixes to psvn. Patch by: Yann Hodique <yann.hodique@gmail.com> * trunk/contrib/client-side/psvn/psvn.el: Definition of svn-status-temp-dir: Use expand-file-name to allow a temp-directory that contains a ~ (like ~/tmp) C-c C-c should not be bound to svn-log-edit-done when using log-edit-mode, since it shadows the function log-edit-done (which calls back svn-log-edit-done)
r854787 | xsteve | 2005-05-12 15:26:24 -0500 (Thu, 12 May 2005) Get the base revision for a file from the local file system Patch by: Yann Hodique <yann.hodique@gmail.com> * trunk/contrib/client-side/psvn/psvn.el: Bugfix: Don't use ignore-errors from cl-macs, use condition-case instead to define svn-log-edit-use-log-edit-mode (svn-status-get-specific-revision-internal): Get the file from the .svn directory, if we need the BASE revision (svn-status-ediff-with-revision): reverse the order of the base buffer and the actual buffer to have the same order as pcl-cvs
r854786 | xsteve | 2005-05-12 14:56:54 -0500 (Thu, 12 May 2005) Use log-edit, if available for log editing Patch by: Yann Hodique <yann.hodique@gmail.com> * trunk/contrib/client-side/psvn/psvn.el: (svn-log-edit-mode): Set up some variables for log-edit, if the mode is derived from log-edit-mode (svn-log-edit-files-to-commit): New function