diff options
author | Peter Bex <peter@more-magic.net> | 2011-03-29 22:47:45 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2011-03-29 22:47:45 +0200 |
commit | b60128ec8b1ea85cbb18b6df8440a4f278b10331 (patch) | |
tree | 0dca53948edb02b5f38d8b5165f8c03c2366928d | |
parent | d28a0c5e85ff5d8c500bdb153d826fc52699b880 (diff) | |
download | hg-egg-author-b60128ec8b1ea85cbb18b6df8440a4f278b10331.tar.gz |
Add instructions here too
-rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -4,4 +4,11 @@ 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.
\ No newline at end of file +release-info file corresponding to this release. + +You only need the python file (can be downloaded using the source code +browser, and then viewing the "raw" source). Just drop it in your ~/.hg +directory and add the following to your .hgrc: + +[extensions] +egg-author=~/.hg/egg-author.py |