/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/workingtree.py

  • Committer: John Arbash Meinel
  • Date: 2007-02-17 17:25:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2298.
  • Revision ID: john@arbash-meinel.com-20070217172506-ps0riemt041fkz0q
Track down some non-ascii deficiencies in commit logic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1975
1975
                pass
1976
1976
            return False
1977
1977
        else:
1978
 
            self._control_files.put_utf8('last-revision', revision_id)
 
1978
            self._control_files.put_bytes('last-revision', revision_id)
1979
1979
            return True
1980
1980
 
1981
1981
    @needs_tree_write_lock