~ubuntu-branches/ubuntu/precise/mercurial/precise-updates

« back to all changes in this revision

Viewing changes to doc/hg.1

  • Committer: Package Import Robot
  • Author(s): Javi Merino
  • Date: 2011-09-12 20:55:12 UTC
  • mfrom: (1.2.21 upstream)
  • Revision ID: package-import@ubuntu.com-20110912205512-jrdn4j23borzlaxa
Tags: 1.9.2-1
* New upstream release 1.9.2.
* Remove old code that removed cruft from site-packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1306
1306
no child changeset on the same branch.
1307
1307
.sp
1308
1308
If one or more REVs are given, only branch heads on the branches
1309
 
associated with the specified changesets are shown.
 
1309
associated with the specified changesets are shown. This means
 
1310
that you can use \%\fBhg heads foo\fP\: to see the heads on a branch
 
1311
named \fBfoo\fP.
1310
1312
.sp
1311
1313
If \-c/\-\-closed is specified, also show branch heads marked closed
1312
1314
(see \%\fBhg commit \-\-close\-branch\fP\:).
2329
2331
\%\fBhg resolve [\-\-tool TOOL] FILE...\fP\:: attempt to re\-merge the specified
2330
2332
files, discarding any previous merge attempts. Re\-merging is not
2331
2333
performed for files already marked as resolved. Use \fB\-\-all/\-a\fP
2332
 
to selects all unresolved files. \fB\-\-tool\fP can be used to specify
 
2334
to select all unresolved files. \fB\-\-tool\fP can be used to specify
2333
2335
the merge tool used for the given files. It overrides the HGMERGE
2334
2336
environment variable and your configuration files.
2335
2337
.IP \(bu 2