Mercurial > utils
view dvcs/myhg-tags @ 607:f5d8179656d1
hg tags with datetime.
author | Oleksandr Gavenko <gavenkoa@gmail.com> |
---|---|
date | Thu, 31 Dec 2015 23:01:24 +0200 |
parents | |
children |
line wrap: on
line source
#!/bin/sh exec hg log -r "sort(tag(),-date)" --template '{date|isodate} {node|short} {label("tags.normal", tags)}\n'