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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-02-14 03:30:18 UTC
  • mfrom: (6745.1.3 test-file-ids)
  • Revision ID: breezy.the.bot@gmail.com-20190214033018-4mhv416kiuozgned
Fix a commonly typoed word: compatibility.

Merged from https://code.launchpad.net/~jelmer/brz/compatibility-typos/+merge/363008

Show diffs side-by-side

added added

removed removed

Lines of Context:
1082
1082
        if not self.supports_setting_file_ids():
1083
1083
            raise SettingFileIdUnsupported()
1084
1084
        with self.lock_tree_write():
1085
 
            # for compatability
 
1085
            # for compatibility
1086
1086
            if file_id is None:
1087
1087
                raise ValueError(
1088
1088
                    'WorkingTree.set_root_id with fileid=None')