Package: mr
Version: 1.04
Severity: wishlist

Bazaar supports a concept of "checkouts", which basically keeps a
designated remote repository in sync with the local one. For example,
running "bzr update" on a checkout will automatically pull from the
remote repository, and doing a commit will automatically push.

It'd be nice if mr would do the right thing automatically for bazaar
checkouts. Basically this would mean recognizing that the repository is
a bazaar checkout, and then using "bzr update" for the update command
and not doing a push after commit for the commit command.

One way of recognizing if a directory is a bazaar checkout (there may be
better ones) is to run bzr info on it. If it's a checkout, the first
word will be "Checkout".

Thanks,

  Christian




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

Reply via email to