2014-02-18 |
Sean Farley |
tests: use util.load instead of reading file directly
|
2014-02-18 |
Sean Farley |
util: fallback to raw string reading if pickle fails
|
2014-02-18 |
Sean Farley |
util: add resave bool parameter to load
|
2014-02-17 |
Sean Farley |
svncommands: call util.dump instead of manually writing file
|
2014-02-15 |
Sean Farley |
util: remove unused save_string
|
2014-02-15 |
Sean Farley |
maps: call util.dump instead save_string
|
2014-02-15 |
Sean Farley |
util: remove unused load_string
|
2014-02-15 |
Sean Farley |
util: remove all calls to load_string
|
2014-02-15 |
Sean Farley |
util: add default parameter to load
|
2014-02-15 |
Sean Farley |
util: banish pickle to compathacks
|
2014-02-15 |
Sean Farley |
compathacks: specify for generic compatibility hacks
|
2014-02-15 |
Sean Farley |
compathacks: pep8
|
2014-02-15 |
Sean Farley |
util: convert pickle to json
|
2014-02-15 |
Sean Farley |
util: serialize data with json instead of pickle
|
2014-02-15 |
Sean Farley |
util: try to load data using json
|
2014-02-17 |
Sean Farley |
util: add visitor pattern for scrubbing json
|
2014-02-17 |
Sean Farley |
tests: use util.load instead of bare pickle
|
2013-08-23 |
Sean Farley |
svncommands: use util.load instead of bare pickle
|
2013-08-24 |
Sean Farley |
svncommands: use util.dump instead of pickle.dump
|
2013-08-23 |
Sean Farley |
svnmeta: use util.load instead of bare pickle
|
2013-08-23 |
Sean Farley |
layouts: use util.load instead of bare pickle
|
2013-08-23 |
Sean Farley |
util: add a method to load data from a file
|
2013-08-23 |
Sean Farley |
util: rename pickle_atomic to dump
|
2014-02-12 |
Augie Fackler |
Merge with stable.
|
2014-02-04 |
Michael Augustin |
fix promptchoice call, since it changed in mercurial 2.7 (change c58b6ab4c26f)
stable
|
2013-08-23 |
Sean Farley |
util: remove pre-1.9 mercurial code from pickle_atomic
|
2013-08-23 |
Sean Farley |
util: remove pre-1.6 mercurial code from parseurl
|
2013-09-05 |
Sean Farley |
stupid: remove pre-1.9 code from filteriterhunks
|
2013-09-05 |
Sean Farley |
wrappers: remove pre-1.9 code from hgclonewrapper
|
2013-09-05 |
Sean Farley |
wrappers: remove pre-1.9 code from clone
|
2013-09-07 |
Sean Farley |
svnexternals: remove pre-1.9 pegrev code
|
2013-09-07 |
Sean Farley |
svnexternals: remove pre-1.7 code and reindent
|