Top-rated recipes tagged "hg"http://code.activestate.com/recipes/tags/hg/top/2009-07-21T23:40:53-07:00ActiveState Code RecipesUpdate Source Directories (Python) 2009-07-21T23:40:53-07:00Alia Khourihttp://code.activestate.com/recipes/users/4169084/http://code.activestate.com/recipes/576853-update-source-directories/ <p style="color: grey"> Python recipe 576853 by <a href="/recipes/users/4169084/">Alia Khouri</a> (<a href="/recipes/tags/bzr/">bzr</a>, <a href="/recipes/tags/git/">git</a>, <a href="/recipes/tags/hg/">hg</a>, <a href="/recipes/tags/svn/">svn</a>, <a href="/recipes/tags/vcs/">vcs</a>). </p> <p>A convenience script to update a pre-specified folder containing subversion, mercurial, bazaar, and/or git source folders</p> <p>To use it: </p> <ul> <li><p>change the 'src' variable below to point to your source folder</p></li> <li><p>name this script to something appropriate (I call it 'update')</p></li> <li><p>put it into a directory on your PATH</p></li> </ul>