changeset f36a937c571a in tryton-tools:default
details: https://hg.tryton.org/tryton-tools?cmd=changeset;node=f36a937c571a
description:
Backed out changeset e99743435567
diffstat:
hgrietveld.py | 2 +-
hgroundup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r e99743435567 -r f36a937c571a hgrietveld.py
--- a/hgrietveld.py Sun Sep 27 12:34:00 2020 +0200
+++ b/hgrietveld.py Sun Sep 27 12:42:14 2020 +0200
@@ -34,7 +34,7 @@
from mercurial import util
ISSUE_PATTERN = re.compile(
- b'(?:\breview|\bcodereview)\s*(?P<issue_id>[0-9]{4,})', re.I)
+ rb'(?:\breview|\bcodereview)\s*(?P<issue_id>[0-9]{4,})', re.I)
COMMENT_TEMPLATE = b"""\
New changeset %(changeset_id)s by %(author)s in branch '%(branch)s':
%(commit_msg)s
diff -r e99743435567 -r f36a937c571a hgroundup.py
--- a/hgroundup.py Sun Sep 27 12:34:00 2020 +0200
+++ b/hgroundup.py Sun Sep 27 12:42:14 2020 +0200
@@ -39,7 +39,7 @@
from mercurial.encoding import fromlocal, unifromlocal, unitolocal
from mercurial import util
-ISSUE_PATTERN = re.compile(b'(?:#|\bissue|\bbug)\s*(?P<issue_id>[0-9]{1,})',
+ISSUE_PATTERN = re.compile(rb'(?:#|\bissue|\bbug)\s*(?P<issue_id>[0-9]{1,})',
re.I)
COMMENT_TEMPLATE = b"""\
New changeset %(changeset_id)s by %(author)s in branch '%(branch)s':