+2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
+
+ * vc.el (vc-update): Fix bug: Specify branch tip as
+ vc-checkout REVISION. Reported by Dan Nicolaescu.
+
2008-02-01 Glenn Morris <rgm@gnu.org>
* info.el (bookmark-make-cell-function, bookmark-search-size)
(if (buffer-modified-p (get-file-buffer file))
(error "Please kill or save all modified buffers before updating."))
(if (vc-up-to-date-p file)
- (vc-checkout file nil "")
+ (vc-checkout file nil t)
(if (eq (vc-checkout-model file) 'locking)
(if (eq (vc-state file) 'edited)
(error "%s"