changeset 3401:43b7773e00ae

obshistory: remove the unused function The function is not used anymore.
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 11 Jan 2018 17:54:34 +0530
parents 6d345d7ca682
children 7a322f58fee3
files hgext3rd/evolve/obshistory.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/obshistory.py	Thu Jan 11 17:11:10 2018 +0530
+++ b/hgext3rd/evolve/obshistory.py	Thu Jan 11 17:54:34 2018 +0530
@@ -163,10 +163,6 @@
 
     return True, succ
 
-def _indent(content, indent=4):
-    extra = ' ' * indent
-    return "".join(extra + line for line in content.splitlines(True))
-
 def getmarkerdescriptionpatch(repo, base, succ):
     basectx = repo[base]
     succctx = repo[succ]