Monotone-specific VC operation. In addition to the arguments handled
by SourceBase, this command reads the following keys:
['server_addr'] (required): the address of the server to pull from
['branch'] (required): the branch the revision is on ['db_path']
(required): the local database path to use ['revision'] (required): the
revision to check out ['monotone']: (required): path to monotone
executable
|
setup(self,
args)
Override this in a subclass to extract items from the args dict. |
source code
|
|
|
|
|
|
|
|
Inherited from SourceBase :
doClobber ,
doClobberTryChmodIfFail ,
doCopy ,
doPatch ,
doVC ,
doVCFallback2 ,
interrupt ,
maybeClobber ,
maybeDoVCFallback ,
maybeDoVCRetry ,
parseGotRevision ,
readSourcedata ,
sourcedataMatches ,
sourcedirIsPatched ,
start ,
writeSourcedata
Inherited from base.Command :
__init__ ,
__providedBy__ ,
commandComplete ,
doInterrupt ,
doStart ,
sendStatus
|