Tue, 13 Jul 2010 13:18:08 +0200 |
Dan Villiom Podlaski Christiansen |
tests: add test for combining two branches using the branchmap
|
Sat, 10 Jul 2010 14:39:30 +0200 |
Dan Villiom Podlaski Christiansen |
tests: disallow calling changectx.children() during rebuildmeta
|
Fri, 09 Jul 2010 22:18:27 +0200 |
Dan Villiom Podlaski Christiansen |
rebuildmeta: optimize by removing quadratic time usage
|
Sat, 10 Jul 2010 14:48:57 +0200 |
Dan Villiom Podlaski Christiansen |
branchmap: reject empty mappings
|
Sat, 10 Jul 2010 14:19:24 +0200 |
Dan Villiom Podlaski Christiansen |
branchmap: map empty commits in replay mode.
|
Sun, 11 Jul 2010 11:46:19 +0200 |
Dan Villiom Podlaski Christiansen |
replay/stupid: fix tagging on a branch renamed using a branch map
|
Thu, 08 Jul 2010 21:46:54 +0200 |
Dan Villiom Podlaski Christiansen |
editor: convert two assertions in apply_textdelta() into raising an IOError
|
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.
|