Feature #1981
display mercurial tags
Status: | Closed | Start date: | 2008-10-02 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | SCM | |||
Target version: | 1.2.0 | |||
Resolution: | Fixed |
Description
I'm sure this one is easy. Mercurial tags are just a file (.hgtags) with a mapping: name -> md5sum/revision.
I would propose a patch but i dont know ruby nor rails.
Related issues
Associated revisions
scm: mercurial: entries unit lib test for tag (#1981).
scm: mercurial: support tags at adapter (#1981).
Contributed by Yuya Nishihara.
scm: mercurial: unit test for tags at adapter (#1981).
scm: mercurial: add test of non ASCII tag in unit adapter test (#1981).
scm: mercurial: latest changesets improvement and supporting tag (#1981).
scm: mercurial: add latest changesets supporting tag test in unit model test (#1981).
scm: mercurial: add tag test in functional test (#1981).
History
#1
Updated by Thomas Capricelli over 13 years ago
No return on this one ? is this request kind of.. weird ? or is it here already ?
#2
Updated by Toshi MARUYAMA over 12 years ago
- % Done changed from 0 to 90
Please see #4455 - Mercurial overhaul.
#3
Updated by Toshi MARUYAMA over 11 years ago
- Assignee set to Toshi MARUYAMA
#4
Updated by Toshi MARUYAMA over 11 years ago
- % Done changed from 90 to 0
#5
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from New to Closed
- Target version set to 1.2.0
- Resolution set to Fixed
I finished implementing until r5131.