summaryrefslogtreecommitdiff
path: root/contrib/hg-to-git/hg-to-git.py
Commit message (Expand)AuthorAgeFilesLines
* hg-to-git: make it compatible with both python3 and python2Hervé Beraud2019-09-181-25/+25
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* hg-to-git: --allow-empty-message in git commitma/hg-to-gitMaurĂ­cio C Antunes2013-07-231-1/+1
* Add checks to Python scripts for version dependencies.Eric S. Raymond2012-12-281-0/+5
* Correct references to /usr/bin/python which does not exist on FreeBSDR. Tyler Ballance2010-03-241-1/+1
* hg-to-git: fix COMMITTER type-oBart Trojanowski2010-01-121-4/+4
* hg-to-git: don't import the unused popen2 moduleMiklos Vajna2009-08-041-1/+1
* hg-to-git: use git init instead of git init-dbMiklos Vajna2008-07-051-1/+1
* hg-to-git: rewrite "git-frotz" to "git frotz"Miklos Vajna2008-07-051-10/+10
* hg-to-git: abort if the project directory is not a hg repoMiklos Vajna2008-07-051-1/+4
* hg-to-git: avoid raising a string exceptionMiklos Vajna2008-07-051-1/+1
* hg-to-git: add --verbose optionJohannes Schindelin2008-05-261-5/+13
* hg-to-git: fix parent analysisStelian Pop2008-02-151-1/+1
* hg-to-git: improve popen callsMark Drago2008-01-151-24/+22
* hg-to-git: handle an empty dir in hg.Junio C Hamano2007-12-061-1/+1
* hg-to-git speedup through selectable repack intervalsMichael Gebetsroither2007-10-151-3/+11
* Add hg-to-git conversion utility.Stelian Pop2007-02-051-0/+233