summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index b23757dc..36d1cf48 100644
--- a/howto.txt
+++ b/howto.txt
@@ -19,7 +19,7 @@
- Check that the docs build correctly:
$ tox -e doc
- Done with changes to source files, check them in.
- - hg push
+ - git push
- Generate new sample_html to get the latest, incl footer version number:
make clean
pip install -e .
@@ -62,7 +62,7 @@
- Visit https://pypi.python.org/pypi?:action=pkg_edit&name=coverage :
- show/hide the proper versions.
- Tag the tree
- - hg tag -m "Coverage 3.0.1" coverage-3.0.1
+ - git tag coverage-3.0.1
- Bump version:
- coverage/version.py
- increment version number
@@ -70,7 +70,7 @@
- set to alpha-0 if just released
- CHANGES.rst
- add an "Unreleased" section to the top.
-- push hg changes
+- push git changes
- Update nedbatchelder.com
- Blog post?
- Update readthedocs