[PATCH 1 of 5] demandimport: add trailing comma

timeless timeless at fmr.im
Wed Sep 21 03:59:31 UTC 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1474426019 0
#      Wed Sep 21 02:46:59 2016 +0000
# Node ID 24d85146985b7d2fef3c27b97d4be983e57ae5c7
# Parent  285a8c3e53f2183438f0cdbc238e4ab851d0d110
# Available At https://bitbucket.org/timeless/mercurial-crew
#              hg pull https://bitbucket.org/timeless/mercurial-crew -r 24d85146985b
demandimport: add trailing comma

diff -r 285a8c3e53f2 -r 24d85146985b mercurial/demandimport.py
--- a/mercurial/demandimport.py	Tue May 03 13:36:12 2016 +0900
+++ b/mercurial/demandimport.py	Wed Sep 21 02:46:59 2016 +0000
@@ -284,7 +284,7 @@
     'mimetools',
     'sqlalchemy.events', # has import-time side effects (issue5085)
     # setuptools 8 expects this module to explode early when not on windows
-    'distutils.msvc9compiler'
+    'distutils.msvc9compiler',
     ]
 
 def isenabled():


More information about the Mercurial-devel mailing list