root@messagerie[10.10.10.19] ~/SCRIPTS # bzr st unknown: DOTFILES/ BASCULE/utils/update-knownhosts.sh root@messagerie[10.10.10.19] ~/SCRIPTS # bzr add DOTFILES/* root@messagerie[10.10.10.19] ~/SCRIPTS # bzr st unknown: DOTFILES/ BASCULE/utils/update-knownhosts.sh root@messagerie[10.10.10.19] ~/SCRIPTS # cd DOTFILES/ root@messagerie[10.10.10.19] ~/SCRIPTS/DOTFILES # bzr st removed: .bashrc@ .bashrc_perso@ .emacs@ added: bash_aliases bashrc emacs root@messagerie[10.10.10.19] ~/SCRIPTS/DOTFILES # bzr add bash* root@messagerie[10.10.10.19] ~/SCRIPTS/DOTFILES # bzr add emacs root@messagerie[10.10.10.19] ~/SCRIPTS/DOTFILES # bzr str bzr: ERROR: unknown command "str" root@messagerie[10.10.10.19] ~/SCRIPTS/DOTFILES # bzr st removed: .bashrc@ .bashrc_perso@ .emacs@ added: bash_aliases bashrc emacs root@messagerie[10.10.10.19] ~/SCRIPTS/DOTFILES # bzr ci Committing to: /root/SCRIPTS/DOTFILES/ missing .bashrc deleted .bashrc missing .bashrc_perso deleted .bashrc_perso missing .emacs deleted .emacs added bash_aliases added bashrc added emacs Commit message was not edited, use anyway? ([y]es, [n]o): no bzr: ERROR: Empty commit message specified. Please specify a commit message with either --message or --file or leave a blank message with --message "". root@messagerie[10.10.10.19] ~/SCRIPTS/DOTFILES # cd .. root@messagerie[10.10.10.19] ~/SCRIPTS # bzr add DOTFILES/ root@messagerie[10.10.10.19] ~/SCRIPTS # bzr ci Committing to: /root/SCRIPTS/ bzr: ERROR: No changes to commit. Please 'bzr add' the files you want to commit, or use --unchanged to force an empty commit. root@messagerie[10.10.10.19] ~/SCRIPTS #