I’m trying to find the best way to do distributed development (2-person team) on Google App Engine.
Are we able to use git or mercurial on GAE?
If not, does that mean we need another server to host our source code (and then deploy from that server)?
Note: I’m a GAE noob.
Since you can develop your application without deploying it to Googles system, you can use any tool and collaboration process you want. This includes a DVCS like git or hg.