##// END OF EJS Templates
mercurial.el: fix misleading indent of code....
Vadim Gelfer -
r2518:d78ae783 default
parent child Browse files
Show More
@@ -684,7 +684,7 b' See changes that can be pushed G '
684 Push changes G C-c h > hg-push"
684 Push changes G C-c h > hg-push"
685 (unless vc-make-backup-files
685 (unless vc-make-backup-files
686 (set (make-local-variable 'backup-inhibited) t))
686 (set (make-local-variable 'backup-inhibited) t))
687 (run-hooks 'hg-mode-hook))
687 (run-hooks 'hg-mode-hook))
688
688
689 (defun hg-find-file-hook ()
689 (defun hg-find-file-hook ()
690 (when (hg-mode-line)
690 (when (hg-mode-line)
General Comments 0
You need to be logged in to leave comments. Login now