hgext/histedit.py
branchstable
changeset 19284 87bb53367633
parent 19048 1163ff06ce89
child 19306 59cdd3a7e281
child 19392 f6b047cf9272
--- a/hgext/histedit.py	Sat Jun 01 17:10:24 2013 -0500
+++ b/hgext/histedit.py	Wed Jun 05 21:16:49 2013 +0200
@@ -140,6 +140,7 @@
 
 try:
     import cPickle as pickle
+    pickle.dump # import now
 except ImportError:
     import pickle
 import os