Fix mercurial.el help.
authorjdc@uwo.ca
Wed, 31 Aug 2005 11:58:15 -0700
changeset 1179 8acf62f579d8
parent 1178 a7abffa4b19f
child 1182 24d553b598e8
Fix mercurial.el help.
contrib/mercurial.el
--- a/contrib/mercurial.el	Wed Aug 31 11:56:58 2005 -0700
+++ b/contrib/mercurial.el	Wed Aug 31 11:58:15 2005 -0700
@@ -649,7 +649,7 @@
 Help overview (what you are reading)  G    C-c h h      hg-help-overview
 
 Tell Mercurial to manage a file       G    C-c h a      hg-add
-Commit changes to current file only   L    C-x v n      hg-commit
+Commit changes to current file only   L    C-x v n      hg-commit-start
 Undo changes to file since commit     L    C-x v u      hg-revert-buffer
 
 Diff file vs last checkin             L    C-x v =      hg-diff
@@ -659,10 +659,10 @@
 
 Diff repo vs last checkin             G    C-c h =      hg-diff-repo
 View status of files in repo          G    C-c h s      hg-status
-Commit all changes                    G    C-c h c      hg-commit
+Commit all changes                    G    C-c h c      hg-commit-start
 
 Undo all changes since last commit    G    C-c h U      hg-revert
-View repo change history              G    C-c h l      hg-log
+View repo change history              G    C-c h l      hg-log-repo
 
 See changes that can be pulled        G    C-c h ,      hg-incoming
 Pull changes                          G    C-c h <      hg-pull