Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Static Public Attributes | List of all members
pip.vcs.mercurial.Mercurial Class Reference
Inheritance diagram for pip.vcs.mercurial.Mercurial:
pip.vcs.VersionControl _object

Public Member Functions

def parse_vcs_bundle_file
 
def export
 
def switch
 
def update
 
def obtain
 
def get_url
 
def get_tag_revs
 
def get_branch_revs
 
def get_revision
 
def get_revision_hash
 
def get_src_requirement
 
- Public Member Functions inherited from pip.vcs.VersionControl
def __init__
 
def cmd
 
def get_url_rev
 
def get_info
 
def normalize_url
 
def compare_urls
 
def parse_vcs_bundle_file
 
def obtain
 
def switch
 
def update
 
def check_destination
 
def unpack
 
def get_src_requirement
 

Static Public Attributes

string name = 'hg'
 
string dirname = '.hg'
 
string repo_name = 'clone'
 
tuple schemes = ('hg', 'hg+http', 'hg+https', 'hg+ssh', 'hg+static-http')
 
string bundle_file = 'hg-clone.txt'
 
tuple guide
 
- Static Public Attributes inherited from pip.vcs.VersionControl
string name = ''
 
string dirname = ''
 

Additional Inherited Members

- Public Attributes inherited from pip.vcs.VersionControl
 url
 

Member Function Documentation

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 
)

Member Data Documentation

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.