gitwalker

gitwalker 0.1.6

gitwalker is a Python tool for collecting data from git repositories. It automates the process of checking out each revision, running some command and logging the output to a JSON file. Additional commands can be added by writing Python classes.What...

shelve

shelve 0.0.1

shelve is a command-line tool that supports shelving changes for Mercurial and Subversion (1.7.x+) repositories similar to ``git stash``.  One major difference with ``git stash`` is that changes are not stored in a stack, but rather as a named...

svnfiltereddump

svnfiltereddump 1.0 Beta 4

svnfiltereddump is a Python tool that allows to extract parts of Subversion repositories.It is a bit like svndumpfilter or svndumpfilter2. But it has less limitations and has the ability to drop drop old revisions.The source repository must be given on...

VCSTodo

VCSTodo 0.1.1

VCSTodo is a human and VCS friendly text based task manager.VCSTodo is a CLI program in the same spirit as Todotxt and many others.SetupThere is no pypi entry, but you can install it doing:pip install git+git://repoUsageAt your project root:tdo initAdd a...

gitrecipe

gitrecipe 0.0.2

gitrecipe uses system git command and its syntax.Usage:Recipe clones git repository and checkouts to revision, if it is provided in configuration. You can use recipe like this:[buildout]parts = data[data]recipe = gitreciperepository =...

git-svn-helpers is a collection of command line tools that greatly simplifies using git for svn repositories.git-svn-helpers's main goal is to make setting up a local git repository following an existing svn checkout a 'no-brainer'.It also addresses using...

hgcampfire

hgcampfire 0.3.2

hgcampfire is a Mercurial hook to notify a Campfire chatroom about changesets coming in to a repository.Usage:Add the following to your Mercurial config (in a system, user, or repo-level hgrc file), replacing the API key, URL, and room...

Synkie

Synkie 0.2.4

Synkie is a Python tool that watches a part of a git repository, committing and pushing changes as they occur. It provides optional desktop notification in case of errors. It does not cope with merge errors, these have to be manually...

Mr-Repo

Mr-Repo 0.2.10

Mr. Repo is a repo management script written in Python. It's very simple. Basically, it turns whatever directory Mr. Repo is initialized into a configurable repository of Git repositories. It creates two files to keep track of its state.- A YAML file...