From d28a0c5e85ff5d8c500bdb153d826fc52699b880 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 29 Mar 2011 22:44:55 +0200 Subject: Add README file to test how that works on bitbucket --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README 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 -- cgit v1.2.3