diff contrib/mercurial.el @ 955:307ca8ca234f

Remove -C alias for --cwd
author mpm@selenic.com
date Fri, 19 Aug 2005 16:51:44 -0800
parents ffb0665028f0
children d845a1f174bb
line wrap: on
line diff
--- a/contrib/mercurial.el
+++ b/contrib/mercurial.el
@@ -570,7 +570,7 @@ Push changes                          G 
   (let ((root (hg-root)))
     (hg-view-output (hg-output-buffer-name)
       (apply 'call-process (hg-binary) nil t nil
-	     (list "-C" root "status" path)))))
+	     (list "--cwd" root "status" path)))))
 
 (defun hg-undo ()
   (interactive)