##// END OF EJS Templates
docs/usage: reword and extend section on changelog
Thomas De Schampheleire -
r4966:543bf62d default
parent child Browse files
Show More
@@ -39,19 +39,36 b' currently visible revision. So for exam'
39 39 arrows will only show revisions on the ``beta`` branch.
40 40
41 41
42 Compare view from changelog
43 ---------------------------
42 Changelog features
43 ------------------
44
45 The core feature of a repository's ``changelog`` page is to show the revisions
46 in a repository. However, there are several other features available from the
47 changelog.
48
49 Branch filter
50 By default, the changelog shows revisions from all branches in the
51 repository. Use the branch filter to restrict to a given branch.
44 52
45 Checkboxes in the compare view allow users to view a combined compare
46 view. You can only show the range between the first and last checkbox
47 (no cherry pick). Clicking more than one checkbox will activate a
48 link at the top saying ``Show selected changesets <from-rev> ->
49 <to-rev>``. Clicking this will activate the compare view. In this view
50 it is also possible to switch to combined compare.
53 Viewing a changeset
54 A particular changeset can be opened by clicking on either the changeset
55 hash or the commit message, or by ticking the checkbox and clicking the
56 ``Show selected changeset`` button at the top.
51 57
52 Compare view is also available from the journal on pushes having more than
53 one changeset.
58 Viewing all changes between two changesets
59 To get a list of all changesets between two selected changesets, along with
60 the changes in each one of them, tick the checkboxes of the first and
61 last changeset in the desired range and click the ``Show selected changesets``
62 button at the top. You can only show the range between the first and last
63 checkbox (no cherry-picking).
54 64
65 From that page, you can proceed to viewing the overall delta between the
66 selected changesets, by clicking the ``Compare revisions`` button.
67
68 Creating a pull request
69 You can create a new pull request for the changes of a particular changeset
70 (and its ancestors) by selecting it and clicking the ``Open new pull request
71 for selected changesets`` button.
55 72
56 73 Non changeable repository urls
57 74 ------------------------------
General Comments 0
You need to be logged in to leave comments. Login now