[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE]
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE] |
Date: |
Wed, 09 Jan 2008 08:50:05 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Dan Nicolaescu <dann> 08/01/09 08:50:02
Index: vc-hg.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-hg.el,v
retrieving revision 1.12.2.16
retrieving revision 1.12.2.17
diff -u -b -r1.12.2.16 -r1.12.2.17
--- vc-hg.el 7 Jan 2008 06:06:25 -0000 1.12.2.16
+++ vc-hg.el 9 Jan 2008 08:49:58 -0000 1.12.2.17
@@ -286,8 +286,7 @@
(if oldvers
(if newvers
(list "-r" oldvers "-r" newvers)
- (list "-r" oldvers))
- (list ""))))))
+ (list "-r" oldvers)))))))
(defun vc-hg-revision-table (file)
(let ((default-directory (file-name-directory file)))
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE], Dan Nicolaescu, 2008/01/04
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE], Glenn Morris, 2008/01/06
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE], Dan Nicolaescu, 2008/01/06
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE], Dan Nicolaescu, 2008/01/07
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE],
Dan Nicolaescu <=