def pip.vcs.mercurial.Mercurial.export |
( |
|
self, |
|
|
|
location |
|
) |
| |
Export the Hg repository at the url to the destination location
def pip.vcs.mercurial.Mercurial.get_branch_revs |
( |
|
self, |
|
|
|
location |
|
) |
| |
def pip.vcs.mercurial.Mercurial.get_revision |
( |
|
self, |
|
|
|
location |
|
) |
| |
def pip.vcs.mercurial.Mercurial.get_revision_hash |
( |
|
self, |
|
|
|
location |
|
) |
| |
def pip.vcs.mercurial.Mercurial.get_src_requirement |
( |
|
self, |
|
|
|
dist, |
|
|
|
location, |
|
|
|
find_tags |
|
) |
| |
def pip.vcs.mercurial.Mercurial.get_tag_revs |
( |
|
self, |
|
|
|
location |
|
) |
| |
def pip.vcs.mercurial.Mercurial.get_url |
( |
|
self, |
|
|
|
location |
|
) |
| |
def pip.vcs.mercurial.Mercurial.obtain |
( |
|
self, |
|
|
|
dest |
|
) |
| |
def pip.vcs.mercurial.Mercurial.parse_vcs_bundle_file |
( |
|
self, |
|
|
|
content |
|
) |
| |
def pip.vcs.mercurial.Mercurial.switch |
( |
|
self, |
|
|
|
dest, |
|
|
|
url, |
|
|
|
rev_options |
|
) |
| |
def pip.vcs.mercurial.Mercurial.update |
( |
|
self, |
|
|
|
dest, |
|
|
|
rev_options |
|
) |
| |
string pip.vcs.mercurial.Mercurial.bundle_file = 'hg-clone.txt' |
|
static |
string pip.vcs.mercurial.Mercurial.dirname = '.hg' |
|
static |
tuple pip.vcs.mercurial.Mercurial.guide |
|
static |
Initial value: 1 = (
'# This was a Mercurial repo; to make it a repo again run:\n'
2 'hg init\nhg pull %(url)s\nhg update -r %(rev)s\n')
string pip.vcs.mercurial.Mercurial.name = 'hg' |
|
static |
string pip.vcs.mercurial.Mercurial.repo_name = 'clone' |
|
static |
tuple pip.vcs.mercurial.Mercurial.schemes = ('hg', 'hg+http', 'hg+https', 'hg+ssh', 'hg+static-http') |
|
static |
The documentation for this class was generated from the following file:
Copyright 2014 Google Inc. All rights reserved.