= Mercurial mirror of the trunk = https://bitbucket.org/openscenegraph/osg == Mercurial == * on Windows * TortoiseHG : http://tortoisehg.codeplex.com/releases/view/39796 * on Mac * hg :command line mercurial * on Linux * hg : command line : apt-get install mercurial #emerge mercurial == Learning Mercurial == * http://hginit.com/ * http://pypi.python.org/pypi/hgsvn/ == Workflow == This workflow is intended for users who need to stay on top of OpenSceneGraph activity but do not intend to modify it for they own need nor contribute some enhancements or bug correction back. === Initial checkout === {{{ https://bitbucket.org/openscenegraph/osg }}} === Update === {{{ hg pull -u }}}