Alexis пишет: > Does bzr have a single command which will automatically > add new files to version control and delete removed > files from version control -- that is, an equivalent to > mercurial's "addremove" command or git's "commit - a"? For now bzr auto-delete removed files on commit. So you need only `add`. And this is indeed single command.