mercurial/transaction.py
changeset 32331 bd872f64a8ba
parent 32301 976681123416
child 32591 aa91085cadf3
--- a/mercurial/transaction.py	Sat May 06 04:51:25 2017 +0530
+++ b/mercurial/transaction.py	Fri Feb 10 16:56:29 2017 -0800
@@ -26,10 +26,10 @@
 # These are the file generators that should only be executed after the
 # finalizers are done, since they rely on the output of the finalizers (like
 # the changelog having been written).
-postfinalizegenerators = set([
+postfinalizegenerators = {
     'bookmarks',
     'dirstate'
-])
+}
 
 gengroupall='all'
 gengroupprefinalize='prefinalize'