[13:55] Hello #bzr [13:56] I am confused with this problem : bzr add DIRECTORY seems to be failing silently because when I try to commit it tells me there are no changes to commit : : https://gist.githubusercontent.com/ychaouche/fff5b16c70286a5b1e75f8e32c8e4fab/raw/f9f29db1f06a8baf92d088fc587a8dc6a552d6e9/gistfile1.txt [13:56] but when I try to commit from inside DIRECTORY it happily accepts to. [14:17] I'd say it's a separate branch. [14:19] That is, ~/SCRIPTS is a branch, and ~/SCRIPTS/DOTFILES is also a branch, and you've got changes in DOTFILES, but there aren't any in SCRIPTS ('cuz DOTFILES isn't part of scripts) [15:41] possible [15:42] when branch root is "." then DOTFILES is itself a branch, right ?