automatically run editor on conflicted files after merge

Bug #126476 reported by Martin Pool
2
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Wishlist
Unassigned

Bug Description

Some people would like an option to run their editor on all the conflicted files after the merge. If they resolve the conflicts (removing the conflict markers) then the files should be considered resolved.

Martin Pool (mbp)
Changed in bzr:
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
Aaron Bentley (abentley) wrote : Re: [Bug 126476] automatically run editor on conflicted files after merge

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Martin Pool wrote:
> Public bug reported:
>
> Some people would like an option to run their editor on all the
> conflicted files after the merge. If they resolve the conflicts
> (removing the conflict markers) then the files should be considered
> resolved.

This is very easy to script:

$EDITOR $(bzr conflicts --text) && bzr resolved

Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGnDfT0F+nu1YWqI0RAodTAJ4jiXa+KTTuQoWOM0HzxFVGqaqCGACaA7IM
VfqYbmNRyCXR7WtiQZ7FdLo=
=606R
-----END PGP SIGNATURE-----

Revision history for this message
Martin Pool (mbp) wrote :

On 7/17/07, Aaron Bentley <email address hidden> wrote:
> This is very easy to script:
>
> $EDITOR $(bzr conflicts --text) && bzr resolved

Yes, that's what I commonly do. But it would be easier for some users
if it was built in.

--
Martin

Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.