Mercurial > hg-stable
changeset 28580:8b41ad798fb7
crecord: fix docblock indentation
author | Ryan McElroy <rmcelroy@fb.com> |
---|---|
date | Fri, 18 Mar 2016 11:06:03 -0700 |
parents | f571ea254f75 |
children | 3c8f0a605504 |
files | mercurial/crecord.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/crecord.py Fri Mar 18 11:06:03 2016 -0700 +++ b/mercurial/crecord.py Fri Mar 18 11:06:03 2016 -0700 @@ -1466,7 +1466,7 @@ 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