Show More
@@ -1,12 +1,12 b'' | |||||
1 | """implements bookmark-based branching (EXPERIMENTAL) |
|
1 | """implements bookmark-based branching (EXPERIMENTAL) | |
2 |
|
2 | |||
3 |
|
|
3 | - Disables creation of new branches (config: enable_branches=False). | |
4 |
|
|
4 | - Requires an active bookmark on commit (config: require_bookmark=True). | |
5 |
|
|
5 | - Doesn't move the active bookmark on update, only on commit. | |
6 |
|
|
6 | - Requires '--rev' for moving an existing bookmark. | |
7 |
|
|
7 | - Protects special bookmarks (config: protect=@). | |
8 |
|
8 | |||
9 |
|
|
9 | flow related commands | |
10 |
|
10 | |||
11 | :hg book NAME: create a new bookmark |
|
11 | :hg book NAME: create a new bookmark | |
12 | :hg book NAME -r REV: move bookmark to revision (fast-forward) |
|
12 | :hg book NAME -r REV: move bookmark to revision (fast-forward) |
General Comments 0
You need to be logged in to leave comments.
Login now