log tests/test_utility_commands.py @ 1461:cbc48ed3b56c

age author description
2014-06-03 Sean Farley test_utility_commands: call makememfilectx
2013-08-26 David Schleimer layouts: add custom layout for those of us that need weird mappings
2013-08-09 Dan Villiom Podlaski Christiansen test_utility_commands: use stupid mode metaclass
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
2013-04-12 David Schleimer testutil: clear rcpath when we update HGRCPATH env var
2012-12-01 Patrick Mezard updatemeta: fix missing errno import
2012-08-01 David Schleimer svnremoterepo: use and prefer default-push
2012-06-26 Patrick Mezard rebuildmeta: accept unrelated svn repo with --unsafe-skip-uuid-check
2011-12-13 Dan Villiom Podlaski Christiansen svn verify: use a custom editor and get_revision()
2012-05-13 Dan Villiom Podlaski Christiansen move verify to a file of its own
2011-12-13 Dan Villiom Podlaski Christiansen svn verify: add a test for corrupt repositories.
2012-05-12 Dan Villiom Podlaski Christiansen make assertion failures slightly prettier and more readable
2012-04-20 Patrick Mezard svn verify: display extra and missing files separately
2012-04-21 Patrick Mezard test_utility_commands: test verify command
2012-04-19 Patrick Mezard test_util: add a load_and_fetch() returning the repo_path
2012-04-19 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
2012-04-19 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2010-11-18 Dan Villiom Podlaski Christiansen svncommands: abort on missing metadata or Subversion URL (fixes #226)
2010-11-11 Dan Villiom Podlaski Christiansen svnmeta: abort when no UUID given and none is stored on disk.
2010-11-11 Dan Villiom Podlaski Christiansen test_utility_commands: use self.assertMultiLineEqual().
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2010-02-26 Dirkjan Ochtman merge commands from utility_commands into svncommands
2010-02-26 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
2010-02-23 Dirkjan Ochtman svncommands: make repo optional (useful for things like listauthors)
2010-02-06 Augie Fackler utility_commands: fix hg svn genignore for single-directory mode
2010-02-06 Augie Fackler utility_commands: unbreak hg svn info with single-directory clones
2009-12-10 Jason Ostrander Add a -r option to hg svn. Use with hg svn info to change the mercurial rev.
2009-06-10 Dirkjan Ochtman uisetup: use a single loop/abstraction for wrapping all the commands
2009-05-22 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
2009-05-14 Augie Fackler Reorganize to have a more conventional module structure.
2009-05-15 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
2009-04-14 Augie Fackler rebase: moved to wrappers, now a wrapper around rebase triggered with --svn.
2009-04-11 Augie Fackler Move wrappers for hg commands to their own module.
2009-04-10 Augie Fackler Refactor commands to wrap their hg equivalent adding a --svn flag where sane.
2009-04-10 Dirkjan Ochtman Work with simple command table instead of decorators.
2009-04-08 Dirkjan Ochtman Move fetch_command.fetch_revisions() to svncommands.pull().
2009-04-08 Daniel Tang Issue #60: Add a svn sub-command to list all authors in a Subversion repository
2009-03-30 Augie Fackler rebase: cleanup slightly.
2009-02-24 Augie Fackler Add a genignore utility command that generates an hgignore file by scraping svn:ignore properties.
2009-01-22 Augie Fackler Remove useless imports.
2009-01-02 Patrick Mezard test_utility_commands: fix normalized URL references under Windows
2008-12-30 Augie Fackler info: Actually determine and show the repo root.
2008-12-24 Augie Fackler utility_commands: Test outgoing and fix it to work again.
2008-12-23 Augie Fackler tests: Fix some missing suite definitions so that running the full testsuite
2008-12-23 Augie Fackler rebase: preserve local branch names.
2008-12-12 Augie Fackler util: Add a command to normalize svn urls and use it in a couple of places. Test that it works and prevents failed assertions.
2008-12-12 Augie Fackler utility_commands: Add tests for url and info. Fix a bad mock in the process.