emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-svn.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-svn.el
Date: Thu, 09 Feb 2006 03:47:01 +0000

Index: emacs/lisp/vc-svn.el
diff -u emacs/lisp/vc-svn.el:1.26 emacs/lisp/vc-svn.el:1.27
--- emacs/lisp/vc-svn.el:1.26   Mon Feb  6 15:56:17 2006
+++ emacs/lisp/vc-svn.el        Thu Feb  9 03:47:00 2006
@@ -370,7 +370,11 @@
     (vc-svn-command
      buffer
      (if (and (vc-stay-local-p file) (fboundp 'start-process)) 'async 0)
-     file "log")))
+     file "log"
+     ;; By default Subversion only shows the log upto the working version,
+     ;; whereas we also want the log of the subsequent commits.  At least
+     ;; that's what the vc-cvs.el code does.
+     "-rHEAD:0")))
 
 (defun vc-svn-diff (file &optional oldvers newvers buffer)
   "Get a difference report using SVN between two versions of FILE."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]