~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

  • Committer: Martin Pool
  • Date: 2008-05-08 04:21:01 UTC
  • mto: This revision was merged to the branch mainline in revision 3415.
  • Revision ID: mbp@sourcefrog.net-20080508042101-c9c0dmqo4not47qm
Compare to None using is/is not not ==

Show diffs side-by-side

added added

removed removed

Lines of Context:
1941
1941
                    # preserve the execute bit when backing up
1942
1942
                    if keep_content and executable[0] == executable[1]:
1943
1943
                        tt.set_executability(executable[1], trans_id)
1944
 
                elif kind[1] != None:
 
1944
                elif kind[1] is not None:
1945
1945
                    raise AssertionError(kind[1])
1946
1946
            if versioned == (False, True):
1947
1947
                tt.version_file(file_id, trans_id)