This commit is contained in:
Joey Hess 2013-02-26 16:31:31 -04:00
parent 01f402ec05
commit 68edb4b985

View file

@ -5,7 +5,7 @@
date="2013-02-26T17:20:13Z" date="2013-02-26T17:20:13Z"
content=""" content="""
The recent switch to using the Glob library seems to be responsible for this problem. It seems that The recent switch to using the Glob library seems to be responsible for this problem. It seems that
with Glob, \"*\" matches \"foo\", but not \"directory/foo\", so the \"*\" in preferred content for backup repositories matches only files in the top directory! with Glob, \"\*\" matches \"foo\", but not \"directory/foo\", so the \"\*\" in preferred content for backup repositories matches only files in the top directory!
Writing test cases and fixing this now. Writing test cases and fixing this now.
"""]] """]]