Package: mr
Version: 0.39
Severity: wishlist

The mr source file has this:

    bzr_update = bzr merge "$@"

Unfortunately, "bzr merge" only fetches the changes and merges them into
the working tree. It does not commit them.

This prevents one from using mr to mirror vcs branches locally, at least
for bzr branches (the only ones I've used so far).

Suggested fix: Use "bzr merge --pull" instead. If there were no merge
conflicts and no local changes, this will effectively turn the merge
into "bzr pull", so the changes are committed locally.

Using just "bzr pull" unconditionally would also work for my mirroring
change, but may cause problems for other scenarios.





-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to