~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzr_distutils.py

(jelmer) Reduce the number of connections made during "bzr branch
 --stacked". (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
"""build_mo command for setup.py"""
22
22
 
23
 
from __future__ import absolute_import
24
 
 
25
23
from distutils import log
26
24
from distutils.core import Command
27
25
from distutils.dep_util import newer