mercurial.el: note new Emacs VC mode support
authorBryan O'Sullivan <bos@serpentine.com>
Thu, 27 Mar 2008 12:52:41 -0700
changeset 6390 67784cb38d58
parent 6389 0231f763ebc8
child 6391 a1007f7b9b7b
mercurial.el: note new Emacs VC mode support
contrib/mercurial.el
--- 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.