diff lisp/vc-bzr.el @ 97401:58215ab2e8e6

(vc-bzr-find-revision): Rename from vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 10 Aug 2008 19:48:57 +0000
parents d9bc43f652b0
children 9fc5b62e3967
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Sun Aug 10 19:36:12 2008 +0000
+++ b/lisp/vc-bzr.el	Sun Aug 10 19:48:57 2008 +0000
@@ -403,8 +403,8 @@
   (if rev (error "Can't check in a specific revision with bzr"))
   (vc-bzr-command "commit" nil 0 files "-m" comment))
 
-(defun vc-bzr-find-version (file rev buffer)
-  "Fetch version REV of file FILE and put it into BUFFER."
+(defun vc-bzr-find-revision (file rev buffer)
+  "Fetch revision REV of file FILE and put it into BUFFER."
     (with-current-buffer buffer
       (if (and rev (stringp rev) (not (string= rev "")))
           (vc-bzr-command "cat" t 0 file "-r" rev)