Commit 4ab90c64 authored by owsla's avatar owsla

Fix --override-chars-to-quote


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@1007 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 3df7ac56
New in v1.2.6 (????/??/??)
---------------------------
Fix --override-chars-to-quote option. (Andrew Ferguson)
New in v1.2.5 (2009/01/06) New in v1.2.5 (2009/01/06)
--------------------------- ---------------------------
......
...@@ -796,6 +796,7 @@ backed up onto it. ...@@ -796,6 +796,7 @@ backed up onto it.
By specificying the --force option, rdiff-backup will migrate the By specificying the --force option, rdiff-backup will migrate the
repository from the old quoting chars to the new ones.""" % repository from the old quoting chars to the new ones.""" %
(suggested_ctq, actual_ctq, ctq_rp.path)) (suggested_ctq, actual_ctq, ctq_rp.path))
return (actual_ctq, None) # Maintain Globals override
class RestoreSetGlobals(SetGlobals): 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