Using git, I can create branches conceptually without having to fork my directory structure. When I switch between branches (assuming everything has been fixed), it will change the contents of the files I'm working on to reflect what has the status of the "current" branch.
I really like being able to do this - it fits my workflow very well, especially when I use, say, Visual Studio.
But I'm a fanatic in the market. I like that it is written mainly in Python, I like how nice and simple (for me) the graphical interface, and I like that it is very cross-platform.
So, my desire is that it is possible, and my question is: can Bazaar do / emulate git behavior? If so, how?
source share