summaryrefslogtreecommitdiff
path: root/hg2git.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6 from aried3r/masterupstream/20120921frej2012-08-101-1/+1
|\
| * Organized importsAnton Rieder2012-08-071-1/+1
* | Make hg-fast-export work on WindowsDaniel Harding2012-05-281-1/+1
|/
* Support the case where the author field has an empty email address, i.e. it i...Barry Wardell2011-11-261-1/+1
* Use hg methods to extract name and email when doing user fixupPaul O’Shannessy2011-10-181-9/+8
* Remove \" from the user string before trying to extract name and emailupstream/20110318Frej Drejhammar2011-03-181-0/+1
* Maintain backwards compatibility for ui setupRocco Rutte2009-05-251-2/+5
* Update to work with mercurial ui refactoringsRocco Rutte2009-05-141-1/+2
* hg-fast-export: add option to track remote branches under a custom namespaceFabrizio Chiarello2008-12-201-0/+8
* hg2git: Update copyrights and maintainership information.Rocco Rutte2008-11-251-1/+1
* hg-fast-export: Make default branch customizableFabrizio Chiarello2008-09-191-0/+4
* hg-fast-export: work still if git-commands are not in PATHJonathan Nieder2008-07-311-1/+1
* Revert "hg2git: Replaces space with "_" in branches name"Rocco Rutte2008-06-031-1/+1
* Clarify where 'HEAD' branch name comes fromRocco Rutte2008-05-301-2/+3
* hg2git: Replaces space with "_" in branches nameFelipe Zimmerle2008-05-301-1/+1
* hg2git.py: Allow consumers to modify keys of dicts returned by load_cache()Rocco Rutte2007-10-221-2/+5
* hg2git.py: Use git-rev-parse to get SHA1s instead of reading files below refs...Rocco Rutte2007-10-221-4/+9
* hg2git.py: Map 'HEAD', 'default' and '' hg branches to 'master' in gitRocco Rutte2007-10-221-1/+2
* hg-reset.py: Print details for changed branches onlyRocco Rutte2007-03-191-0/+9
* Add hg2git.py with library routinesRocco Rutte2007-03-191-0/+78
* Use MIT license, adjust hg2git script names to match fast-export repo styleRocco Rutte2007-03-141-450/+0
* hg2git.py: Only print verification message for branches we haveRocco Rutte2007-03-141-1/+2
* hg2git.py: Add simple delta revision feedRocco Rutte2007-03-141-14/+33
* hg2git.py: Create only leightweight tagsRocco Rutte2007-03-141-8/+2
* hg2git.py: add -f/--force option to bypass validation checksRocco Rutte2007-03-131-9/+11
* hg2git.py: Bail out for certain errorsRocco Rutte2007-03-131-3/+15
* Add a note about hg's unnamed branches and multiple headsRocco Rutte2007-03-131-1/+1
* hg2git.py: For the first revision, feed out full manifestRocco Rutte2007-03-131-13/+30
* hg2git.py: Don't complain die for non-existent headsRocco Rutte2007-03-121-4/+7
* hg2git.py: Remove leading/trailing spaces from authormapRocco Rutte2007-03-121-1/+1
* hg2git.py: Allow for spaces in authorfileRocco Rutte2007-03-121-1/+1
* Basic support for an author mapRocco Rutte2007-03-121-1/+26
* hg2git.py: Fix typo saving status to headsfile instead of statusfileRocco Rutte2007-03-121-1/+1
* hg2git.py: Display our max revision as progress, not tipRocco Rutte2007-03-121-1/+1
* hg2git.py: Disable parsing Signef-off-by lines and add -s to enableRocco Rutte2007-03-121-9/+12
* Basic support for command line options in hg2git.pyRocco Rutte2007-03-121-4/+32
* Only attempt to verify heads hg has, tooRocco Rutte2007-03-101-5/+12
* hg2git.py: Add support for extracting authorship from Signed-off-by linesRocco Rutte2007-03-091-11/+68
* hg2git.py: Add support for user-defined hg author -> git author mappingRocco Rutte2007-03-091-10/+14
* hg2git.py: Refactor main code into hg2git() functionRocco Rutte2007-03-081-4/+9
* Don't use checkpointRocco Rutte2007-03-081-3/+3
* Distinct between added, changed and removed files for UI outputRocco Rutte2007-03-071-16/+18
* Only attempt to export tags in our input rangeRocco Rutte2007-03-071-7/+12
* Don't restore checkpoint count from cacheRocco Rutte2007-03-071-2/+1
* Speedup: Use manifest and compare checksums to detect changesRocco Rutte2007-03-071-28/+54
* Link and not merge first branch of incremental importRocco Rutte2007-03-061-0/+3
* Provide two versions of getting changes per manifestRocco Rutte2007-03-061-3/+11
* Initial importRocco Rutte2007-03-061-0/+230