rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] rdiff-backup/rdiff_backup selection.py


From: Andrew Ferguson
Subject: [Rdiff-backup-commits] rdiff-backup/rdiff_backup selection.py
Date: Mon, 29 Jan 2007 18:09:33 +0000

CVSROOT:        /sources/rdiff-backup
Module name:    rdiff-backup
Changes by:     Andrew Ferguson <owsla> 07/01/29 18:09:33

Modified files:
        rdiff_backup   : selection.py 

Log message:
        Fix comment in glob_to_re now that special characters can be escaped.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/rdiff-backup/rdiff_backup/selection.py?cvsroot=rdiff-backup&r1=1.44&r2=1.45

Patches:
Index: selection.py
===================================================================
RCS file: /sources/rdiff-backup/rdiff-backup/rdiff_backup/selection.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- selection.py        29 Jan 2007 17:38:58 -0000      1.44
+++ selection.py        29 Jan 2007 18:09:32 -0000      1.45
@@ -629,8 +629,8 @@
                """Returned regular expression equivalent to shell glob pat
 
                Currently only the ?, *, [], and ** expressions are supported.
-               Ranges like [a-z] are also currently unsupported.  There is no
-               way to quote these special characters.
+               Ranges like [a-z] are also currently unsupported.  These special
+               characters can be quoted by prepending them with a backslash.
 
                This function taken with minor modifications from efnmatch.py
                by Donovan Baarda.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]