Mercurial > emacs
diff lisp/ChangeLog @ 106464:67d9cb4f16c3
* vc-git.el (vc-git-print-log): Handle a limit argument. Display
the short log in graph form and with labels.
(vc-git-log-view-mode): Handle labels.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 06 Dec 2009 22:18:03 +0000 |
parents | 783bd2552dd4 |
children | 5b7b3cac58c5 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Dec 06 21:25:55 2009 +0000 +++ b/lisp/ChangeLog Sun Dec 06 22:18:03 2009 +0000 @@ -1,5 +1,9 @@ 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu> + * vc-git.el (vc-git-print-log): Handle a limit argument. Display + the short log in graph form and with labels. + (vc-git-log-view-mode): Handle labels. + Make vc-revert change VC state from 'added to 'unregistered. * vc-git.el (vc-git-revert): Call git reset first.