I would also love to see this, as the single-person-multiple-computer
uncommitted-code synchronization issue comes up a lot when developing
code from multiple locations (.e.g home/work, or laptop/desktop).

I think having "bzr merge --uncomitted" work on remote paths would
pretty much solve this.

Here is a workaround in the meantime:
cd $LOCAL_BRANCH
rsync -a $REMOTE_BRANCH ../tmp-remote-branch
bzr merge --uncomitted ../tmp-remote-branch
rm -rf ../tmp-remote-branch

-- 
sync of uncommitted code between 2 computers
https://bugs.launchpad.net/bugs/263611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to