log tests/test_tags.py @ 474:63cb630d667d

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