contrib/mercurial.el
changeset 2876 0ffca0cb9f4b
parent 2736 a5c43944e1ee
child 2983 48baf9fb1921
--- a/contrib/mercurial.el
+++ b/contrib/mercurial.el
@@ -722,7 +722,7 @@ code by typing `M-x find-library mercuri
       (if (not hg-root-dir)
 	  (error "error: %s: directory is not part of a Mercurial repository."
 		 default-directory)
-	(cd (hg-root))))))
+	(cd hg-root-dir)))))
 
 (defun hg-add (path)
   "Add PATH to the Mercurial repository on the next commit.