From: Dan Nicolaescu Date: Sat, 5 Jul 2008 18:04:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~4318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f10da1c12a1e91bd2b491ff98ca3c5ec91f5c67;p=emacs.git *** empty log message *** --- diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index c1ca8c5ff7b..60d6fce2717 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -365,7 +365,7 @@ COMMENT is ignored." ;; registered. (error)))) -;; XXX This would remove the file. Is that correct? +;; FIXME: This would remove the file. Is that correct? ;; (defun vc-hg-unregister (file) ;; "Unregister FILE from hg." ;; (vc-hg-command nil nil file "remove")) @@ -519,7 +519,7 @@ REV is the revision to check out into WORKFILE." ;; (vc-hg-status-extra-header "Global id : " "id" "-i") ))) -;; XXX this adds another top level menu, instead figure out how to +;; FIXME: this adds another top level menu, instead figure out how to ;; replace the Log-View menu. (easy-menu-define log-view-mode-menu vc-hg-outgoing-mode-map "Hg-outgoing Display Menu"