xnt.vcs.hg

Mercurial Version Control Module/Wrapper

xnt.vcs.hg.hgclone(url, dest=None, rev=None, branch=None)

Clone a Mercurial Repository

Parameters:
  • url – URI of repository to clone
  • dest – Directory or name of cloned repository
  • rev – Revision to clone
  • branch – Branch to clone
xnt.vcs.hg.hgfetch(path, source='default')

Pull and Update an already cloned Mercurial Repository

Parameters:
  • path – Directory to the repository for which to pull changes
  • source – Repository’s upstream source

Previous topic

xnt.vcs.cvs

Next topic

xnt.vcs.git

This Page