diff mercurial/util.py @ 47128:bea4717415c0

merge with stable
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 07 May 2021 22:06:25 -0400
parents d55b71393907 f38bf44e077f
children bcafcd779d2e
line wrap: on
line diff
--- a/mercurial/util.py	Fri May 07 08:38:17 2021 -0700
+++ b/mercurial/util.py	Fri May 07 22:06:25 2021 -0400
@@ -144,7 +144,7 @@
 
 def setumask(val):
     # type: (int) -> None
-    ''' updates the umask. used by chg server '''
+    '''updates the umask. used by chg server'''
     if pycompat.iswindows:
         return
     os.umask(val)