blob: 866029e73a2a592a466de5555ebe01fd13b09464 (
plain)
1
2
3
4
5
6
7
|
This is a simple Mercurial extension which adds an "eggtag" command.
When you want to make a new release, just type
hg eggtag 0.1
The command will automatically tag and add an entry to your egg's
release-info file corresponding to this release.
|