# HG changeset patch
# User Sean Farley <s...@farley.io>
# Date 1472591569 25200
#      Tue Aug 30 14:12:49 2016 -0700
# Node ID 8f1e18702ba107ffcb35be04dc8a1e650e5c1e7f
# Parent  a6f4b32f655ba895875640534b051c5ebe632695
# EXP-Topic flake8
flake8: fix W391 style

diff --git a/hgext3rd/topic/stack.py b/hgext3rd/topic/stack.py
--- a/hgext3rd/topic/stack.py
+++ b/hgext3rd/topic/stack.py
@@ -117,6 +117,5 @@ def stackdata(repo, topic):
         except error.ManyMergeDestAbort:
             data['behindcount'] = -1
     data['branches'] = sorted(set(repo[r].branch() for r in revs))
 
     return data
-
diff --git a/setup.cfg b/setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
 [flake8]
-ignore = E261, E266, E302, E129, E731, E124, E713, E301, E501, E111, E123, 
E222, W503, W391
+ignore = E261, E266, E302, E129, E731, E124, E713, E301, E501, E111, E123, 
E222, W503
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to