From: W. Trevor King Date: Thu, 21 Oct 2010 12:18:48 +0000 (-0400) Subject: Simpler undo message in release.py's help. X-Git-Tag: 1.0.0~4^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c3d3f531440102986c83bf6611f45e81c9e636b3;p=be.git Simpler undo message in release.py's help. --- diff --git a/release.py b/release.py index 6481152..23ac476 100755 --- a/release.py +++ b/release.py @@ -149,9 +149,9 @@ Create a git tag and a release tarball from the current revision. For example %prog 1.0.0 -You may wish to test this out in a dummy branch first to make sure it -works as expected to avoid the tedium of unwinding the version-bump -commit if it fails. +If you don't like what got committed, you can undo the release with + $ git tag -d 1.0.0 + $ git reset --hard HEAD^ """ p = optparse.OptionParser(usage) p.add_option('--test', dest='test', default=False,