~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-05 13:46:36 UTC
  • Revision ID: mbp@sourcefrog.net-20050405134635-488e04a5092ce0faec0ff181
- New 'move' command; now separated out from rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
    >>> b.commit('add foo')
208
208
    >>> list(b.unknowns())
209
209
    []
210
 
    >>> b.rename(['foo'], 'subdir')
 
210
    >>> b.move(['foo'], 'subdir')
211
211
    foo => subdir/foo
212
212
    >>> b.show_status()
213
213
    R       foo => subdir/foo