From c4cab3cea5c279b50ca3984f06001fb407563b7c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 21 Jun 2013 19:49:52 -0400 Subject: setup for git --- .gitignore | 10 ++++++++++ .hgignore | 12 ------------ .hgtags | 10 ---------- docs/build/changelog.rst | 7 +++++++ docs/build/front.rst | 8 +++++--- 5 files changed, 22 insertions(+), 25 deletions(-) create mode 100644 .gitignore delete mode 100755 .hgignore delete mode 100644 .hgtags diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9e5e52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.pyc +build/ +dist/ +docs/build/output/ +*.orig +alembic.ini +tox.ini +.venv +.egg-info +.coverage diff --git a/.hgignore b/.hgignore deleted file mode 100755 index 8f64b24..0000000 --- a/.hgignore +++ /dev/null @@ -1,12 +0,0 @@ -syntax:regexp -^build/ -^docs/build/output -.pyc$ -.orig$ -.egg-info -.*,cover -.un~ -\.coverage -\.DS_Store -test.cfg -^.venv diff --git a/.hgtags b/.hgtags deleted file mode 100644 index 2affc1f..0000000 --- a/.hgtags +++ /dev/null @@ -1,10 +0,0 @@ -17fc08fec5474fe4734b55dab67dfbc56c44339c rel_0_1_0 -ff1071e455519fae7ee377337668f77bf78aa30f rel_0_2_0 -3049dc0931e5f3967d37dc2f12cd95bd74104b0d rel_0_2_1 -563831b44738431b7557f49a607cc7d5a73e1f69 rel_0_2_2 -0955bd5ce1bfb027e2090c2d856552a9b9174168 rel_0_3_0 -6905fecaaf4741ce7f595f29c7a64a4e64596326 rel_0_3_1 -92724dd22e831a9c121fb822d8f2c49d03b69f8a rel_0_3_2 -a02e016e8ee567a2df4c29f77f773012b26c860e rel_0_3_3 -a7fdf2b9d0d342e9467c164dbba3a2042ab9eda1 rel_0_4_0 -5113ddecf6da80a0a0f090b9e052b759a799e4f1 rel_0_4_1 diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 9d2f0be..540630b 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,13 @@ Changelog ========== .. changelog:: + :version: 0.4.2 + + .. change:: + :tags: misc + + Source repository has been moved to git. + :version: 0.4.1 :released: Sat Jan 19 2013 diff --git a/docs/build/front.rst b/docs/build/front.rst index 1b01641..9e77ea6 100644 --- a/docs/build/front.rst +++ b/docs/build/front.rst @@ -8,7 +8,9 @@ Project Homepage ================ dogpile.core is hosted on `Bitbucket `_ - the lead project page is at https://bitbucket.org/zzzeek/dogpile.core. Source -code is tracked here using `Mercurial `_. +code is tracked here using Git. + +.. versionchanged:: 0.4.2 Moved source repository to git. Releases and project status are available on Pypi at http://pypi.python.org/pypi/dogpile.core. @@ -28,7 +30,7 @@ Installation via source distribution is via the ``setup.py`` script:: Community ========= -dogpile.core is developed by `Mike Bayer `_, and is +dogpile.core is developed by `Mike Bayer `_, and is loosely associated with the `Pylons Project `_. As usage of dogpile.core and dogpile.cache increases, it is anticipated that the Pylons mailing list and IRC channel will become the primary channels for support. @@ -37,7 +39,7 @@ Bugs ==== Bugs and feature enhancements to dogpile.core should be reported on the `Bitbucket issue tracker -`_. If you're not sure +`_. If you're not sure that a particular issue is specific to either dogpile.cache or dogpile.core, posting to the `dogpile.cache issue tracker `_ is likely the better place to post first, but it's not critical either way. -- cgit v1.2.1