Filed as https://bugs.launchpad.net/bzr/+bug/307554 Alexander Belchenko пишет: > Is it bug? > > C:> bzr branch URL . > bzr: ERROR: Target directory "." already exists. > > But I can do > > bzr checkout URL . > bzr unbind > > to achieve this. > > Or I can > > bzr init . > bzr pull URL > > Why I can't do this in one command? > > >