Home
last modified time | relevance | path

Searched refs:fix_person_identifier (Results 1 – 3 of 3) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/git/tests/
H A Dtest_mapping.py38 fix_person_identifier,
459 fix_person_identifier(b"foo <bar@blah.nl>"))
461 fix_person_identifier(b"bar@blah.nl"))
466 fix_person_identifier(b"somebody <person <bar@blah.nl>>"))
469 fix_person_identifier(b"person<bar@blah.nl>"))
472 fix_person_identifier(b'Rohan Garg <rohangarg@kubuntu.org'))
474 fix_person_identifier, b"person >bar@blah.nl<")
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dcommit.py51 fix_person_identifier,
188 c.committer = fix_person_identifier(self._committer.encode(encoding))
203 c.author = fix_person_identifier(author.encode(encoding))
H A Dmapping.py113 def fix_person_identifier(text): function
320 commit.committer = fix_person_identifier(rev.committer.encode(
322 commit.author = fix_person_identifier(