##// END OF EJS Templates
Fix typos in FAQ
jdc@uwo.ca -
r718:7dae7377 default
parent child Browse files
Show More
@@ -65,7 +65,7 b' heads. Use "hg heads" to find the heads '
65 65
66 66 The 'tip' is the most recently changed head, and also the highest
67 67 numbered revision. If you have just made a commit, that commit will be
68 the head. Alternately, if you have just pulled from another
68 the tip. Alternately, if you have just pulled from another
69 69 repository, the tip of that repository becomes the current tip.
70 70
71 71 The 'tip' is the default revision for many commands such as update,
@@ -152,7 +152,7 b' upstream repository. This works as a cac'
152 152 pull multiple copies over the network. No need to check files out here
153 153 as you won't be changing them.
154 154
155 The outgoing tree contains all the changes you intend for merger into
155 The outgoing tree contains all the changes you intend for merge into
156 156 upsteam. Publish this tree with 'hg serve" or hgweb.cgi or use 'hg
157 157 push" to push it to another publicly availabe repository.
158 158
@@ -196,7 +196,7 b' process, which can then be added to our '
196 196
197 197 If you'd like to request a feature, send your request to
198 198 mercurial@selenic.com. As Mercurial is still very new, there are
199 certainly features it is missing and you can give up feedback on how
199 certainly features it is missing and you can give us feedback on how
200 200 best to implement them.
201 201
202 202
@@ -256,7 +256,7 b' 1 for objects like the manifest.'
256 256 A manifest is simply a list of all files in a given revision of a
257 257 project along with the nodeids of the corresponding file revisions. So
258 258 grabbing a given version of the project means simply looking up its
259 manifest and reconstruction all the file revisions pointed to by it.
259 manifest and reconstructing all the file revisions pointed to by it.
260 260
261 261 A changeset is a list of all files changed in a check-in along with a
262 262 change description and some metadata like user and date. It also
General Comments 0
You need to be logged in to leave comments. Login now