log

age author description
2014-03-24 Sean Farley svnmeta: add defaultauthors property
2014-03-24 Sean Farley maps: remove trailing whitespace
2014-03-24 Sean Farley maps: change tags init to accept svnmeta not a repo
2014-03-24 Sean Farley svnmeta: move revmap.oldest to meta.firstpulled
2014-03-24 Sean Farley svncommands: use meta.lastpulled instead of revmap.youngest
2014-03-24 Sean Farley svnmeta: move revmap.youngest to meta.lastpulled
2014-03-24 Sean Farley maps: change revmap init to accept svnmeta not a repo
2014-03-24 Sean Farley maps: change readmapfile to take a path instead of repo
2014-03-24 Sean Farley svnmeta: add generator for cached svn configuration properties
2014-05-02 Augie Fackler Merge with stable.
2014-05-02 Augie Fackler Added signature for changeset 41ff2014d125 stable
2014-05-02 Augie Fackler Added tag 1.6.1 for changeset 8caf1226adec stable
2014-05-02 Augie Fackler test_template_keywords: handle changeset output ordering change in hg 3.0 stable 1.6.1
2014-04-22 Dan Villiom Podlaski Christiansen push: fix obsolete feature detection stable
2014-04-09 Durham Goode push: update push logic to match mercurial upstream stable
2014-04-22 Dan Villiom Podlaski Christiansen push: fix obsolete feature detection
2014-04-12 Augie Fackler wrappers: note which version of hg e10000369b47 is from
2014-04-09 Durham Goode push: update push logic to match mercurial upstream
2014-04-05 Augie Fackler Merge with stable.
2014-04-05 Augie Fackler pull: fix pull when phases.new-commit=secret stable
2014-03-24 Sean Farley svncommands: use RevMap.VERSION instead of hardcoding '1'
2014-03-24 Sean Farley svncommands: use meta.revmap_file
2014-03-24 Sean Farley svncommands: use meta.tags instead of duplicating code
2014-03-24 Sean Farley svncommands: use meta.branch_info instead of duplicating logic
2014-03-24 Sean Farley svncommands: use meta.subdir instead of duplicating code
2014-03-24 Sean Farley svncommands: use meta.uuid instead of duplicating code
2014-03-24 Sean Farley svncommands: use meta.metapath
2014-03-24 Sean Farley svncommands: add svnmeta object
2014-03-17 Sean Farley svnmeta: unify variable names cleanup
2014-02-23 Sean Farley svnmeta: turn tags into lazy property
2014-02-23 Sean Farley tests: relax testing for tagmap existence
2014-02-21 Sean Farley svnmeta: add tagfile property for use with the Tags object
2014-02-17 Sean Farley svnmeta: turn revmap into lazy property
2014-02-17 Sean Farley svnmeta: add revmap_file property
2014-02-20 Sean Farley svnrepo: augment svnmeta method to take new error checking parameter
2014-02-19 Sean Farley svnmeta: relax error checking with a parameter
2014-02-16 Sean Farley svnmeta: rename meta_data_dir to metapath
2014-02-19 Sean Farley subdir: use util.dump and util.load for writing and reading
2014-02-18 Sean Farley svncommands: remove unused {read,write}_if_needed methods
2014-03-15 Sean Farley uuid: use util.dump and util.load for writing and reading
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