~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testbzr

  • Committer: Martin Pool
  • Date: 2005-05-05 03:02:38 UTC
  • Revision ID: mbp@sourcefrog.net-20050505030238-313278579cfb17a0
- Show aliases in command help

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
    runcmd("bzr help st")
170
170
    runcmd("bzr help")
171
171
    runcmd("bzr help commands")
172
 
    runcmd("bzr help ci")
173
 
    runcmd("bzr help slartibartfast", 1)    
 
172
    runcmd("bzr help slartibartfast", 1)
 
173
 
 
174
    out = backtick("bzr help ci")
 
175
    out.index('aliases: ')
174
176
 
175
177
    progress("can't rename unversioned file")
176
178
    runcmd("bzr rename test.txt new-test.txt", 1)