Code review comment for lp://qastaging/~nmb/bzr/239523-quiet-tag

Revision history for this message
Martin Pool (mbp) wrote :

Thanks for that fix.

This is a change in behaviour but I would say a tolerable one.

81 + def test_tag_delete_quiet(self):
82 + self.run_script("""
83 +$ bzr init
84 +$ bzr tag test1
85 +2>Created tag test1.
86 +$ bzr tag --delete --quiet test1
87 +2>

The check for a blank line is odd. I guess this is because the current scriptrunner, until lp:~mbp/bzr/scripts lands, matches expected blank == actual anything?

review: Needs Information

« Back to merge proposal