~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to test.sh

  • Committer: Martin Pool
  • Date: 2005-04-15 08:26:52 UTC
  • Revision ID: mbp@sourcefrog.net-20050415082652-a3050f7be47c3b73
- Add command aliases

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
?       test.txt
61
61
EOF
62
62
 
 
63
# command alias
 
64
bzr st --all | diff -u - status.tmp
 
65
 
63
66
# can't rename unversioned files; use the regular unix rename command
64
67
! bzr rename test.txt new-test.txt
65
68