projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8779fc6
)
Simpler undo message in release.py's help.
author
W. Trevor King
<wking@drexel.edu>
Thu, 21 Oct 2010 12:18:48 +0000
(08:18 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 21 Oct 2010 12:18:48 +0000
(08:18 -0400)
release.py
patch
|
blob
|
history
diff --git
a/release.py
b/release.py
index 6481152c5cade557e37ebc077775a73454dc2538..23ac47649f0ce76b05baefc148d0897e592264fd 100755
(executable)
--- 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,