~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/versioning.py

  • Committer: Martin Pool
  • Date: 2005-09-15 05:15:58 UTC
  • Revision ID: mbp@sourcefrog.net-20050915051558-0d2738d29f376682
- improvements to weave commit [broken]
 
  - work out pointless commits by just comparing the inventories (much
    simpler)

  - fix up selective commit: start with a blank inventory and fill it
    from either the basis or working inventory depending on which
    files are selected

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
        for fn in ('a/one', 'b/two', 'top'):
154
154
            file(fn, 'w').write('new contents')
155
155
            
 
156
        debug('start selective subdir commit')
156
157
        run_bzr('commit', 'a', '-m', 'commit a only')
157
158
        
158
159
        old = b.revision_tree(b.lookup_revision(1))