comparison hgext/convert/bzr.py @ 8250:1b60efdb8bc5

convert: add copyright and license headers to back-ends
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 01:47:44 +0200
parents 56719b1aa6f4
children 7a0fcdd3828f
comparison
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