This page last changed on Feb 08, 2010 by edawson.
When browsing a repository, the 'Activity' sub-tab in the right-hand column displays the changes made to your repository/branch/directory/file (ordered with the most recent first). The 'Activity' sub-tab provides the following options:
- All Activity — The default view, showing commits, reviews¹ and JIRA issues².
- Commits — Shows commits in the activity stream.
- Reviews¹ — Shows review activity in the activity stream.
- Scroll to Changeset — Opens the changeset ID specified in the text field (press Enter to carry out the action).
- Filter (see below) — Applies constraints to the current activity stream.
- Show Revisions — If this is selected, then changeset items are automatically expanded to show modified files.
- Earlier Activity (Left Arrow icon) — Loads a page of earlier activity.
- Later Activity (Right Arrow icon) — Loads a page of later activity.
¹ If you are using Crucible
² If you are using JIRA
Screenshot: Viewing the 'Activity' sub-tab

Filter mode
You can specify a 'Filter' to control the information that is shown in the 'Activity' sub-tab:
Constraint |
Description |
Branch |
Shows only changesets on that branch. |
Committer |
Shows only changesets checked in by the given committer/author. |
File Name |
Shows only changesets that contain a given file. |
Log Comment |
Shows only changesets where the commit comment matches the given text. |
Start Date |
Shows only changesets created on or after that date. Must be of the form YYYY-MM-DD, YYYY-MM or YYYY (you can use '/' instead of '-'). |
End Date |
Shows only changesets created on or before that date. Must be of the form YYYY-MM-DD, YYYY-MM or YYYY (you can use '/' instead of '-'). |
Screenshot: Using the Filter

|