Differences between revisions 12 and 13
Revision 12 as of 2013-08-02 04:12:02
Size: 1228
Editor: mpm
Comment:
Revision 13 as of 2013-08-31 08:49:31
Size: 239
Editor: RandalMck
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Mercurial Tips =

This page is a collection of short tips that can be used on the [[Mercurial|homepage]].

||'''Tip:''' <<RandomQuote(MercurialTips)>>||

== Tips ==

 * Impatient? Enable the [[ProgressExtension|progress extension]] to get a progress bar
 * Enable the [[PagerExtension|pager extension]] to get paged output
 * Enable the [[ColorExtension|color extension]] to get colorized output
 * Confused? Use '`hg summary`' to get your bearings!
 * Use '`hg serve`', then browse your repository at 'http://localhost:8000/'
 * Use '`hg log -k <keyword>`' to search your history for a keyword
 * Use '`hg id -i -r <rev>`' to find the changeset id for a given revision or tag
 * Use '`hg status --rev <X>:<Y>`' to see files changes between two revisions
 * Use '`hg archive -R myrepo -r 1.0 myrepo-1.0.zip`' to build a zip file of your release.
 * See '`hg help revisions`' for the many ways to [[Topic:revisions|specify revisions]]
 * Subscribe to [[Mercurial/NewsItems|latest news]] to get email notification of new releases.
 * [[Topic:revsets|Revsets]] are a powerful query language for '`log`' and other commands
 * Mercurial has lots of features for [[PowerUser|power users]]

----
CategoryWiki
Hi, I am Leroy Huneycutt. Filing is what I do. Canoeing is what I do every week.<<BR>>
<<BR>>
For years I've been dwelling in Idaho. I morning running and maintaining a blog here: http://happiechic.com/members/dorothyor/activity/226743

Hi, I am Leroy Huneycutt. Filing is what I do. Canoeing is what I do every week.

For years I've been dwelling in Idaho. I morning running and maintaining a blog here: http://happiechic.com/members/dorothyor/activity/226743

MercurialTips (last edited 2013-09-01 02:08:01 by KevinBot)