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.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 12 May 2008 17:19:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/05/12 17:19:42

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.659
retrieving revision 1.660
diff -u -b -r1.659 -r1.660
--- vc.el       12 May 2008 16:37:30 -0000      1.659
+++ vc.el       12 May 2008 17:19:41 -0000      1.660
@@ -559,6 +559,15 @@
 ;; - add a mechanism for editing the underlying VCS's list of files
 ;;   to be ignored, when that's possible.
 ;;
+;;;; Primitives that need changing:
+;;
+;; - vc-update/vc-merge should deal with VC systems that don't
+;;   update/merge on a file basis, but on a whole repository basis.
+;;   vc-update and vc-merge assume the arguments are always files,
+;;   they don't deal with directories.  Make sure the *vc-dir* buffer
+;;   is updated after these operations. 
+;;   At least bzr, git and hg should benefit from this.
+;;
 ;;;; Improved branch and tag handling:
 ;;
 ;; - "snapshots" should be renamed to "tags", and thoroughly reworked.




reply via email to

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