log

age author description
2008-11-25 Patrick Mezard fetch_command: simplify deleted files enumeration, bypass filesystem
2008-11-25 Patrick Mezard fetch_command: move diff file deletion code back with everything else
2008-11-25 Patrick Mezard fetch_command: remove useless delete_all_files case
2008-11-25 Patrick Mezard fetch_command: simplify diff code with opener objects
2008-11-25 Patrick Mezard fetch_command: remove dead code
2008-11-21 Augie Fackler Cleanups based on pyflakes output.
2008-11-21 Augie Fackler Add a diff command that behaves kind of like svn diff.
2008-11-21 Augie Fackler Refactored outgoing_revisions into util where it really belongs.
2008-11-21 Patrick Mezard fetch_command: simplify replay_convert_rev() with svn.list_files()
2008-11-21 Patrick Mezard hg_delta_editor: fix symlink prefix confusion
2008-11-21 Patrick Mezard Add a test to check EOLs are correctly converted
2008-11-19 Augie Fackler utility_commands: fix outgoing against crew (required because of crew cset 87158be081b8)
2008-11-19 Augie Fackler svncommand: Fix help to use ui.status() and be a bit smarter about displaying
2008-11-19 Augie Fackler svncommand: Check traceback length to stop masking real exceptions.