Mercurial > emacs
diff lisp/ChangeLog @ 108919:6e9243fe4510
Improve VC create/retrieve tag/branch.
* lisp/vc.el (vc-create-tag): Do not read the directory name for VCs
with repository revision granularity. Adjust the tag/branch
prompt. Reset VC properties.
(vc-retrieve-tag): Do not read the directory name for VCs
with repository revision granularity. Reset VC properties.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 09 Jun 2010 00:47:14 -0700 |
parents | 101e54738c96 |
children | 838873812c0a |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 09 09:36:45 2010 +0200 +++ b/lisp/ChangeLog Wed Jun 09 00:47:14 2010 -0700 @@ -1,3 +1,12 @@ +2010-06-09 Dan Nicolaescu <dann@ics.uci.edu> + + Improve VC create/retrieve tag/branch. + * vc.el (vc-create-tag): Do not read the directory name for VCs + with repository revision granularity. Adjust the tag/branch + prompt. Reset VC properties. + (vc-retrieve-tag): Do not read the directory name for VCs + with repository revision granularity. Reset VC properties. + 2010-06-09 Julien Danjou <julien@danjou.info> * net/notifications.el: New file.