log

age author description
2009-05-04 Augie Fackler Fix package name, use README for long_description
2009-05-04 Augie Fackler Ignore distutils generated files.
2009-05-04 Augie Fackler Style nit in setup.py
2009-05-04 Augie Fackler Less import *
2009-05-04 Augie Fackler Merge with danchr's changes.
2009-05-04 Patrick Mezard svnexternals: do not use peg revisions as --rev replacements
2009-05-04 Patrick Mezard hg_delta_editor: missing plaintext paths are svn paths not branch paths
2009-05-04 Patrick Mezard hg_delta_editor: detect new branches issued from non-branch directories
2009-05-04 Patrick Mezard hg_delta_editor: reformat huge comment, rename __determine_parent_branch()
2009-04-29 Patrick Mezard cmdutil: fix svn path normalization corner case
2009-05-03 Dan Villiom Podlaski Christiansen Change default author substitution to avoid updating test hashes.
2009-05-03 Dan Villiom Podlaski Christiansen svnwrap/tests: use the subprocess module rather than the popen module.
2009-05-03 Dan Villiom Podlaski Christiansen A quick stab at a distutils installation script.
2009-05-03 Dan Villiom Podlaski Christiansen Put authormap into a separate file, and make it much better too.
2009-05-01 Dan Villiom Podlaski Christiansen hg_delta_editor: fix _split_tag_path to actually work as intended.
2009-05-01 Dan Villiom Podlaski Christiansen svn_swig_wrapper: remove explicit invocation of the garbage collector
2009-05-01 Dan Villiom Podlaski Christiansen First merge, totally untested.
2009-03-27 Dan Villiom Podlaski Christiansen Minor tweaks to how the tests are run.
2009-03-27 Dan Villiom Podlaski Christiansen Adapt rebuildmeta and its test to the disappearance of '.hg/svn/last_rev'.
2009-03-27 Dan Villiom Podlaski Christiansen Allow specifying a revision to stop at using the -H flag.
2009-03-27 Dan Villiom Podlaski Christiansen Various cleanups, cosmetics and removal of superfluous assertions.
2009-03-27 Dan Villiom Podlaski Christiansen Use a reverse lookup in authormap to determine the author for 'hg svn info'.
2009-03-27 Dan Villiom Podlaski Christiansen Two minor optimisations/cleanups for svn_swig_wrapper:
2009-03-27 Dan Villiom Podlaski Christiansen Prevent '.hg/svn/url' from overriding a URL specified on the command line.
2009-03-27 Dan Villiom Podlaski Christiansen Get rid of .hg/svn/last_rev:
2009-03-26 Dan Villiom Podlaski Christiansen Ensure proper handling of nested tag paths by sorting and reversing them.
2009-03-20 Dan Villiom Podlaski Christiansen Adding an icon made from the logos of Mercurial & Subversion.
2009-03-19 Dan Villiom Podlaski Christiansen Exception clean-ups; use symbolic names & avoid Python 2.6 deprecations.
2009-03-19 Dan Villiom Podlaski Christiansen Also ignore .pyo files.
2009-04-22 Patrick Mezard Add 'updateexternals' to synchronize externals with remote repo.