Package logilab :: Package common :: Module hg
[frames] | no frames]

Module hg

source code

mercurial utilities (mercurial should be installed)

Functions
 
cachefunc(func) source code
 
find_repository(path)
returns <path>'s mercurial repository
source code
 
get_repository(path)
Simple function that open a hg repository
source code
 
incoming(wdrepo, masterrepo) source code
 
outgoing(wdrepo, masterrepo) source code
Variables
  hg_version = get_version()
Function Details

find_repository(path)

source code 
returns <path>'s mercurial repository

None if <path> is not under hg control