"bzr help conflict-types" suggests incorrect "bzr resolve --auto" command line
Bug #688506 reported by
Eli Zaretskii
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Undecided
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Martin Packman |
Bug Description
"bzr help conflict-types" says, under "Text conflicts":
When you have resolved text conflicts, just run ``bzr resolve --auto``, and
Bazaar will auto-detect which conflicts you have resolved.
But "bzr resolve" does not accept the --auto switch. The correct command is "bzr resolve", without any switches.
Related branches
lp://staging/~gz/bzr/resolve_auto_refactor
Ready for review
for merging
into
lp://staging/bzr
- bzr-core: Pending requested
-
Diff: 243 lines (+58/-51)3 files modifiedbzrlib/conflicts.py (+36/-28)
bzrlib/tests/test_workingtree.py (+13/-6)
bzrlib/workingtree.py (+9/-17)
lp://staging/~jelmer/brz/resolve-auto-refactor
- Martin Packman: Approve
-
Diff: 278 lines (+90/-59)4 files modifiedbreezy/conflicts.py (+41/-28)
breezy/tests/test_workingtree.py (+38/-17)
breezy/workingtree.py (+8/-14)
doc/en/release-notes/brz-3.0.txt (+3/-0)
tags: | added: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: |
added: conflicts removed: check-for-breezy |
Changed in brz: | |
milestone: | none → 3.0.1 |
Changed in brz: | |
status: | Triaged → Fix Committed |
assignee: | nobody → Martin Packman (gz) |
Changed in brz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Ouch.
There is a FIXME in this code:
Looks like the FIXME author and the doc author went out of sync.... ;)