Skip to content
This repository was archived by the owner on Oct 23, 2019. It is now read-only.

Commit 3dbe33f

Browse files
committed
Repository structure housekeeping
--HG-- rename : snapshot.txt => .hgsub
1 parent f95143d commit 3dbe33f

File tree

5 files changed

+10
-27
lines changed

5 files changed

+10
-27
lines changed

.hgsub

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
asi-http-request = http://bitbucket.org/undees/asi-http-request
2+
brominet = http://bitbucket.org/undees/brominet
3+
server = http://bitbucket.org/undees/cocoahttpserver

.hgsubstate

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
d15b61beb81909c3344b2d7292f2a49aec790a75 asi-http-request
2+
ada1f01ea35f35ebbd1df3a37dc6d9ed0fac682c brominet
3+
061b4573b3a65d42d159f50c728729c7a78b9cb5 server

README

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,16 @@ Just Played uses the ASIHTTPRequest_ library to make network requests in the bac
1717
How to Tinker With the App
1818
--------------------------
1919

20-
If you're using Mercurial, turn on the `forest extension`_ and run these commands::
20+
If you're using Mercurial 1.3 or later, run this command:
2121

2222
hg clone http://bitbucket.org/undees/justplayed
23-
cd justplayed
24-
hg fseed snapshot.txt
2523

2624
If you're using Git, run the following commands::
2725

2826
git clone git://github.com/undees/justplayed
2927
git clone git://github.com/undees/brominet justplayed/brominet
3028
git clone git://github.com/undees/cocoahttpserver justplayed/server
31-
git clone git://github.com/pokeb/asi-http-request justplayed/asi-http-request
29+
git clone git://github.com/undees/asi-http-request justplayed/asi-http-request
3230

3331
How to Tinker With the Server
3432
-----------------------------

README.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@ Just Played uses the ASIHTTPRequest_ library to make network requests in the bac
1616
How to Tinker With the App
1717
--------------------------
1818

19-
If you're using Mercurial, turn on the `forest extension`_ and run these commands::
19+
If you're using Mercurial 1.3 or later, run this command:
2020

2121
hg clone http://bitbucket.org/undees/justplayed
22-
cd justplayed
23-
hg fseed snapshot.txt
2422

2523
If you're using Git, run the following commands::
2624

2725
git clone git://github.com/undees/justplayed
2826
git clone git://github.com/undees/brominet justplayed/brominet
2927
git clone git://github.com/undees/cocoahttpserver justplayed/server
30-
git clone git://github.com/pokeb/asi-http-request justplayed/asi-http-request
28+
git clone git://github.com/undees/asi-http-request justplayed/asi-http-request
3129

3230
How to Tinker With the Server
3331
-----------------------------

snapshot.txt

-19
This file was deleted.

0 commit comments

Comments
 (0)