hgext/convert/bzr.py
changeset 8250 1b60efdb8bc5
parent 8166 56719b1aa6f4
child 8305 7a0fcdd3828f
equal deleted inserted replaced
8249:2c7c973c2abd 8250:1b60efdb8bc5
     1 # bzr support for the convert extension
     1 # bzr.py - bzr support for the convert extension
       
     2 #
       
     3 #  Copyright 2008, 2009 Marek Kubica <marek@xivilization.net> and others
       
     4 #
       
     5 # This software may be used and distributed according to the terms of the
       
     6 # GNU General Public License version 2, incorporated herein by reference.
       
     7 
     2 # This module is for handling 'bzr', that was formerly known as Bazaar-NG;
     8 # This module is for handling 'bzr', that was formerly known as Bazaar-NG;
     3 # it cannot access 'bar' repositories, but they were never used very much
     9 # it cannot access 'bar' repositories, but they were never used very much
     4 
    10 
     5 import os
    11 import os
     6 from mercurial import demandimport
    12 from mercurial import demandimport