# HG changeset patch # User Dan Nicolaescu # Date 1215281066 0 # Node ID 0197baf3734736229fb4ef78af682a4dadca7a0c # Parent 4b43e6ed58500b5b65303fbe4384b6bfcc4837ae *** empty log message *** diff -r 4b43e6ed5850 -r 0197baf37347 lisp/vc-hg.el --- a/lisp/vc-hg.el Sat Jul 05 18:03:56 2008 +0000 +++ b/lisp/vc-hg.el Sat Jul 05 18:04:26 2008 +0000 @@ -365,7 +365,7 @@ ;; 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 @@ ;; (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"