diff hgsubversion/layouts/standard.py @ 1127:eaefb3413b87

util: rename pickle_atomic to dump This is in preparation for an upcoming patch that will add a 'load' method to util.
author Sean Farley <sean.michael.farley@gmail.com>
date Fri, 23 Aug 2013 10:46:08 -0500
parents 0f16e11b2c2b
children 063cae4e35af
line wrap: on
line diff
--- a/hgsubversion/layouts/standard.py
+++ b/hgsubversion/layouts/standard.py
@@ -76,7 +76,7 @@ class StandardLayout(base.BaseLayout):
                 self._tag_locations = self.ui.configlist('hgsubversion',
                                                         'tagpaths',
                                                         ['tags'])
-            util.pickle_atomic(self._tag_locations, tag_locations_file)
+            util.dump(self._tag_locations, tag_locations_file)
 
             # ensure nested paths are handled properly
             self._tag_locations.sort()