hgext/clonebundles.py
changeset 43076 2372284d9457
parent 37785 b4d85bc122bd
child 43077 687b865b95ad
--- a/hgext/clonebundles.py	Sat Oct 05 10:29:34 2019 -0400
+++ b/hgext/clonebundles.py	Sun Oct 06 09:45:02 2019 -0400
@@ -203,6 +203,7 @@
 
 testedwith = 'ships-with-hg-core'
 
+
 def capabilities(orig, repo, proto):
     caps = orig(repo, proto)
 
@@ -214,5 +215,6 @@
 
     return caps
 
+
 def extsetup(ui):
     extensions.wrapfunction(wireprotov1server, '_capabilities', capabilities)