Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
561fec77
Commit
561fec77
authored
Aug 15, 2009
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better help text.
parent
de8d3c41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
src/ZODB/scripts/strip_versions.py
src/ZODB/scripts/strip_versions.py
+9
-1
No files found.
src/ZODB/scripts/strip_versions.py
View file @
561fec77
...
@@ -25,7 +25,15 @@ version records seen in input.
...
@@ -25,7 +25,15 @@ version records seen in input.
The input and output arguments are file-storage file names. If the -c
The input and output arguments are file-storage file names. If the -c
option is used, then the input and output arguments must be storage
option is used, then the input and output arguments must be storage
configuration files.
configuration files. The -c option is provided to support use of
storages other than file storages.
Notes:
- Blobs aren't copied. If you have a storage with *both* versions and
blobs, you'll need to copy the blob data separately.
- The input storage must support iteration via the iterator method.
"""
)
"""
)
parser
.
add_option
(
parser
.
add_option
(
"-c"
,
"--config"
,
dest
=
"config"
,
action
=
"store_true"
,
"-c"
,
"--config"
,
dest
=
"config"
,
action
=
"store_true"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment