Mercurial > public > src > hgbook
changeset 1193:2a8d40ae33ba
Redirect URLs from serpentine to bitbucket
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 06 Sep 2012 22:45:15 -0500 |
parents | 5225ec140003 |
children | 0f70d9b75066 |
files | en/examples/tour en/fixsvg |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/en/examples/tour Thu May 14 21:06:12 2009 -0700 +++ b/en/examples/tour Thu Sep 06 22:45:15 2012 -0500 @@ -10,7 +10,7 @@ #$ name: clone -hg clone http://hg.serpentine.com/tutorial/hello +hg clone https://bitbucket.org/bos/hg-tutorial-hello #$ name: ls #$ ignore: ^drwx.* @@ -141,11 +141,11 @@ #$ name: outgoing.net -hg outgoing http://hg.serpentine.com/tutorial/hello +hg outgoing https://bitbucket.org/bos/hg-tutorial-hello #$ name: push.net -hg push http://hg.serpentine.com/tutorial/hello +hg push https://bitbucket.org/bos/hg-tutorial-hello #$ name: cp hello.c ../new-hello.c