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, 29 Dec 2007 05:54:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/12/29 05:54:25

Index: vc-hg.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-hg.el,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- vc-hg.el    28 Dec 2007 22:50:17 -0000      1.35
+++ vc-hg.el    29 Dec 2007 05:54:23 -0000      1.36
@@ -199,6 +199,8 @@
         ;;      ! = deleted, but still tracked
         ;; should not show up in vc-dired, so don't deal with them
         ;; here.
+        ((eq status-char ?C)
+         (vc-file-setprop file 'vc-state 'up-to-date))
         ((eq status-char ?A)
          (vc-file-setprop file 'vc-working-revision "0")
          (vc-file-setprop file 'vc-state 'edited))




reply via email to

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