Activity log for bug #1357855

Date Who What changed Old value New value Message
2014-08-17 04:03:05 Reagan Sanders bug added bug
2014-08-17 04:07:44 Reagan Sanders affects bzr bzr-externals
2014-08-17 04:08:12 Reagan Sanders description When dealing with a branch that has a subtree-reference (via bzr join --reference), the --quiet option only suppresses one of the multiple update status messages. Example of what a non-quiet update prints: user@host:~/bzr/foo$ bzr update External update src/bar Tree is up to date at revision 65 of branch bzr+ssh://server/var/bzr/bar/bar Tree is up to date at revision 65 of branch bzr+ssh://server/var/bzr/foo/foo user@host:~/bzr/foo$ Example of what a quiet update prints: user@host:~/bzr/foo$ bzr update --quiet Tree is up to date at revision 65 of branch bzr+ssh://server/var/bzr/foo/foo user@host:~/bzr/foo$ Expected behavior: user@host:~/bzr/foo$ bzr update --quiet user@host:~/bzr/foo$ When dealing with a branch that has an external sub-tree, the --quiet option only suppresses one of the multiple update status messages. Example of what a non-quiet update prints: user@host:~/bzr/foo$ bzr update External update src/bar Tree is up to date at revision 65 of branch bzr+ssh://server/var/bzr/bar/bar Tree is up to date at revision 65 of branch bzr+ssh://server/var/bzr/foo/foo user@host:~/bzr/foo$ Example of what a quiet update prints: user@host:~/bzr/foo$ bzr update --quiet Tree is up to date at revision 65 of branch bzr+ssh://server/var/bzr/foo/foo user@host:~/bzr/foo$ Expected behavior: user@host:~/bzr/foo$ bzr update --quiet user@host:~/bzr/foo$