log tests/test_tags.py @ 1570:d55c9d0ba350

age author description
Fri, 25 May 2018 11:52:03 +0200 Paul Morelle tests: use scmutils.revsymbol instead of repo.__getitem__ for non-integers
Sun, 26 Jun 2016 21:10:36 -0400 Augie Fackler Merge with stable.
Sun, 26 Jun 2016 17:02:12 -0400 Augie Fackler tests: add some sorted() calls on unsorted sets stable
Sun, 05 Jun 2016 23:01:46 -0400 Augie Fackler TagMap: stop automagically running 'hg svn rebuildmeta'
Fri, 27 Mar 2015 16:44:05 -0700 Siddharth Agarwal tests: always compare manifest keys in sorted order
Sat, 22 Feb 2014 18:26:48 -0600 Sean Farley svnmeta: turn tags into lazy property
Mon, 03 Feb 2014 01:55:56 -0500 Augie Fackler compathacks: new module to collect hacks to work around hg internals changing
Fri, 09 Aug 2013 23:46:01 +0200 Dan Villiom Podlaski Christiansen test_tags: use stupid mode metaclass
Wed, 07 Aug 2013 16:00:52 +0200 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
Mon, 10 Sep 2012 22:42:49 +0200 Patrick Mezard Fix more peer breakage with old hg versions
Thu, 19 Jul 2012 16:01:17 -0700 Bryan O'Sullivan tests: fix regressions introduced by peer classes in hg 2.3
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: add a load_and_fetch() returning the repo_path
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:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
Wed, 14 Jul 2010 15:39:18 +0200 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
Sun, 28 Jun 2009 12:50:52 +0200 Dan Villiom Podlaski Christiansen test_tags: improve test output.
Tue, 23 Feb 2010 17:16:51 +0100 Dirkjan Ochtman svncommands: make repo optional (useful for things like listauthors)
Sat, 06 Feb 2010 10:36:21 -0600 Augie Fackler tags: fix files edited during tag creation
Sat, 06 Feb 2010 10:34:49 -0600 Augie Fackler clean up trailing whitespace
Tue, 02 Feb 2010 21:36:08 +0100 Patrick Mezard Extend issue119 to full original weirdness
Sat, 30 Jan 2010 10:01:03 +0100 Patrick Mezard Handle subdirectory tags in stupid mode (issue119)
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard test_tags: rewrite both the test and the fixture script
Fri, 22 Jan 2010 18:01:19 -0600 Patrick Mezard Handle tag subdirectory as tag in replay mode (issue119)
Sat, 18 Jul 2009 22:30:59 -0500 Augie Fackler tags: handle the most recent commit being an edit to an svn tag properly
Wed, 01 Jul 2009 14:42:46 -0500 Augie Fackler tags: handle copyfrom old versions of tags more correctly
Fri, 26 Jun 2009 14:53:58 -0500 Augie Fackler tags: allow editing tags of closed branches without reopening the branch
Fri, 26 Jun 2009 11:12:14 -0500 Augie Fackler tags: handle tags from edited tags.
Fri, 26 Jun 2009 10:34:32 -0500 Augie Fackler tags: Handle edits to edited tags.
Tue, 23 Jun 2009 22:15:20 -0500 Augie Fackler tags: handle editing a tag and its source branch simultaneously
Tue, 23 Jun 2009 21:38:27 -0500 Augie Fackler tags: handle edits to tags as gracefully as possible
Mon, 15 Jun 2009 12:26:19 -0500 Augie Fackler tests: fix for new branch heads change in upstream hg.
Wed, 10 Jun 2009 09:35:45 +0200 Dirkjan Ochtman tags: end branch while tagging instead of creating extra changeset
Mon, 01 Jun 2009 11:21:47 -0500 Augie Fackler tags: Fix an improper parent calculation.
Sat, 30 May 2009 20:18:14 -0500 Augie Fackler tags: fix handling for certain nonstandard tag layouts.
Sat, 30 May 2009 19:46:03 -0500 Augie Fackler test_tags: Add a test that verifies tags get deleted properly even in the presence of somewhat odd branching.
Fri, 29 May 2009 15:28:44 +0200 Dirkjan Ochtman Use tbdelta to push added tags into .hgtags.
Fri, 29 May 2009 15:24:12 +0200 Dirkjan Ochtman Make branch closing more Mercurial-like.
Wed, 13 May 2009 21:39:39 -0500 Augie Fackler Reorganize to have a more conventional module structure.
Fri, 15 May 2009 19:18:43 +0200 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
Wed, 24 Dec 2008 11:17:50 -0600 Augie Fackler Import cleanup thanks to pyflakes.
Tue, 23 Dec 2008 11:10:32 -0600 Augie Fackler fetch: Refactor extra creation to be shared by real and diff replay.
Wed, 10 Dec 2008 14:29:05 -0600 Augie Fackler hg_delta_editor: fix bad parent revision calculation in the case of a branch
Thu, 04 Dec 2008 13:10:40 -0600 Luke Opperman tag_repo: remove gentags command, extend repo.tags(), HgChangeEditor now takes either repo or repo_path
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
Mon, 20 Oct 2008 16:39:53 -0500 Augie Fackler Add a test that proves renaming a branch to make a tag works properly.
Fri, 10 Oct 2008 14:19:06 -0500 Augie Fackler Change the format of generated tags so they are tag/$tag instead of tag:$tag so that you can use them as revision args in diff.
Wed, 08 Oct 2008 20:37:01 -0500 Augie Fackler Add tests for tags and fix a bug in the tag-finding code that was found by the tests.