/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

  • Committer: Aaron Bentley
  • Date: 2008-10-14 02:50:56 UTC
  • mfrom: (3363.18.2 direct-patching)
  • mto: This revision was merged to the branch mainline in revision 3782.
  • Revision ID: aaron@aaronbentley.com-20081014025056-dlyb96nmtv4aenuj
Merge direct-patching into fix-iter-changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2192
2192
        tt.create_file(bytes, trans_id)
2193
2193
    elif kind == "symlink":
2194
2194
        tt.create_symlink(tree.get_symlink_target(file_id), trans_id)
 
2195
    else:
 
2196
        raise AssertionError('Unknown kind %r' % kind)
2195
2197
 
2196
2198
 
2197
2199
def create_entry_executability(tt, entry, trans_id):