udr

udr 1.0

udr is a Unicode dict reader in the spirit of csv.DictReader that recodes lines in UTF-8. It mostly extends the csv UnicodeReader from the python csv docs and makes it a dict reader.Thanks go to the authors of csv, csv.DictReader and the csv doc...

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...

hg-github

hg-github 0.1.4

hg-github is a Mercurial plugin that wraps hg-git, and supports a work-flow where repositories are hosted on Bitbucket and mirrored on GitHub. This work-flow normally requires adding Git paths to each repository's config file, and creating Mercurial...

autohook

autohook 1.1.0

autohook can be configured in any hgrc (system, user, repo) and trigger for a push (pretxnchangegroup) into any repository that uses that hgrc. Can load external (Python) hooks that needs to accept parameters repo, user, start revison, end...

Onzen

Onzen 0.03

Onzen is an open source graphical software that provides a friendly user interface (GUI) for popular revision control systems, such as Git, CSV, Mercurial or Subversion.With this software, users will be able to view, commit, update, diff, revert, remove,...

bzr-rewrite

bzr-rewrite 0.6.3

bzr-rewrite is a plugin for the Bazaar Revision Control System that offers commands for rebasing.The plugin allows users to rebase branches, kinda like git-rebase in git.Requirements:Python Bazaar Revision Control...

Repocafe

Repocafe 0.13.1

Repocafe is an open source web-based software that lets users and system administrators to manage subversion repositories.With Repocafe, admins can easily set up a SVN (Subversion) hosting service, users can easily collaborate with each other, users...

gitver

gitver 0.3.1

gitver is an open source, freely distributed, easy-to-use, simple and flexible command-line software that has been designed from the ground up to act as a version string management for Git, based on tags.Generates Git version stringsIn other words, the...

gc-utils

gc-utils 0.2.3

gc-utils package contains a small set of scripts that let you import and update CVS repositories into git very easy and let you export patches back into a CVS working copy.To makes the exchange easy, gc-utils stores the CVS working copy into a...

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...