~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to push.py

  • Committer: aaron.bentley at utoronto
  • Date: 2005-08-26 00:15:55 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20050826001555-2a03b2cb3f579d1e
Import fixes from magnus@therning.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
 
from bzrlib import Branch
 
16
from bzrlib.branch import Branch
17
17
from bzrlib.commands import Command
18
18
import sys
19
19
import os