emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v
Date: Sat, 05 Jul 2008 18:04:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/05 18:04:27

Index: vc-hg.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-hg.el,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- vc-hg.el    5 Jul 2008 18:03:55 -0000       1.84
+++ vc-hg.el    5 Jul 2008 18:04:26 -0000       1.85
@@ -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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]