# HG changeset patch # User jdc@uwo.ca # Date 1125514695 25200 # Node ID 8acf62f579d844b8526351bb8f4715640ed91a42 # Parent a7abffa4b19fe5f3bc8923f08b3ea03d13a6b662 Fix mercurial.el help. diff --git a/contrib/mercurial.el b/contrib/mercurial.el --- a/contrib/mercurial.el +++ b/contrib/mercurial.el @@ -649,7 +649,7 @@ SCM Task G/ 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 @@ View annotated file L 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