Deprecating --replicate (Issue #254)

This commit is contained in:
Miroslav Stampar
2012-11-28 11:10:57 +01:00
parent f08eb0fd9f
commit 87a92ab330
4 changed files with 22 additions and 0 deletions

View File

@@ -201,3 +201,5 @@ POST_HINT_CONTENT_TYPES = {
POST_HINT.SOAP: "application/soap+xml",
POST_HINT.XML: "application/xml"
}
DEPRECATED_HINTS = {"--replicate": "use '--dump-format=SQLITE' instead"}