D7442: setup: combine two contiguous string literals

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Sat Nov 16 14:24:13 EST 2019


Closed by commit rHG07a961429361: setup: combine two contiguous string literals (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7442?vs=18177&id=18186

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7442/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7442

AFFECTED FILES
  setup.py

CHANGE DETAILS

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -738,7 +738,7 @@
             pythonlib = dllbasename[:-4]
         else:
             log.warn(
-                'could not determine Python DLL filename; ' 'assuming pythonXY'
+                'could not determine Python DLL filename; assuming pythonXY'
             )
 
             hv = sys.hexversion



To: mharbison72, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list