Lines Matching full:revision
58 ud.revision = ud.parm['rev']
60 # Whether to use the @REV peg-revision syntax in the svn command or not
65 … % (ud.module.replace('/', '.'), ud.host, ud.path.replace('/', '.'), ud.revision, ["0", "1"][ud.pe…
104 if ud.revision:
105 options.append("-r %s" % ud.revision)
107 suffix = "@%s" % (ud.revision)
192 Return the latest upstream revision number
199 # then we expect the revision on the 2nd line
200 revision = re.search('^r([0-9]*)', output.splitlines()[1]).group(1)
202 return revision
206 Return a sortable revision number which in our case is the revision number
212 return ud.revision