- Sep 14, 2012
-
-
David M. Carr authored
-
- Sep 13, 2012
-
-
David M. Carr authored
-
- Sep 09, 2012
-
-
durin42 authored
-
- Sep 06, 2012
-
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
While working on some other tests, I noticed that the push command was returning exit code 1 on success. This changeset makes hgrepo.push use the same return code contract as localrepo.push, which makes the exit codes behave as expected.
-
- Aug 23, 2012
-
-
David M. Carr authored
Support for Hg 1.5.4 was removed, as it doesn't support revsets and is older than the earliest version we want to put special effort into supporting.
-
David M. Carr authored
-
David M. Carr authored
-
- Aug 28, 2012
- Aug 06, 2012
-
-
Artem Tikhomirov authored
Subrepos: generate .hgsubstate and .hgsub based on gitlinks and .gitmodules, preserve gitlinks on hg commit export. Tests included. Dependency from PyPI's ordereddict to use OrderedDict
-
- Aug 13, 2012
-
-
kiilerix authored
-
- Jul 26, 2012
- Jul 08, 2012
-
-
Toshi MARUYAMA authored
-
- Jul 26, 2012
-
-
Artem Tikhomirov authored
-
- Jul 20, 2012
-
-
durin42 authored
-
- Jul 18, 2012
-
-
Bryan O'Sullivan authored
-
- Jul 04, 2012
-
-
Kevin Bullock authored
This resolves a traceback on pull where hg-git is looking for the nonexistent repo._tagtypes.
-
- May 12, 2012
-
-
durin42 authored
-
- Apr 21, 2012
-
-
durin42 authored
-
- Mar 31, 2012
-
-
Sean Farley authored
-
- Feb 23, 2012
-
-
mike bayer authored
to put more legit author names in the outgoing git repo
-
- Feb 15, 2012
-
-
Keshav Kini authored
Includes a doctest and tests in test-hg/author for the correct behavior.
-
- Jan 28, 2012
-
-
Jason R. Coombs authored
-
- Jan 27, 2012
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Simplified URL handling with a single regular expression. This change enables port declarations with colon-separated urls.
-
Augie Fackler authored
-
- Dec 18, 2011
-
-
mike bayer authored
that mimic a branchname to be maintained on the git side without a particular suffix - e.g. if the hg repo had a branch "release_05", and a bookmark created onto it "release_05_bookmark", the branch on the git side would be named "release_05". When pulling branches back from git, if an hg named branch of that name exists, the suffix is appended back onto the name before creating a bookmark on the hg side. This is strictly so that a git repo can be generated that has the same "branch names" as an older hg repo that has named branches, and has had bookmarks added in to mirror the branch names. This is given the restrictions that A. hg named branches can never be renamed and B. hg-git only supports hg bookmarks, not branches
-
- Oct 05, 2011
-
-
Dan Villiom Podlaski Christiansen authored
I have tested this with unauthenticated pulls from Bitbucket. Authentication appears broken; I suspect this is a limitation in Dulwich.
-
- Sep 09, 2011
-
-
Ehsan Akhgari authored
Improve the parsing of author lines from Mercurial to generate committer and author lines that git can correctly understand Signed-off-by:
Ehsan Akhgari <ehsan.akhgari@gmail.com> --- I found a number of bugs when I was trying to convert Mozila's hg repository to git using hg-git. This patch fixes a number of bugs with irregular author lines present in hg repositories. Git cannot correctly process a commit object which has a committer or author line in a format that it does not understand, which makes it not be able to handle the repositories with have such commit objects. The added test cases shows the irregular cases that this patch is able to deal with.
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
'hg incoming' causes getremotechanges to be called with revs as a positional argument, which we were not correctly catching here.
-
Augie Fackler authored
-
- Jul 19, 2011
-
-
Augie Fackler authored
-
- Jul 17, 2011
-
-
Augie Fackler authored
-
- Jul 14, 2011
-
-
mcc authored
In some situations where a reference is being used but does not exist in _map_git or _map_hg, silently skip the reference rather than throwing an error. This allows hg outgoing to work on repositories which do not contain any revisions at all.
-