log

age author description
Thu, 08 Jul 2010 21:53:59 +0200 Dan Villiom Podlaski Christiansen svnmeta: improve error message in get_source_rev()
Tue, 06 Jul 2010 10:42:00 -0500 Augie Fackler Added tag 1.1.2 for changeset 093ae2915b45
Tue, 06 Jul 2010 10:41:54 -0500 Augie Fackler Merge fix for pushable bookmarks. 1.1.2
Sun, 04 Jul 2010 21:41:42 +0100 James McKay tests: Use tempfile.TemporaryFile instead of os.tmpfile() to redirect stdout.
Sun, 04 Jul 2010 18:21:20 +0100 James McKay svnrepo: fix issue 187: ignore pushable bookmarks in hg 1.6
Mon, 05 Jul 2010 11:33:04 -0500 Augie Fackler Added tag 1.1.1 for changeset 8e621dbb82d4
Sun, 27 Jun 2010 21:18:47 -0500 Augie Fackler push: return reasonable status codes to the end user 1.1.1
Sun, 27 Jun 2010 21:14:36 -0500 Augie Fackler tests: fix misnamed test caught while hunting unrelated bugs
Wed, 23 Jun 2010 11:37:03 +0200 Dan Villiom Podlaski Christiansen maps: don't set the `seen' attribute in TagMap.__init__().
Tue, 22 Jun 2010 22:43:01 +0200 Dan Villiom Podlaski Christiansen stupid: lower patch application failure output to verbose.
Wed, 23 Jun 2010 13:42:53 +0200 Dan Villiom Podlaski Christiansen test_rebuildmeta: use just added diff support when comparing files.
Tue, 22 Jun 2010 21:58:24 +0200 Dan Villiom Podlaski Christiansen test_util: add assertMultiLineEqual() method.
Sun, 13 Jun 2010 00:10:53 -0500 Augie Fackler wrappers: cope with remoteui move to hg (hg cset d1908cb95a82)
Sat, 12 Jun 2010 20:32:02 -0500 Augie Fackler util: handle change to hg.parseurl from 3d6915f5a2bb
Sat, 12 Jun 2010 20:55:23 -0500 Augie Fackler svnrepo: support new discovery module introduced in 3d0591a66118
Sat, 12 Jun 2010 20:09:25 -0500 Augie Fackler pull: handle argspec change from e43c23d189a5
Sat, 15 May 2010 20:33:05 +0200 Dan Villiom Podlaski Christiansen svncommands: add two missing imports
Tue, 18 May 2010 14:46:50 -0500 Augie Fackler tests/run.py: make sure our hgsubversion loads correctly
Fri, 14 May 2010 20:27:24 +0200 Dan Villiom Podlaski Christiansen testrunner: use demandimport, with an option to disable it
Fri, 14 May 2010 20:26:06 +0200 Dan Villiom Podlaski Christiansen testrunner: delay and `simplify' importing of tests
Fri, 14 May 2010 20:27:14 +0200 Dan Villiom Podlaski Christiansen setup: check for Subversion by importing the `svnwrap' module.
Fri, 14 May 2010 20:22:32 +0200 Dan Villiom Podlaski Christiansen svncommands: fix layering violation & tweak error messages.
Fri, 14 May 2010 17:39:26 +0200 Dan Villiom Podlaski Christiansen testrunner: use optparse
Fri, 14 May 2010 14:21:25 +0200 Dan Villiom Podlaski Christiansen svnwrap: use SubversionConnectionException instead of mercurial.util.Abort
Wed, 12 May 2010 20:16:40 +0200 Dan Villiom Podlaski Christiansen push: remove superfluous creation of a new `svnremoterepo' instance.
Fri, 30 Apr 2010 17:35:36 +0200 Dan Villiom Podlaski Christiansen svn_swig_wrapper: improved handling of missing or outdated bindings.
Mon, 26 Apr 2010 22:17:25 +0200 Patrick Mezard wrappers: fix pull output if termwidth() is inexact
Thu, 22 Apr 2010 22:37:03 -0500 Augie Fackler stupid: update monkeypatch for 91c58cf54eee
Thu, 01 Apr 2010 16:06:01 +0200 Dan Villiom Podlaski Christiansen pull: fix passing credentials in URL.
Wed, 14 Apr 2010 20:33:27 +0200 Dan Villiom Podlaski Christiansen metacommand: use AmbiguousCommand from hg for consistency.