equal
deleted
inserted
replaced
952 A bookmark named '@' has the special property that :hg:`clone` will |
952 A bookmark named '@' has the special property that :hg:`clone` will |
953 check it out by default if it exists. |
953 check it out by default if it exists. |
954 |
954 |
955 .. container:: verbose |
955 .. container:: verbose |
956 |
956 |
|
957 Template: |
|
958 |
|
959 The following keywords are supported in addition to the common template |
|
960 keywords and functions such as ``{bookmark}``. See also |
|
961 :hg:`help templates`. |
|
962 |
|
963 :active: Boolean. True if the bookmark is active. |
|
964 |
957 Examples: |
965 Examples: |
958 |
966 |
959 - create an active bookmark for a new line of development:: |
967 - create an active bookmark for a new line of development:: |
960 |
968 |
961 hg book new-feature |
969 hg book new-feature |