[Checkins] SVN: relstorage/trunk/relstorage/options.py Rename one more pack_dry_run.

Martijn Pieters mj at zopatista.com
Fri Feb 25 10:49:11 EST 2011


Log message for revision 120577:
  Rename one more pack_dry_run.

Changed:
  U   relstorage/trunk/relstorage/options.py

-=-
Modified: relstorage/trunk/relstorage/options.py
===================================================================
--- relstorage/trunk/relstorage/options.py	2011-02-25 13:48:20 UTC (rev 120576)
+++ relstorage/trunk/relstorage/options.py	2011-02-25 15:49:10 UTC (rev 120577)
@@ -19,7 +19,7 @@
     These parameters can be provided as keyword options in the RelStorage
     constructor.  For example:
 
-        storage = RelStorage(adapter, pack_gc=True, pack_dry_run=True)
+        storage = RelStorage(adapter, pack_gc=True, pack_prepack_only=True)
 
     Alternatively, the RelStorage constructor accepts an options
     parameter, which should be an Options instance.



More information about the checkins mailing list