- Aug 13, 2012
-
-
kiilerix authored
-
- Aug 06, 2012
- Aug 04, 2012
-
-
David M. Carr authored
This changeset doesn't remove any previous major releases. Instead, I just updated major releases to their latest minor release, and added major releases that have been released since this was last updated.
-
David M. Carr authored
On Hg 1.5.4, util.version() appears to return "unknown", which wasn't an expected value in the version parsing logic in test-incoming and test-outgoing. The net result of the change is that test-incoming no longer fails in 1.5.4, but is skipped instead.
-
David M. Carr authored
As demonstrated by the test suite, it was already broken. Specifically, the "Remove any dangling tag references." section of git_handler.py wasn't properly detecting Hg 1.4, and fell through to a call to util.safehasattr, which didn't yet exist.
-
- Aug 03, 2012
-
-
David M. Carr authored
Both were failing due to extra spaces in the output from merges, which seems to have been caused by a sed expression not working as intended. According to my copy of "man re_format", basic regular expressions (such as used by sed without the -E option) don't support using + as a special character. Thus, I replaced it with one of the recommended alternatives (x+ to xx*).
-
- Jul 31, 2012
-
-
durin42 authored
-
- Aug 01, 2012
-
-
David M. Carr authored
Without this change, the test is skipped for modern versions of Mercurial with minor version less than 5, despite the test actually passing for said versions.
-
- 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.
-
- Jul 05, 2012
-
-
Brian Warner authored
--- README.md | 4 ++++ 1 file changed, 4 insertions(+)
-
- May 12, 2012
-
-
durin42 authored
-
- Apr 21, 2012
- Mar 31, 2012
-
-
Augie Fackler authored
-
Sean Farley authored
-
Augie Fackler authored
-
- Feb 23, 2012
-
-
mike bayer authored
to put more legit author names in the outgoing git repo
-
- Feb 25, 2012
-
-
mike bayer authored
-
- 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
-
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
-
- Nov 11, 2011
-
-
Arne Babenhauserheide authored
-
- 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.
-
- Oct 09, 2011
-
-
Tay Ray Chuan authored
Since git v1.7.7, merge outputs its status in the form Merge made by the * strategy. Use a regex substitution, so that older versions are handled successfully as well. Signed-off-by:
Tay Ray Chuan <rctay89@gmail.com>
-
- Sep 13, 2011
-
-
Augie Fackler authored
-