__init__(self,
p4port=None,
p4user=None,
p4passwd=None,
p4base=' // ' ,
p4bin=' p4 ' ,
split_file=<function <lambda> at 0x4e62398>,
pollinterval=600,
histmax=None)
(Constructor)
| source code
|
- Parameters:
p4port (string) - p4 port definition (host:portno)
p4user (string) - p4 user
p4passwd (string) - p4 passwd
p4base (string) - p4 file specification to limit a poll to without the trailing
'...' (i.e., //)
p4bin (string) - path to p4 binary, defaults to just 'p4'
pollinterval (int) - interval in seconds between polls
histmax (int) - (obsolete) maximum number of changes to look back through.
ignored; accepted for backwards compatibility.
split_file (func $param split_file: splits a filename into branch and
filename.)
|