qpush: Add ui for --no-strict
Bug #402211 reported by
Alexander Belchenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Fix Released
|
High
|
Alexander Belchenko |
Bug Description
Thanks to recent changes in bzr push we now have problem with qpush:
when user working in lightweight checkout of branch with the tree then often master branch tree will be out of date because all work done in checkout. And because qpush using branch root to run `push -d branch_root` then builtin push starts to complain about wt out-of-date, although in checkout the tree is clean.
We have to change value of -d option for push.
Changed in qbzr: | |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in qbzr: | |
assignee: | nobody → Alexander Belchenko (bialix) |
status: | Confirmed → In Progress |
status: | In Progress → Fix Released |
milestone: | none → 0.13 |
To post a comment you must log in.
I don't think that this is a bug with qpush, because qpush behaves the same as the command line.
I do think we need to add the --no-strict option to the ui. So I'm going to change this bug to that.