HG: fork web app project to separate API code from app code
- by cs_brandt
I have a web app thats been in active development for about 8 months now and its becoming apparent that the project has a need to maintain a separation between app specific code and our OO Javascript API.
What I would like to do is have another repository with the following general structure of the js API code.
repo_name
|
+---build
|
…