/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: Jelmer Vernooij
  • Date: 2018-08-08 02:14:32 UTC
  • mfrom: (7063 work)
  • mto: This revision was merged to the branch mainline in revision 7065.
  • Revision ID: jelmer@jelmer.uk-20180808021432-nomib3je4cu2xqkm
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
import errno
33
33
import os
34
34
import re
35
 
import shutil
36
35
import sys
37
36
 
38
37
import breezy
39
38
 
40
39
from .lazy_import import lazy_import
41
40
lazy_import(globals(), """
 
41
import shutil
42
42
import stat
43
43
 
44
44
from breezy import (