Show More
@@ -32,12 +32,12 b' Branch' | |||
|
32 | 32 | explicitly with a named branch, but it can also be done locally, |
|
33 | 33 | using bookmarks or clones and anonymous branches. |
|
34 | 34 | |
|
35 |
Example: "The experimental branch |
|
|
35 | Example: "The experimental branch." | |
|
36 | 36 | |
|
37 | 37 | (Verb) The action of creating a child changeset which results in |
|
38 | 38 | its parent having more than one child. |
|
39 | 39 | |
|
40 |
Example: "I'm going to branch at X |
|
|
40 | Example: "I'm going to branch at X." | |
|
41 | 41 | |
|
42 | 42 | Branch, anonymous |
|
43 | 43 | Every time a new child changeset is created from a parent that is not |
@@ -135,7 +135,7 b' Child changeset' | |||
|
135 | 135 | See 'Changeset, child'. |
|
136 | 136 | |
|
137 | 137 | Close changeset |
|
138 | See 'Head, closed branch' | |
|
138 | See 'Head, closed branch'. | |
|
139 | 139 | |
|
140 | 140 | Closed branch |
|
141 | 141 | See 'Branch, closed'. |
@@ -144,11 +144,11 b' Clone' | |||
|
144 | 144 | (Noun) An entire or partial copy of a repository. The partial |
|
145 | 145 | clone must be in the form of a revision and its ancestors. |
|
146 | 146 | |
|
147 |
Example: "Is your clone up to date?" |
|
|
147 | Example: "Is your clone up to date?" | |
|
148 | 148 | |
|
149 | 149 | (Verb) The process of creating a clone, using :hg:`clone`. |
|
150 | 150 | |
|
151 |
Example: "I'm going to clone the repository |
|
|
151 | Example: "I'm going to clone the repository." | |
|
152 | 152 | |
|
153 | 153 | Closed branch head |
|
154 | 154 | See 'Head, closed branch'. |
@@ -398,13 +398,13 b' Tip, branch' | |||
|
398 | 398 | Update |
|
399 | 399 | (Noun) Another synonym of changeset. |
|
400 | 400 | |
|
401 |
Example: "I've pushed an update |
|
|
401 | Example: "I've pushed an update." | |
|
402 | 402 | |
|
403 | 403 | (Verb) This term is usually used to describe updating the state of |
|
404 | 404 | the working directory to that of a specific changeset. See |
|
405 | 405 | :hg:`help update`. |
|
406 | 406 | |
|
407 |
Example: "You should update |
|
|
407 | Example: "You should update." | |
|
408 | 408 | |
|
409 | 409 | Working directory |
|
410 | 410 | See 'Directory, working'. |
General Comments 0
You need to be logged in to leave comments.
Login now