andrew@webrtc.org | f9f39d5 | 2013-05-30 18:15:54 +0000 | [diff] [blame] | 1 | BASE_URL = "https://webrtc.googlecode.com/svn" |
2 | TRUNK_URL = BASE_URL + "/trunk" | ||||
3 | BRANCH_URL = BASE_URL + "/branches/$branch" | ||||
4 | SKIP_CHECK_WORKING = True | ||||
5 | FILE_PATTERN = file_pattern_ = r"[ ]+([MADUC])[ ]+/((?:trunk|branches/.*?)(.*)/(.*))" | ||||
6 | PROMPT_FOR_AUTHOR = False |