[PATCH 2 of 5] crecord: fix docblock indentation

Ryan McElroy rm at fb.com
Fri Mar 18 14:18:45 EDT 2016


# HG changeset patch
# User Ryan McElroy <rmcelroy at fb.com>
# Date 1458324363 25200
#      Fri Mar 18 11:06:03 2016 -0700
# Node ID 597500be7cef33768ebcf933c303d7ace922e575
# Parent  8aab62b8a84f547bac374cf26a8a7264ffce282f
crecord: fix docblock indentation

diff --git a/mercurial/crecord.py b/mercurial/crecord.py
--- a/mercurial/crecord.py
+++ b/mercurial/crecord.py
@@ -1466,7 +1466,7 @@ are you sure you want to review/edit and
 
     def toggleedit(self, item=None, test=False):
         """
-            edit the currently selected chunk
+        edit the currently selected chunk
         """
         def updateui(self):
             self.numpadlines = self.getnumlinesdisplayed(ignorefolding=True) + 1


More information about the Mercurial-devel mailing list