Mercurial > emacs
diff etc/NEWS @ 81620:205f0e2270e9
(vc-arch-add-tagline): Do a slightly cleaner job.
(vc-arch-complete, vc-arch--version-completion-table)
(vc-arch-revision-completion-table): New functions to provide
completion of revision names.
(vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
(vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
to let the user trim the revlib.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 26 Jun 2007 17:59:15 +0000 |
parents | b1e328f69b65 |
children | 9cde32c80659 |
line wrap: on
line diff
--- a/etc/NEWS Tue Jun 26 17:43:04 2007 +0000 +++ b/etc/NEWS Tue Jun 26 17:59:15 2007 +0000 @@ -74,10 +74,11 @@ Only copyright lines with holders matching copyright-names-regexp will be considered for update. +** VC +*** VC backends can provide completion of revision names. +*** VC has some support for Bazaar (bzr). -** VC has some support for Bazaar (bzr). - -** VC has some support for Mercurial (hg). +*** VC has some support for Mercurial (hg). ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.