##// END OF EJS Templates
merge with stable
Matt Mackall -
r15046:c019df62 merge default
parent child Browse files
Show More
@@ -2523,7 +2523,9 b' def heads(ui, repo, *branchrevs, **opts)'
2523 no child changeset on the same branch.
2523 no child changeset on the same branch.
2524
2524
2525 If one or more REVs are given, only branch heads on the branches
2525 If one or more REVs are given, only branch heads on the branches
2526 associated with the specified changesets are shown.
2526 associated with the specified changesets are shown. This means
2527 that you can use :hg:`heads foo` to see the heads on a branch
2528 named ``foo``.
2527
2529
2528 If -c/--closed is specified, also show branch heads marked closed
2530 If -c/--closed is specified, also show branch heads marked closed
2529 (see :hg:`commit --close-branch`).
2531 (see :hg:`commit --close-branch`).
@@ -1166,7 +1166,7 b' The full set of options is:'
1166 extension. This will serve HTML files as ``text/html`` and might
1166 extension. This will serve HTML files as ``text/html`` and might
1167 allow cross-site scripting attacks when serving untrusted
1167 allow cross-site scripting attacks when serving untrusted
1168 repositories. Default is False.
1168 repositories. Default is False.
1169
1169
1170 ``allow_read``
1170 ``allow_read``
1171 If the user has not already been denied repository access due to
1171 If the user has not already been denied repository access due to
1172 the contents of deny_read, this list determines whether to grant
1172 the contents of deny_read, this list determines whether to grant
General Comments 0
You need to be logged in to leave comments. Login now