Searched refs:expect_revision (Results 1 – 5 of 5) sorted by relevance
57 expect_modulename=None, expect_revision=None, argument95 if expect_revision is not None:96 if not re.match(syntax.re_date, expect_revision):98 (ref, expect_revision, 'YYYY-MM-DD'))99 elif expect_revision != latest_rev:102 (latest_rev, ref, expect_revision))106 (latest_rev, ref, expect_revision))
1260 expect_revision = 01264 if not match or match.group(1) != str(expect_revision):1268 expect_revision += 11271 if expect_revision != head_revision + 1:1276 expect_revision = 11280 if match.group(1).decode() != str(expect_revision):1283 expect_revision += 11284 if expect_revision != head_revision + 1: