This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system. Why use Mercurial? You can do local (disconnected) work, pull the latest changes from the SVN server, manage private branches, submit patches to project maintainers, etc. And of course you have fast local operations like "hg log", "hg annotate"... Three scripts are provided: * hgimportsvn initializes an SVN checkout which is also a Mercurial repository. * hgpullsvn pulls the latest changes from the SVN repository, and updates the Mercurial repository accordingly. It can be run multiple times. * hgpushsvn pushes your local Mercurial commits back to the SVN repository. WWW: http://pypi.python.org/pypi/hgsvn it/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/starfighter
Commit message (Expand)AuthorAgeFilesLines
* - Add USES pkgconfig, forgotten in previous commitnemysis2016-01-241-1/+1
* - Update to 1.5.1.1, announce messages are here:nemysis2016-01-243-35/+267
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
* - Clarify LICENSEamdmi32016-01-101-4/+2
* Improve shebangfix frameworkamdmi32015-10-191-1/+0
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-30