blob: 420b5f6d1c206c11db79fc11b215b3c2594c84eb [file] [log] [blame]
andrew@webrtc.orgf9f39d52013-05-30 18:15:54 +00001BASE_URL = "https://webrtc.googlecode.com/svn"
2TRUNK_URL = BASE_URL + "/trunk"
3BRANCH_URL = BASE_URL + "/branches/$branch"
4SKIP_CHECK_WORKING = True
5FILE_PATTERN = file_pattern_ = r"[ ]+([MADUC])[ ]+/((?:trunk|branches/.*?)(.*)/(.*))"
6PROMPT_FOR_AUTHOR = False