| Blockland Forums > Modification Help |
| Zombies are People, Too |
| << < (5/31) > >> |
| CityRPG:
--- Quote from: DontCare4Free on February 09, 2012, 05:56:00 PM ---So it'll be opened publicly after that? --- End quote --- That's the idea, yes, unless I start making changes to the GUI. |
| DontCare4Free:
--- Quote from: CityRPG on February 09, 2012, 06:09:43 PM ---That's the idea, yes, unless I start making changes to the GUI. --- End quote --- Maybe have a public "stable" repo and then a branch or private fork for doing stuff like this? |
| CityRPG:
--- Quote from: DontCare4Free on February 09, 2012, 06:34:48 PM ---Maybe have a public "stable" repo and then a branch or private fork for doing stuff like this? --- End quote --- I don't know how to do that.... |
| DontCare4Free:
--- Quote from: CityRPG on February 09, 2012, 06:37:55 PM ---I don't know how to do that.... --- End quote --- To create a named branch, just execute the following --- Code: ---hg branch unstable hg commit -m "Added branch unstable" hg push -f --- End code --- hg branch sets the branch name of the working directory, the -f argument to hg push means that it should push even if it would create an extra head on the server (default is to bail). Switching between them is done by "hg update default" and "hg update unstable". To create a private fork, simply click the fork button on the repo and select private. Then add it to [paths] (either do this by with the diskette button in the "sync" view of TortoiseHG or by modifying .hg/hgrc manually. |
| ArmyUnit:
I am so glad to see that you are still working on this! I sent you a list of suggestions a very long time ago. I'll dig up the PM if you still want to see it. And I'd be happy to make that tank model for you. |
| Navigation |
| Message Index |
| Next page |
| Previous page |