Commit 9744c52c authored by Michal Čihař's avatar Michal Čihař

Simplify code

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ba082332
......@@ -788,10 +788,7 @@ class HgRepository(Repository):
"""
self.set_config(
'ui.username',
'{0} <{1}>'.format(
name,
mail
)
'{0} <{1}>'.format(name, mail)
)
def reset(self, branch):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment