aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2011-03-29 22:44:55 +0200
committerPeter Bex <peter@more-magic.net>2011-03-29 22:44:55 +0200
commitd28a0c5e85ff5d8c500bdb153d826fc52699b880 (patch)
tree3025f60f9c8d9c1158c744741eb044692668ffcf
parent99fd3c030b8064225ed8738d655151c7f9f4bd13 (diff)
downloadhg-egg-author-d28a0c5e85ff5d8c500bdb153d826fc52699b880.tar.gz
Add README file to test how that works on bitbucket
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..866029e
--- /dev/null
+++ b/README
@@ -0,0 +1,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. \ No newline at end of file