Changeset 1367 in tailor for vcpx/repository/bzr.py
- Timestamp:
- 04/28/07 16:37:47 (6 years ago)
- Hash name:
- 20070428143747-143c3-63debe9f6f89a781c9c93b078efb73722bfefcf3
- File:
-
- 1 edited
-
vcpx/repository/bzr.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/bzr.py
r1329 r1367 1 1 # -*- mode: python; coding: utf-8 -*- 2 # :Progetto: vcpx -- bazaar-ngsupport using the bzrlib instead of the frontend2 # :Progetto: vcpx -- Bazaar support using the bzrlib instead of the frontend 3 3 # :Creato: Fri Aug 19 01:06:08 CEST 2005 4 4 # :Autore: Johan Rydberg <jrydberg@gnu.org> … … 10 10 11 11 """ 12 This module implements the backends for Bazaar -NG.12 This module implements the backends for Bazaar. 13 13 """ 14 14 … … 17 17 18 18 from sys import version_info 19 assert version_info >= (2,4), "Bazaar -NGbackend requires Python 2.4"19 assert version_info >= (2,4), "Bazaar backend requires Python 2.4" 20 20 del version_info 21 21 … … 48 48 """ 49 49 Create a branch with a working tree at the base directory. If the base 50 directory is inside a Bazaar -NGstyle "shared repository", it will use50 directory is inside a Bazaar style "shared repository", it will use 51 51 that to create a branch and working tree (make sure it allows working 52 52 trees).
Note: See TracChangeset
for help on using the changeset viewer.
