Mercurial > emacs
changeset 79988:a92a30bae128
(vc-update): Fix bug: Specify branch tip as vc-checkout REVISION.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Fri, 01 Feb 2008 05:49:49 +0000 |
parents | 6f13ddb7d9e9 |
children | 44b3ea2dbeb3 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Fri Feb 01 04:04:51 2008 +0000 +++ b/lisp/vc.el Fri Feb 01 05:49:49 2008 +0000 @@ -2597,7 +2597,7 @@ (vc-buffer-sync nil) (let ((file buffer-file-name)) (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