annotate doc/hg.1 @ 196:48827121af7e

add export, recover, and undo to the man page add export to hg help
author jake@edge2.net
date Mon, 30 May 2005 09:53:48 -0700
parents 089594a5bbde
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
177
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
2 .de Sh \" Subsection
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
3 .br
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
4 .if t .Sp
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
5 .ne 5
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
6 .PP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
7 \fB\\$1\fR
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
8 .PP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
9 ..
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
10 .de Sp \" Vertical space (when we can't use .PP)
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
11 .if t .sp .5v
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
12 .if n .sp
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
13 ..
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
14 .de Ip \" List item
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
15 .br
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
16 .ie \\n(.$>=3 .ne \\$3
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
17 .el .ne 3
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
18 .IP "\\$1" \\$2
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
19 ..
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
20 .TH "HG" 1 "" "" ""
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
21 .SH NAME
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
22 hg \- command line interface to the Mercurial source code management system
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
23 .SH "SYNOPSIS"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
24
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
25
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
26 hg [\-v \-d \-q \-y] <command> [command options] [files]
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
27
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
28 .SH "DESCRIPTION"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
29
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
30
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
31 The hg(1) command provides a command line interface to the Mercurial system\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
32
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
33 .SH "NOTE"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
34
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
35
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
36 Many of the hg commands are not yet subdirectory and/or working directory aware\&. This means that some commands will only work in the top level repository directory or will only accept paths and filenames relative to the top level\&. Merges and commits, in particular, should be done in the top\-level directory\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
37
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
38 .SH "OPTIONS"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
39
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
40 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
41 --debug, \-d
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
42 enable debugging output
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
43
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
44 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
45 --quiet, \-q
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
46 suppress output
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
47
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
48 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
49 --verbose, \-v
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
50 enable additional output
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
51
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
52 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
53 --noninteractive, \-y
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
54 do not prompt, assume yes for any required answers
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
55
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
56 .SH "COMMAND ELEMENTS"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
57
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
58 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
59 files ...
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
60 indicates one or more filename or relative path filenames
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
61
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
62 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
63 path
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
64 indicates a path on the local machine
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
65
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
66 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
67 revision
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
68 indicates a changeset which can be specified as a changeset id (int), a tag, or a unique substring of the changeset hash value
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
69
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
70 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
71 repository path
181
038e4d8602bd updated for .hgpaths and http/old-http protocol name change
jake@edge2.net
parents: 177
diff changeset
72 is either the pathname of a local repository of the URI of a remote repository\&. There are two available URI protocols, http:// which is fast and the old\-http:// protocol which is much slower but does not require python on the web host\&.
177
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
73
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
74 .SH "COMMANDS"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
75
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
76 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
77 add [files ...]
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
78 add the given files to the repository\&. Note that this just schedules the files for addition at the next hg commit time\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
79
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
80 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
81 addremove
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
82 add all new files and remove all missing files from the repository\&. new files are ignored if they match any of the patterns in \&.hgignore
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
83
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
84 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
85 annotate [\-r revision \-u \-n \-c] [files ...]
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
86 list the files with each line showing the revision id responsible for that line\&. \-u will add the author to the revision id, \-c will print the changeset hash, and \-n will ...
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
87
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
88 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
89 branch <path>
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
90 create a new branch of the repository indicated by path in the current directory\&. Note that there should not be a repository already initialized in the current directory
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
91
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
92 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
93 checkout [revision]
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
94 check out the indicated version of the repository into the working directory\&. Note that currently no merge occurs with changed files in the working dir\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
95
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
96 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
97 commit
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
98 commit all changed files in the working dir to the repository\&. This uses the EDITOR environment variable to bring up an editor to add a commit comment\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
99
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
100 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
101 diff [\-r revision] [\-r revision] [files ...]
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
102 generate a unified diff of the indicated files\&. If there are no revisions specified, the working directory file is compared to the tip, one revision specified indicates a comparison between the working directory file and the specified revision, two revisions compares the two versions specified\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
103
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
104 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
105 dump <file> [revision]
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
106 print the indicated revision of the file
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
107
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
108 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
109 dumpmanifest [revision]
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
110 print the indicated revision of the manifest (list of version controlled files)
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
111
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
112 .TP
196
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
113 export [revision]
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
114 print the changeset header (author, changeset hash, parent, and commit comment) and the diffs for a particular revision\&.
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
115
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
116 .TP
177
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
117 history
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
118 print the revision history of the repository
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
119
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
120 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
121 init
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
122 initialize a repository in the current directory
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
123
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
124 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
125 log <file>
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
126 print the revision history of the specified file
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
127
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
128 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
129 merge <repository path>
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
130 pull any changes from the specified repository to the repository in the current directory\&. Use the value of the HGMERGE environment variable as a program to resolve any merge conflicts between the two repositories\&. An implicit commit is done at the end of this process if there were any merge conflicts\&. Note that merge does not yet merge with changed files in the working dir\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
131
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
132 .TP
196
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
133 recover
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
134 rollback an interrupted transaction
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
135
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
136 .TP
177
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
137 remove [files ...]
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
138 schedule the indicated files for removal from the repository at the next commit
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
139
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
140 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
141 serve [\-a addr \-n name \-p port \-t templatedir]
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
142 this will start an http server, by default on port 8000, that will allow browsing the repository using the hgweb interface and will allow merging from the repository\&. \-a sets the interface address, \-p the port to listen on, \-n the name of the repository and \-t sets the location of the template directory\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
143
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
144 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
145 status
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
146 list new, changed, and missing files in the working directory
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
147
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
148 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
149 tags
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
150 list the current tags
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
151
196
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
152 .TP
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
153 undo
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
154 undo the last transaction
48827121af7e add export, recover, and undo to the man page
jake@edge2.net
parents: 182
diff changeset
155
177
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
156 .SH "ENVIRONMENT VARIABLES"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
157
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
158 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
159 HGMERGE
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
160 points to an executable to use for resolving merge conflicts, the program will be executed with four arguments: local file, remote file, ancestor file, and original filename\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
161
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
162 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
163 HGUSER
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
164 this is the string used for the author value of a commit
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
165
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
166 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
167 HG_OPTS
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
168 this string is used for default arguments to hg
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
169
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
170 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
171 PYTHONPATH
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
172 this is used by Python to find imported modules and needs to be set appropriately based on where mercurial is installed
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
173
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
174 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
175 EMAIL
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
176 if HGUSER is not set, this will be used next as the author value for a commit
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
177
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
178 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
179 LOGNAME
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
180 if neither HGUSER nor EMAIL is set, LOGNAME will be used (with @hostname appended) as the author value for a commit
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
181
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
182 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
183 EDITOR
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
184 this is the name of the editor to use when committing
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
185
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
186 .SH "FILES"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
187
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
188 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
189 \&.hgignore
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
190 this file contains regular expressions (one per line) that describe file names that should be ignored by hg
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
191
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
192 .TP
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
193 \&.hgtags
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
194 this file contains changeset hash values and text tag names (one of each seperated by spaces) that correspond to tagged versions of the repository contents\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
195
181
038e4d8602bd updated for .hgpaths and http/old-http protocol name change
jake@edge2.net
parents: 177
diff changeset
196 .TP
038e4d8602bd updated for .hgpaths and http/old-http protocol name change
jake@edge2.net
parents: 177
diff changeset
197 $HOME/\&.hgpaths
038e4d8602bd updated for .hgpaths and http/old-http protocol name change
jake@edge2.net
parents: 177
diff changeset
198 this file contains a mapping from a symbolic name to a repository path (which could be a local path or a remote URI), the format is <symbolic name> <repository path> with each mapping on a seperate line
038e4d8602bd updated for .hgpaths and http/old-http protocol name change
jake@edge2.net
parents: 177
diff changeset
199
177
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
200 .SH "BUGS"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
201
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
202
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
203 Probably lots, please post them to the mailing list (See Resources below) when you find them\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
204
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
205 .SH "AUTHOR"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
206
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
207
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
208 Written by Matt Mackall <mpm@selenic\&.com>
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
209
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
210 .SH "RESOURCES"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
211
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
212
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
213 Main Web Site: \fIhttp://selenic.com/mercurial\fR
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
214
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
215
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
216 Source code repository: \fIhttp://selenic.com/hg\fR
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
217
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
218
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
219 Mailing list: \fIhttp://selenic.com/mailman/listinfo/mercurial\fR
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
220
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
221 .SH "COPYING"
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
222
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
223
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
224 Copyright (C) 2005 Matt Mackall\&. Free use of this software is granted under the terms of the GNU General Public License (GPL)\&.
91055f795d88 adding doc directory and files
jake@edge2.net
parents:
diff changeset
225