# HG changeset patch # User Pierre-Yves David # Date 1608767419 -3600 # Node ID 6de9ae7404ca271596b9db6fc092b2bbc881992d # Parent b1e057fb7837b7277790d25eb701830a8874e4d1 formatting: fix the number of black line The previous changeset was published by mistake and had some formatting "issues" diff -r b1e057fb7837 -r 6de9ae7404ca hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Tue Dec 22 20:22:41 2020 -0500 +++ b/hgext3rd/topic/__init__.py Thu Dec 24 00:50:19 2020 +0100 @@ -441,7 +441,6 @@ repo.ui.setconfig(b'rebase', b'experimental.inmemory', b'False', source=b'topic-extension') - class topicrepo(repo.__class__): # attribute for other code to distinct between repo with topic and repo without