diff lisp/vc-bzr.el @ 92122:74bf6df13b6c

* vc.el (vc-find-revision): Make vc-parent-buffer local before setting it. (vc-status-menu-map): Do not define using easy-menu. (vc-status-menu-map): New defalias. (vc-status-mode-map): Hook up the menu. (top-level): Update TODO. * vc-hg.el (vc-hg-extra-status-menu): Return a keymap. * vc-bzr.el (vc-bzr-init-version): Rename to ... (vc-bzr-init-revision): ... this.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 23 Feb 2008 06:32:12 +0000
parents 107ccd98fa12
children 7071cfe2789e
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Sat Feb 23 00:49:39 2008 +0000
+++ b/lisp/vc-bzr.el	Sat Feb 23 06:32:12 2008 +0000
@@ -277,7 +277,7 @@
   "Create a new Bzr repository."
   (vc-bzr-command "init" nil 0 nil))
 
-(defun vc-bzr-init-version (&optional file)
+(defun vc-bzr-init-revision (&optional file)
   "Always return nil, as Bzr cannot register explicit versions."
   nil)