# HG changeset patch # User Mike Miller # Date 1459882765 25200 # Node ID 313932d566c9c35aaacbfb6486116c2d674c05f0 # Parent 5fbb861c45fc57d082fd68d0ee8f1cab44906167 doc: Update project URL and repository location * README, configure.ac: Update project URL and repository to point to the bitbucket repository. diff -r 5fbb861c45fc -r 313932d566c9 README --- a/README Tue Apr 05 11:48:03 2016 -0700 +++ b/README Tue Apr 05 11:59:25 2016 -0700 @@ -55,15 +55,15 @@ Project homepage ================ -https://launchpad.net/pytave +https://bitbucket.org/mtmiller/pytave Using/hacking ============= -You need the Bazaar version control software (bzr). Branch from trunk +You need the Mercurial version control software (hg). Clone the repo with: - $ bzr branch lp:pytave + $ hg clone https://bitbucket.org/mtmiller/pytave You will now have a directory called `pytave' with source code for the module. Read the INSTALL file for building instructions. diff -r 5fbb861c45fc -r 313932d566c9 configure.ac --- a/configure.ac Tue Apr 05 11:48:03 2016 -0700 +++ b/configure.ac Tue Apr 05 11:59:25 2016 -0700 @@ -21,7 +21,7 @@ ### . AC_PREREQ(2.61) -AC_INIT(pytave, dev, [[https://bugs.launchpad.net/pytave]]) +AC_INIT(pytave, dev, [[https://bitbucket.org/mtmiller/pytave/issues]]) # Some important programs. AC_LANG(C++)