hgext/rebase.py
changeset 42057 566daffc607d
parent 41817 169c386cc9d8
child 42108 1b5cec8b6a1e
--- a/hgext/rebase.py	Wed Jul 19 13:17:49 2017 -0700
+++ b/hgext/rebase.py	Wed Apr 03 11:21:27 2019 -0700
@@ -1878,8 +1878,8 @@
     obsolete successors.
     """
     obsoletenotrebased = {}
-    obsoletewithoutsuccessorindestination = set([])
-    obsoleteextinctsuccessors = set([])
+    obsoletewithoutsuccessorindestination = set()
+    obsoleteextinctsuccessors = set()
 
     assert repo.filtername is None
     cl = repo.changelog