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: Tue, 19 Feb 2008 09:40:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/02/19 09:40:16

Index: vc-hg.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-hg.el,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- vc-hg.el    19 Feb 2008 07:10:33 -0000      1.48
+++ vc-hg.el    19 Feb 2008 09:40:16 -0000      1.49
@@ -477,7 +477,7 @@
 
 (defun vc-hg-extra-status-menu () 
   '(["Show incoming" vc-hg-incoming]
-    ["Show outgoing" vc-hg-outgoing])
+    ["Show outgoing" vc-hg-outgoing]))
 
 (define-derived-mode vc-hg-outgoing-mode vc-hg-log-view-mode "Hg-Outgoing")
 




reply via email to

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