Sat, 10 Aug 2013 07:46:21 +0200 |
Dan Villiom Podlaski Christiansen |
test_util: allow counting converted revisions
|
Sun, 11 Aug 2013 22:20:59 +0200 |
Dan Villiom Podlaski Christiansen |
test_util: include Subversion revision when drawing a pretty graph
|
Fri, 09 Aug 2013 23:45:54 +0200 |
Dan Villiom Podlaski Christiansen |
test_fetch_command: use stupid mode metaclass
|
Fri, 09 Aug 2013 20:18:31 +0200 |
Dan Villiom Podlaski Christiansen |
test_fetch_commands: make a failure more readable
|
Fri, 09 Aug 2013 11:22:50 -0400 |
Dan Villiom Podlaski Christiansen |
tests: count revisions explicitly
|
Thu, 08 Aug 2013 09:38:55 +0200 |
Dan Villiom Podlaski Christiansen |
handle invalid UTF-8 in commit messages consistently
|
Wed, 07 Aug 2013 16:00:52 +0200 |
Dan Villiom Podlaski Christiansen |
tests: remove old test-loading infrastructure
|
Sat, 20 Oct 2012 22:24:32 +0200 |
Patrick Mezard |
tests: add tests where files are moved from root to trunk
|
Tue, 16 Oct 2012 21:17:55 +0200 |
Patrick Mezard |
stupid: do not close branch upon branch-wide revert
|
Sat, 06 Oct 2012 10:10:35 +0200 |
Patrick Mezard |
editor: relax copyfrom dir checks to avoid extra missing entries
|
Wed, 03 Oct 2012 21:27:02 +0200 |
Patrick Mezard |
editor: start separating svn copies from open files
|
Sun, 26 Aug 2012 19:49:47 +0200 |
Patrick Mezard |
test_fetch_command: fix if local encoding is not UTF-8
|
Thu, 17 May 2012 14:15:14 -0700 |
David Schleimer |
Ignore invalid utf8 in commit messages
|
Thu, 19 Apr 2012 18:29:28 +0200 |
Patrick Mezard |
test_util: merge load_svndump_fixture() into TestBase
|
Thu, 19 Apr 2012 18:29:25 +0200 |
Patrick Mezard |
test_util: merge load_fixture_and_fetch() into TestBase method
|
Wed, 12 Oct 2011 15:43:31 +0800 |
Yonggang Luo |
tests: avoid shadowing Python builtin all()
|
Wed, 12 Oct 2011 15:35:25 +0800 |
Yonggang Luo |
globally: clean up whitespace around operators and commas to conform with PEP8
|
Mon, 04 Oct 2010 21:00:36 -0500 |
Dan Villiom Podlaski Christiansen |
svnwrap: fix handling of quotable URLs (fixes #197, refs #132)
|
Wed, 14 Jul 2010 15:39:18 +0200 |
Dan Villiom Podlaski Christiansen |
tests: import test_util as the first module in all relevant tests
|
Mon, 01 Mar 2010 17:37:00 -0600 |
Augie Fackler |
test_fetch_command: handle changes in revision extra ordering gracefully
|
Tue, 02 Feb 2010 23:20:42 +0100 |
Patrick Mezard |
Rewrite simple_branch.sh fixture from svn dump
|
Mon, 13 Apr 2009 21:19:13 -0500 |
Augie Fackler |
Clean up TODOs that are no longer relevant.
|
Fri, 10 Apr 2009 22:38:29 -0500 |
Augie Fackler |
Move wrappers for hg commands to their own module.
|
Wed, 08 Apr 2009 18:29:03 +0200 |
Dirkjan Ochtman |
Fix test_no_dates to not be TZ-sensitive.
|
Wed, 08 Apr 2009 13:07:23 +0200 |
Dirkjan Ochtman |
Cope with date-less revisions.
|
Sat, 28 Mar 2009 16:38:57 -0500 |
Augie Fackler |
branches: change handling again, but this time a little less magic.
|
Fri, 27 Mar 2009 16:56:07 -0500 |
Augie Fackler |
Stopped idiotic filtering of revisions that did not edit something branches/tags/trunk.
|
Mon, 09 Mar 2009 12:01:40 -0500 |
Augie Fackler |
fetch: Fix a bogus case where no files in the root level of trunk caused breakage in the branch detection.
|
Mon, 02 Mar 2009 23:58:38 -0600 |
Augie Fackler |
Refactor branch handling to be much more dynamic (and hopefully robust).
|
Wed, 21 Jan 2009 20:29:23 -0600 |
Augie Fackler |
Remove useless imports.
|
Tue, 23 Dec 2008 11:10:32 -0600 |
Augie Fackler |
fetch: Refactor extra creation to be shared by real and diff replay.
|
Mon, 15 Dec 2008 21:39:35 -0600 |
Patrick Mezard |
test_fetch_command: test file and directory deletions
|
Thu, 11 Dec 2008 19:49:36 -0600 |
Augie Fackler |
diff_cmd: more robust, add tests.
|
Thu, 11 Dec 2008 17:34:33 -0600 |
Augie Fackler |
Fix an apparent regression where branch name didn't get properly stored for
|
Thu, 11 Dec 2008 17:19:43 -0600 |
Augie Fackler |
tests: Fix a missing pass of stupid=True.
|
Wed, 10 Dec 2008 11:03:18 -0600 |
Patrick Mezard |
Move and complete execute bit conversion tests into test_fetch_exec.py
|
Tue, 25 Nov 2008 16:21:57 -0600 |
Augie Fackler |
Fix a regression in converting repositories with files copied in from outside
|
Tue, 25 Nov 2008 09:45:38 -0600 |
Augie Fackler |
fetch_command: Fix mis-converted executable when svn:executable was set to the
|
Fri, 21 Nov 2008 16:21:19 -0600 |
Augie Fackler |
Cleanups based on pyflakes output.
|
Fri, 14 Nov 2008 16:52:30 -0600 |
Augie Fackler |
tests: Mock the mercurial.ui.ui class like we really should to capture output.
|
Sun, 09 Nov 2008 18:08:35 -0600 |
Patrick Mezard |
Fix basic issues with tests on Windows
|
Wed, 05 Nov 2008 13:37:07 +0100 |
Patrick Mezard |
hg_delta_editor: register svn file copies
|
Tue, 04 Nov 2008 16:38:16 -0600 |
Augie Fackler |
Performance fix for branches-from-tags in real replay, which is tied up with
|
Mon, 27 Oct 2008 12:33:52 -0500 |
Augie Fackler |
Fix a bug with added files from outside branches/trunk/tags.
|
Sun, 26 Oct 2008 22:39:17 -0500 |
Augie Fackler |
Improved handling of copies from outside of trunk.
|
Sun, 26 Oct 2008 22:12:46 -0500 |
Augie Fackler |
Add a test that proves files in the branches directory don't cause breakage.
|
Thu, 09 Oct 2008 23:37:22 -0500 |
Augie Fackler |
svn 1.4 and 1.5 have different ideas of diff output for prop changes.
|
Wed, 08 Oct 2008 20:09:28 -0500 |
Augie Fackler |
Refactor tests so I can reuse code more.
|