removed redundant backslashes
This commit is contained in:
parent
7b90806189
commit
f4f6f5881c
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class ApplyPatch:
|
|||
|
||||
def _get_landed_revisions(self, limit: int = 1000):
|
||||
"""Get list of landed revisions from current git branch."""
|
||||
diff_regex = re.compile(r'^Differential Revision: https:\/\/reviews\.llvm\.org\/(.*)$', re.MULTILINE)
|
||||
diff_regex = re.compile(r'^Differential Revision: https://reviews\.llvm\.org/(.*)$', re.MULTILINE)
|
||||
earliest_commit = None
|
||||
rev = self.base_revision
|
||||
if rev is None:
|
||||
|
|
Loading…
Reference in a new issue