[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu May 7 00:35:37 UTC 2020


The branch, master has been updated
       via  7a929577 Change r'%s' to r'\g<1>%s'.
      from  f7746d00 A couple extra function checks for future features.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7a9295778cc5c4d666103079c6e8ebfc1d0646ef
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed May 6 17:23:17 2020 -0700

    Change r'\1%s\2' to r'\g<1>%s\2'.

-----------------------------------------------------------------------

Summary of changes:
 packaging/nightly-rsync | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/packaging/nightly-rsync b/packaging/nightly-rsync
index 3e8895b9..eb747432 100755
--- a/packaging/nightly-rsync
+++ b/packaging/nightly-rsync
@@ -80,7 +80,7 @@ def main():
         with open(fn, 'r', encoding='utf-8') as fh:
             txt = fh.read()
 
-        txt = re.sub(r'^(manpage\([^)]+\)\(\d+\)\()[^)]+(\).*)', r'\1%s\2' % today, txt, flags=re.M)
+        txt = re.sub(r'^(manpage\([^)]+\)\(\d+\)\()[^)]+(\).*)', r'\g<1>%s\2' % today, txt, flags=re.M)
 
         with open(yo_tmp, 'w', encoding='utf-8') as fh:
             fh.write(txt)


-- 
The rsync repository.



More information about the rsync-cvs mailing list