##// END OF EJS Templates
glossary: add phase terms
Matt Mackall -
r16037:9232fa4f stable
parent child Browse files
Show More
@@ -212,6 +212,11 b' Directory, working'
212 212 to the files introduced manually or by a merge. The repository
213 213 metadata exists in the .hg directory inside the working directory.
214 214
215 Draft
216 Changesets in the draft phase have not been shared with publishing
217 repositories and may thus be safely changed by history-modifying
218 extensions. See :hg:`help phases`.
219
215 220 Graph
216 221 See DAG and :hg:`help graphlog`.
217 222
@@ -300,6 +305,15 b' Patch'
300 305
301 306 Example: "You will need to patch that revision."
302 307
308 Phase
309 A per-changeset state tracking how the changeset has been or
310 should be shared. See :hg:`help phases`.
311
312 Public
313 Changesets in the public phase have been shared with publishing
314 repositories and are therefore considered immutable. See :hg:`help
315 phases`.
316
303 317 Pull
304 318 An operation in which changesets in a remote repository which are
305 319 not in the local repository are brought into the local
@@ -351,6 +365,10 b' Root'
351 365 A changeset that has only the null changeset as its parent. Most
352 366 repositories have only a single root changeset.
353 367
368 Secret
369 Secret changesets are changesets that may not be shared via push
370 or pull. See :hg:`help phases`.
371
354 372 Tag
355 373 An alternative name given to a changeset. Tags can be used in all
356 374 places where Mercurial expects a changeset ID, e.g., with
General Comments 0
You need to be logged in to leave comments. Login now