def pip.vcs.bazaar.Bazaar.__init__ |
( |
|
self, |
|
|
|
url = None , |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
def pip.vcs.bazaar.Bazaar.export |
( |
|
self, |
|
|
|
location |
|
) |
| |
Export the Bazaar repository at the url to the destination location
def pip.vcs.bazaar.Bazaar.get_revision |
( |
|
self, |
|
|
|
location |
|
) |
| |
def pip.vcs.bazaar.Bazaar.get_src_requirement |
( |
|
self, |
|
|
|
dist, |
|
|
|
location, |
|
|
|
find_tags |
|
) |
| |
def pip.vcs.bazaar.Bazaar.get_tag_revs |
( |
|
self, |
|
|
|
location |
|
) |
| |
def pip.vcs.bazaar.Bazaar.get_url |
( |
|
self, |
|
|
|
location |
|
) |
| |
def pip.vcs.bazaar.Bazaar.get_url_rev |
( |
|
self | ) |
|
def pip.vcs.bazaar.Bazaar.obtain |
( |
|
self, |
|
|
|
dest |
|
) |
| |
def pip.vcs.bazaar.Bazaar.parse_vcs_bundle_file |
( |
|
self, |
|
|
|
content |
|
) |
| |
def pip.vcs.bazaar.Bazaar.switch |
( |
|
self, |
|
|
|
dest, |
|
|
|
url, |
|
|
|
rev_options |
|
) |
| |
def pip.vcs.bazaar.Bazaar.update |
( |
|
self, |
|
|
|
dest, |
|
|
|
rev_options |
|
) |
| |
string pip.vcs.bazaar.Bazaar.bundle_file = 'bzr-branch.txt' |
|
static |
string pip.vcs.bazaar.Bazaar.dirname = '.bzr' |
|
static |
tuple pip.vcs.bazaar.Bazaar.guide |
|
static |
Initial value: 1 = (
'# This was a Bazaar branch; to make it a branch again run:\n'
2 'bzr branch -r %(rev)s %(url)s .\n')
string pip.vcs.bazaar.Bazaar.name = 'bzr' |
|
static |
string pip.vcs.bazaar.Bazaar.repo_name = 'branch' |
|
static |
tuple pip.vcs.bazaar.Bazaar.schemes = ('bzr', 'bzr+http', 'bzr+https', 'bzr+ssh', 'bzr+sftp', 'bzr+ftp', 'bzr+lp') |
|
static |
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/pip/vcs/bazaar.py
Copyright 2014 Google Inc. All rights reserved.