Mercurial > hg
changeset 6390:67784cb38d58
mercurial.el: note new Emacs VC mode support
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 27 Mar 2008 12:52:41 -0700 |
parents | 0231f763ebc8 |
children | a1007f7b9b7b |
files | contrib/mercurial.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/mercurial.el Wed Mar 26 10:12:10 2008 -0700 +++ b/contrib/mercurial.el Thu Mar 27 12:52:41 2008 -0700 @@ -35,8 +35,10 @@ ;; This code has been developed under XEmacs 21.5, and may not work as ;; well under GNU Emacs (albeit tested under 21.4). Patches to ;; enhance the portability of this code, fix bugs, and add features -;; are most welcome. You can clone a Mercurial repository for this -;; package from http://www.serpentine.com/hg/hg-emacs +;; are most welcome. + +;; As of version 22.3, GNU Emacs's VC mode has direct support for +;; Mercurial, so this package may not prove as useful there. ;; Please send problem reports and suggestions to bos@serpentine.com.