Create a revisions selector widget. Use in commands like push/pull.
Bug #328598 reported by
Gary van der Merwe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Create a revisions selector widget. Use in commands like push/pull.
Related branches
Changed in qbzr: | |
assignee: | nobody → garyvdm |
Changed in qbzr: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in qbzr: | |
status: | Confirmed → In Progress |
Changed in qbzr: | |
assignee: | Gary van der Merwe (garyvdm) → nobody |
status: | In Progress → Confirmed |
To post a comment you must log in.
Ideally this selector will provide a friendly interface to revisionspecs. Chatting to Gary on IRC about this, it probably ought to be a text field followed by a Browse button or an editable combo box. Within the panel that pops up, I'd like to see tabs (say) called something like:
* Number (or Identifier?)
* Date
* Tag
* Branch
The Number tab would display qlog's output and allow selection of a revision. We might need to provide paging for navigation through really long histories? (Maybe we need a checkbox here for before: revisionspecs?)
The Date tab would display a Calendar widget.
The Tag tab would display a list of tabs.
The Branch tab would allow entry of submit:, ancestor: and branch: specs. Maybe a set of radio buttons followed by a branch selector widget?