~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testbzr

  • Committer: Martin Pool
  • Date: 2005-05-05 09:51:01 UTC
  • Revision ID: mbp@sourcefrog.net-20050505095101-ed5862f03918925a
- test previous commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
    progress("invalid commands")
139
139
    runcmd("bzr pants", retcode=1)
140
140
    runcmd("bzr --pants off", retcode=1)
 
141
    runcmd("bzr diff --message foo", retcode=1)
141
142
 
142
143
    progress("basic branch creation")
143
144
    runcmd(['mkdir', 'branch1'])