Vim Tips Wiki
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 187: Line 187:
   
 
===Useful commands to "get information"===
 
===Useful commands to "get information"===
*<code>hg -v help</code>
+
*<code>hg help</code>
*<code>hg -v help |less</code>
+
*<code>hg help |less</code>
 
::what are the basic hg commands, and what do they do?
 
::what are the basic hg commands, and what do they do?
*<code>hg -v help <u>command</u></code>
+
*<code>hg help <u>command</u></code>
::(where <u>command</u> is a Mercurial command) what are the possible arguments to that command (and what do they mean)?<br>(<code>-v</code> or <code>--verbose</code> is necessary to get the full text of the concerned help section)
+
::(where <u>command</u> is a Mercurial command) what are the possible arguments to that command (and what do they mean)?
 
*<code>hg status</code>
 
*<code>hg status</code>
 
::are there local files waiting for a disposition (<code>commit</code> possibly preceded by <code>add</code> and/or <code>forget</code>)? The reply is one filename per line, preceded by A (added to the list of tracked files), M (merged), D (deleted i.e. specifically not tracked), ? (new file, neither "tracked" nor "not tracked" yet).
 
::are there local files waiting for a disposition (<code>commit</code> possibly preceded by <code>add</code> and/or <code>forget</code>)? The reply is one filename per line, preceded by A (added to the list of tracked files), M (merged), D (deleted i.e. specifically not tracked), ? (new file, neither "tracked" nor "not tracked" yet).
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)