qpush: Add preview button
Bug #295130 reported by
Craig Hewetson
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Is it possible to list all the changes that I have made (minus changes from other people via merges etc) in the qpush dialog. This is the "bzr diff -r ancestor:URL" command. Just to give the user an idea of what he or she is going to push to the server.
Senario:
I branch from a project.
I make changes A.
I merge with server (other people's changes B)
I then make some more changes C
and then i do a merge with server (with changes D)
now when I do commit and then use qpush to push. I would like to see a list of changes A and C. i.e my changes that i am contributing will be previewed before I push.
description: | updated |
Changed in qbzr: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
tags: |
added: feature removed: feature-request |
summary: |
- A way to preview of changes before pushing in the Qpush dialog + qpush: Add preview button |
tags: | added: has-patch |
Changed in qbzr: | |
importance: | Wishlist → High |
Changed in qbzr: | |
importance: | High → Medium |
To post a comment you must log in.
Sorry instead qpushing doing a "bzr missing" it would be better if the user can execute a "qdiff -r ancestor:URL" instead. It will allow the user to see all his changes before he pushes.