gitflow

gitflow 0.5.0

gitflow is a collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model.Installing git-flowYou can install git-flow, using:easy_install gitflowOr, if you'd like to use pip instead:pip install...

git-sweep

git-sweep 0.1.1

git-sweep is a command-line tool that helps you clean up Git branches that have been merged into master.One of the best features of Git is cheap branches. There are existing branching models like GitHub Flow and Vincent Driessen's git-flow that describe...

hgcp

hgcp 0.12

hgcp is a tool that provides Mercurial cross-reposititory copy and move functions.Developer commentsWhen refactoring packages, I sometimes find the need to copy some files from one Mercurial repository to another while preserving their history. While this...

GHTix

GHTix 0.1.7

GHTix is a Python script to grab your github issues from multiple projects and spit out your open tickets and due dates associated with milestones.    $ ghtix.py -h    Usage: ghtix.py [options]   ...

ScmProj

ScmProj 0.6.2

ScmProj is a plugin for organizing set of VCS branches as united project.Installation:Current-user only install 1. Create ~/.bazaar/plugins directory if not exists 2. cd ~/.bazaar/plugins && bzr branch lp:bzr-scmproj scmprojSystem-wide...

hgsubversion is a Mercurial extension that allows the use of Mercurial as a Subversion client.At this point, hgsubversion is usable by users reasonably familiar with Mercurial as a VCS. It's not recommended to dive into hgsubversion as an introduction to...

hgtools

hgtools 3.0.2

hgtools builds on the setuptools_hg plugin for setuptools. It provides classes for inspecting and working with repositories in the Mercurial version control system.hgtools provides a plugin for setuptools that enables setuptools to find files under the...

github-distutils is a tool that provides distribute/setuptools/distutils commands for GitHub. You can use GitHub downloads instead of PyPI downloads for release.To use this, follow the instruction.InstructionFirst of all your software must be...

HG Webhooks emulates BitBucket's POST Service. Remote services receive a HTTP POST with information about a changeset encoded in JSON.Configure this hook in hgrc, it cares about the following values:[web] baseurl =...