Lines Matching refs:re
41 import re
224 # This is a dummy value to allow us to identify when we're successful.
727 match = re.match(r"(\d+)(:(\d+))?", self.options.revision)
834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
908 # We'll need to upload the new content if we're adding a binary file
1004 match = re.match(r"diff --git a/(.*) b/.*$", line)
1013 match = re.match(r"index (\w+)\.\.", line)
1072 m = re.match("diff --git a/(\S+) b/(\S+)", line)
1213 we're using, and returns an instance of the appropriate class. Exit with an
1235 # Git has a command to test if you're in a git tree.
1334 # If we're uploading base files, don't send the email before the uploads, so