##// END OF EJS Templates
hg.1: wrap lines at 70 chars (whitespace cleanup)
Martin Geisler -
r8728:9d67706e default
parent child Browse files
Show More
@@ -1,83 +1,86 b''
1 1 HG(1)
2 2 =====
3 3 Matt Mackall <mpm@selenic.com>
4 4
5 5 NAME
6 6 ----
7 7 hg - Mercurial source code management system
8 8
9 9 SYNOPSIS
10 10 --------
11 11 'hg' [global option]... <command> [command/global option]... [argument]...
12 12
13 13 DESCRIPTION
14 14 -----------
15 The hg(1) command provides a command line interface to the Mercurial system.
15 The hg(1) command provides a command line interface to the Mercurial
16 system.
16 17
17 18 COMMAND ELEMENTS
18 19 ----------------
19 20
20 21 files ...::
21 22 indicates one or more filename or relative path filenames; see
22 23 "FILE NAME PATTERNS" for information on pattern matching
23 24
24 25 path::
25 26 indicates a path on the local machine
26 27
27 28 revision::
28 indicates a changeset which can be specified as a changeset revision
29 number, a tag, or a unique substring of the changeset hash value
29 indicates a changeset which can be specified as a changeset
30 revision number, a tag, or a unique substring of the changeset
31 hash value
30 32
31 33 repository path::
32 34 either the pathname of a local repository or the URI of a remote
33 35 repository.
34 36
35 37 include::hg.1.gendoc.txt[]
36 38
37 39 FILES
38 40 -----
39 41 .hgignore::
40 This file contains regular expressions (one per line) that describe file
41 names that should be ignored by hg. For details, see hgignore(5).
42 This file contains regular expressions (one per line) that
43 describe file names that should be ignored by hg. For details, see
44 hgignore(5).
42 45
43 46 .hgtags::
44 This file contains changeset hash values and text tag names (one of each
45 separated by spaces) that correspond to tagged versions of the repository
46 contents.
47 This file contains changeset hash values and text tag names (one
48 of each separated by spaces) that correspond to tagged versions of
49 the repository contents.
47 50
48 51 /etc/mercurial/hgrc, $HOME/.hgrc, .hg/hgrc::
49 52 This file contains defaults and configuration. Values in .hg/hgrc
50 override those in $HOME/.hgrc, and these override settings made in the
51 global /etc/mercurial/hgrc configuration. See hgrc(5) for details of
52 the contents and format of these files.
53 override those in $HOME/.hgrc, and these override settings made in
54 the global /etc/mercurial/hgrc configuration. See hgrc(5) for
55 details of the contents and format of these files.
53 56
54 57 Some commands (e.g. revert) produce backup files ending in .orig, if
55 the .orig file already exists and is not tracked by Mercurial, it
56 will be overwritten.
58 the .orig file already exists and is not tracked by Mercurial, it will
59 be overwritten.
57 60
58 61 BUGS
59 62 ----
60 Probably lots, please post them to the mailing list (See Resources below)
61 when you find them.
63 Probably lots, please post them to the mailing list (See Resources
64 below) when you find them.
62 65
63 66 SEE ALSO
64 67 --------
65 68 hgignore(5), hgrc(5)
66 69
67 70 AUTHOR
68 71 ------
69 72 Written by Matt Mackall <mpm@selenic.com>
70 73
71 74 RESOURCES
72 75 ---------
73 76 http://selenic.com/mercurial[Main Web Site]
74 77
75 78 http://selenic.com/hg[Source code repository]
76 79
77 80 http://selenic.com/mailman/listinfo/mercurial[Mailing list]
78 81
79 82 COPYING
80 83 -------
81 84 Copyright \(C) 2005-2007 Matt Mackall.
82 85 Free use of this software is granted under the terms of the GNU General
83 86 Public License (GPL).
General Comments 0
You need to be logged in to leave comments. Login now