~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_annotate.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-24 07:26:47 UTC
  • mfrom: (3732.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080924072647-hpc17iasylpwiaem
fix bzr st -rbranch:path-to-branch (Lukas Lalinsky)

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
                                retcode=3)
147
147
        self.assertEqual('', out)
148
148
        self.assertEqual('bzr: ERROR: bzr annotate --revision takes'
149
 
                         ' exactly 1 argument\n',
 
149
                         ' exactly one revision identifier\n',
150
150
                         err)
151
151
 
152
152