hgext/journal.py
changeset 32291 bd872f64a8ba
parent 31600 809fa1d7eb99
child 32337 46ba2cdda476
--- a/hgext/journal.py	Sat May 06 04:51:25 2017 +0530
+++ b/hgext/journal.py	Fri Feb 10 16:56:29 2017 -0800
@@ -158,7 +158,7 @@
             util.safehasattr(repo, 'journal')):
         sharedrepo = share._getsrcrepo(repo)
         sharedfeatures = _readsharedfeatures(repo)
-        if sharedrepo and sharedfeatures > set(['journal']):
+        if sharedrepo and sharedfeatures > {'journal'}:
             # there is a shared repository and there are shared journal entries
             # to copy. move shared date over from source to destination but
             # move the local file first