log tests/test_tags.py @ 133:2242dd1163c6

age author description
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.