Mercurial > emacs
comparison lisp/ChangeLog @ 108843:1fa0743700cc
Improve state updating for VC tag commands.
* lisp/vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
to update the state of all buffers in the directory.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 01 Jun 2010 02:37:49 -0700 |
parents | 818b95330703 |
children | 2ad33f941be2 |
comparison
equal
deleted
inserted
replaced
108842:818b95330703 | 108843:1fa0743700cc |
---|---|
1 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu> | 1 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 Improve state updating for VC tag commands. | |
4 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer | |
5 to update the state of all buffers in the directory. | |
2 | 6 |
3 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539). | 7 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539). |
4 | 8 |
5 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | 9 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> |
6 | 10 |