~mbp/bzr/tags-in-repo-1

« back to all changes in this revision

Viewing changes to bzr

  • Committer: John Arbash Meinel
  • Date: 2006-10-11 00:23:23 UTC
  • mfrom: (2070 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2071.
  • Revision ID: john@arbash-meinel.com-20061011002323-82ba88c293d7caff
[merge] bzr.dev 2070

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    os.unsetenv(REINVOKE)
51
51
 
52
52
 
53
 
 
54
53
profiling = False
55
54
if '--profile-imports' in sys.argv:
56
55
    sys.argv.remove('--profile-imports')
71
70
import bzrlib.inspect_for_copy
72
71
bzrlib.inspect_for_copy.import_copy_with_hacked_inspect()
73
72
 
 
73
import bzrlib.lazy_regex
 
74
bzrlib.lazy_regex.install_lazy_compile()
 
75
 
74
76
import bzrlib.commands
75
77
import bzrlib.trace
76
78