# HG changeset patch # User Zach Wilson # Date 1642614173 21600 # Wed Jan 19 11:42:53 2022 -0600 # Node ID e52c62ac52fc0a5a33a7b88e1b051cbe219b8058 # Parent 40181bd0ffcd7142c4ee6d103ba066dbccd38240 Fixed a couple issues with README diff --git a/README.markdown b/README.markdown --- a/README.markdown +++ b/README.markdown @@ -28,7 +28,7 @@ :Hgedit src/bar.py -Take advantage of the auto-completion when typing the path! Work on that +Take advantage of the auto-completion when typing the path! Work on that other file too, then compare it to the parent revision version: :Hgvdiff @@ -47,12 +47,12 @@ :Hgstatus You can see the difference between modified files and their parent revision -version easily by moving the cursor to the appropriate line and hitting -. You can also do an `addremove` by using (use the selection mode +version easily by moving the cursor to the appropriate line and hitting +`Ctrl-V`. You can also do an `addremove` by using `Ctrl-A` (use the selection mode to add/remove several files at once!). Now it's time to commit. While still in the status window, remove all mentions -of files you don't want to commit, and hit . Write your commit message, +of files you don't want to commit, and hit `Ctrl-S`. Write your commit message, go `:wq`, and you're done! You can check everything went fine: :Hg tip @@ -63,7 +63,7 @@ your questions and problems in the [issue tracker][1] on BitBucket. - [mercurial]: http://hg-scm.com + [mercurial]: https://www.mercurial-scm.org/ [vim]: http://www.vim.org [fugitive]: https://github.com/tpope/vim-fugitive [pathogen]: https://github.com/tpope/vim-pathogen