log

age author description
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.
2008-11-19 Augie Fackler svnwrap: Fix handling of auth providers so cached credentials can work.
2008-11-14 Augie Fackler tests: Mock the mercurial.ui.ui class like we really should to capture output.
2008-11-14 Patrick Mezard fetch_command: create branch temporary directory when we need it
2008-11-14 Patrick Mezard SubversionRepo: remember svn.diff3() does not work
2008-11-14 Patrick Mezard fetch_command: handle nullid parent in stupid non-diffy mode
2008-11-14 Patrick Mezard fetch_command: in stupid non-diffy mode, take changed paths in account
2008-11-14 Patrick Mezard push_cmd: add option to push in stupid mode
2008-11-14 Patrick Mezard push_cmd: consider only dirs with added/removed files for addition or deletion
2008-11-14 Patrick Mezard test_util: add commitchanges() to TestBase
2008-11-14 Patrick Mezard push_cmd: delete empty svn directories, refactor directory creation
2008-11-14 Patrick Mezard Extract PushTest common code into test_util.TestBase
2008-11-14 Patrick Mezard SubversionRepo: close files before rmtree() in diff3