Closed jd closed 13 years ago
hmm, i suppose this is what we want, it sort of changes the semantics of 'pull' though, i need to think it over a bit... are there situations where we want the other behavior?
I don't see any, but well, I'm a newcomer.
If you want something else you can still achieve it by doing a git bzr sync + git merge yourself.
But currently, if you just want to run an update to push just after, well, pulling will ask for a merge, and once you've done the merge, you can't push. You need to rebase. So… :-)
It seems to make sense, since we need to be a fast-forward when pushing.