cmdutil: fix weird indent in _mergemsg()
authorYuya Nishihara <yuya@tcha.org>
Fri, 10 Aug 2018 09:18:37 +0900
changeset 39076 3f0ef8d19413
parent 39075 b935adb4b041
child 39077 b5040a9cb84c
cmdutil: fix weird indent in _mergemsg()
mercurial/cmdutil.py
--- a/mercurial/cmdutil.py	Fri Aug 10 00:28:07 2018 -0400
+++ b/mercurial/cmdutil.py	Fri Aug 10 09:18:37 2018 +0900
@@ -617,7 +617,7 @@
 
 def _mergemsg():
     # tweakdefaults requires `update` to have a rev hence the `.`
-     return _helpmessage('hg commit', 'hg merge --abort')
+    return _helpmessage('hg commit', 'hg merge --abort')
 
 def _bisectmsg():
     msg = _('To mark the changeset good:    hg bisect --good\n'