Am 02.11.16 um 02:24 schrieb Adam Jensen: > I am somewhat new to Mercurial and Bitbucket but I've set up an account > and cloned the repository. Does anyone know of a tutorial or blog that > describes a work-flow, process, or development methodology that fits > this situation? > > There is the canonical Bitbucket repository: > https://bitbucket.org/naviserver/naviserver/ > > And my clone of that repository: > https://bitbucket.org/hanzer/nsclone > > At this point, do I 'hg pull' from /naviserver, then modify and 'hg > push' to /nsclone? Any clarification or useful references will be much > appreciated! mercurial can be understood as a "simpler git". up to a certain point, one has the same commands like in git ("pull", "push"), but later the details certainly differ. My impression is that git allows more detailed configuration, but i have to say, for i we need in the naviserver project, mercurial works perfectly smooth and fine.
concerning pull requests: Check out the following pages. https://confluence.atlassian.com/bitbucket/create-a-pull-request-774243413.html https://confluence.atlassian.com/bitbucket/work-with-pull-requests-223220593.html The easiest approach is probably to commit your changes to your cloned request, push it to your clone, and issue the pull request via the web-interface of bitbucket. all the best -g ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ naviserver-devel mailing list naviserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/naviserver-devel