Changeset 1367 in tailor for vcpx/repository/bzr.py


Ignore:
Timestamp:
04/28/07 16:37:47 (6 years ago)
Author:
Wouter van Heyst <larstiq@…>
Hash name:
20070428143747-143c3-63debe9f6f89a781c9c93b078efb73722bfefcf3
Message:

bazaar-ng-renaming
What was formerly know as Bazaar-NG is no longer the next generation, but the current one.
See  http://bazaar-vcs.org/Baz1x and  http://bazaar-vcs.org/Branding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/bzr.py

    r1329 r1367  
    11# -*- mode: python; coding: utf-8 -*- 
    2 # :Progetto: vcpx -- bazaar-ng support using the bzrlib instead of the frontend 
     2# :Progetto: vcpx -- Bazaar support using the bzrlib instead of the frontend 
    33# :Creato:   Fri Aug 19 01:06:08 CEST 2005 
    44# :Autore:   Johan Rydberg <jrydberg@gnu.org> 
     
    1010 
    1111""" 
    12 This module implements the backends for Bazaar-NG. 
     12This module implements the backends for Bazaar. 
    1313""" 
    1414 
     
    1717 
    1818from sys import version_info 
    19 assert version_info >= (2,4), "Bazaar-NG backend requires Python 2.4" 
     19assert version_info >= (2,4), "Bazaar backend requires Python 2.4" 
    2020del version_info 
    2121 
     
    4848        """ 
    4949        Create a branch with a working tree at the base directory. If the base 
    50         directory is inside a Bazaar-NG style "shared repository", it will use 
     50        directory is inside a Bazaar style "shared repository", it will use 
    5151        that to create a branch and working tree (make sure it allows working 
    5252        trees). 
Note: See TracChangeset for help on using the changeset viewer.