Commit 603c92dc authored by owsla's avatar owsla

Fix --override-chars-to-quote


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@1008 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 4ab90c64
New in v1.3.1 (????/??/??)
---------------------------
Fix --override-chars-to-quote option. (Andrew Ferguson)
Fix typo in robust.py which broke error reporting. Closes Savannah bug #25255.
Ignore Windows errors caused by too long filenames; the files are not yet
......
......@@ -846,6 +846,7 @@ backed up onto it.
By specificying the --force option, rdiff-backup will migrate the
repository from the old quoting chars to the new ones.""" %
(suggested_ctq, actual_ctq, ctq_rp.path))
return (actual_ctq, None) # Maintain Globals override
class RestoreSetGlobals(SetGlobals):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment