Print this page
6282 ONBLD man pages not pbchk clean
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/scripts/hgsetup.1onbld
+++ new/usr/src/tools/scripts/hgsetup.1onbld
1 1 .\" CDDL HEADER START
2 2 .\"
3 3 .\" The contents of this file are subject to the terms of the
4 4 .\" Common Development and Distribution License (the "License").
5 5 .\" You may not use this file except in compliance with the License.
6 6 .\"
7 7 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8 8 .\" or http://www.opensolaris.org/os/licensing.
9 9 .\" See the License for the specific language governing permissions
10 10 .\" and limitations under the License.
11 11 .\"
12 12 .\" When distributing Covered Code, include this CDDL HEADER in each
↓ open down ↓ |
12 lines elided |
↑ open up ↑ |
13 13 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14 14 .\" If applicable, add the following below this CDDL HEADER, with the
15 15 .\" fields enclosed by brackets "[]" replaced with your own identifying
16 16 .\" information: Portions Copyright [yyyy] [name of copyright owner]
17 17 .\"
18 18 .\" CDDL HEADER END
19 19 .\"
20 20 .\" Copyright 2008 Sun Microsystems, Inc. All rights reserved.
21 21 .\" Use is subject to license terms."
22 22 .\"
23 -.TH hgsetup 1ONBLD "2 October 2008"
23 +.TH HGSETUP 1ONBLD "Oct 2, 2008"
24 24 .SH NAME
25 25 .I hgsetup
26 26 \- sets up a user's ~/.hgrc for development of ON with Mercurial
27 27 .SH SYNOPSIS
28 28 \fBhgsetup [-f] [-c \fIcdm_path\fP] [-m \fImerge_path\fP] [-n \fIname\fP] [-e \fIemail\fP] [-p \fIproxy\fP] [-s \fIstyle_path\fP]
29 -.LP
30 29 .SH DESCRIPTION
31 -.IX "OS-Net build tools" "hgsetup" "" "\fBhgsetup\fP"
32 -.LP
33 30 The hgsetup script sets up a user's ~/.hgrc (hgrc(5)) file for development
34 -of ON (OS/Net) with Mercurial.
31 +of ON (OS/Net) with Mercurial.
35 32 .LP
36 33 It populates the author and email fields with the user's information.
37 34 It loads the Cadmium extension.
38 35 It aliases canonical repositories for onnv-gate.
39 36 It configures Mercurial to use appropriate merge tools.
40 37 .SH OPTIONS
41 38 .TP 10
42 39 .B -f
43 40 Force the user's ~/.hgrc to be overwritten if one already exists
44 41 .TP 10
45 42 .B -c
46 43 Override the path to the Cadmium extension for Mercurial to load
↓ open down ↓ |
2 lines elided |
↑ open up ↑ |
47 44 .TP 10
48 45 .B -m
49 46 Override the default merge configuration, such that a single
50 47 specified tool is used.
51 48 .TP 10
52 49 .B -n
53 50 Specify the name to use for commits (default is taken from passwd file)
54 51 .TP 10
55 52 .B -e
56 53 Specify the email address to use for commits.
57 -For SWAN users the default is taken from an LDAP query, otherwise -e
54 +For SWAN users the default is taken from an LDAP query, otherwise -e
58 55 is mandatory.
59 56 .TP 10
60 57 .B -p
61 58 Specify an http_proxy to use for interacting with HTTP repositories
62 59 .TP 10
63 60 .B -s
64 61 Override the path to the Mercurial style file
65 -.LP
66 62 .SH OUTPUT
67 63 .LP
68 64 Generates a .hgrc file in the user's home directory.
69 -.LP
70 65 .SH SEE ALSO
71 66 .LP
72 67 .IR hgrc(5),
73 68 .IR hg(1),
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX