- May 03, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Apr 16, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- May 04, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- May 13, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- May 12, 2021
-
-
Dan Villiom Podlaski Christiansen authored
- Feb 02, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This causes all images to appear as 20 years old, making it harder to see of some images aren't getting updated.
-
- Jan 28, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Apr 17, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Tests occasionally time out when the CI is under load.
-
- May 12, 2021
-
- May 10, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Git allows two kinds of tags: annotated and plain. Plain tags are simple refs pointing to a commit, and annotated tags point to a Tag object then pointing to the commit. The code previously assumed that all exported tags where plain tags, which would overwrite annotated tags. We recently fixed this, in cc4f3340afc9, when exporting tags from Mercurial to Git; this applies the same fix during Git discovery. Fixes #358
-
Dan Villiom Podlaski Christiansen authored
This is mostly based on a script provided by @jmb in #358.
-
- May 12, 2021
-
-
Dan Villiom Podlaski Christiansen authored
- May 09, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Pulling from Bitbucket fails under Python 2.7 without this. Reported on the list by @mharbison.
-
- May 05, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 26, 2020
-
-
Dan Villiom Podlaski Christiansen authored
The current behaviour is quite unhelpful, given that it either allows you to abort the conversion or generate a bogus repository. As an example, GitHub rejects anything with a `.git` in it. Instead, the new default is to issue a warning and simply discard the dangerous files. Although this might cause problems down the line, I'd much rather have those problems than just have hg-git give up. As an example of such a bogus repository, look no further than this one. c43c02cc803a committed some tests from Dulwich with nested Git repositories, and a061dce264b7 renamed them. Prior to this change, hg-git could not push its own repository to GitHub. Further more, Mercurial disallows paths containing carriage return (CR) and newline (NL) characters; as noted in the original Mercurial bug report that enabled this behaviour,[1] such paths appear for folder icons on macOS. This was reported on the list by Uwe Brauer.[2] Since Mercurial simply cannot store these files, we always either skip them or abort the conversion. [1] https://bz.mercurial-scm.org/show_bug.cgi?id=352 [2] https://groups.google.com/g/hg-git/c/Rz3oRzrMS3Q/m/RRq4AIMsBAAJ
-
- Dec 22, 2020
-
-
Dan Villiom Podlaski Christiansen authored
The doctests are hard to read & modify.
-
- Apr 28, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This will trigger a nice failure notification.
-
- Feb 22, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Mar 17, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 22, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Oct 23, 2020
-
-
Dan Villiom Podlaski Christiansen authored
This removes all compatibility support for Python 3.5 and earlier, and adjusts our __future__ imports to enable the `generator_stop` feature, which was optional in Python 3.5 and enabled in 3.7. See <https://docs.python.org/3/library/__future__.html> for details.
-
- Feb 01, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Apr 16, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Mar 25, 2021
-
-
Michael McNeil Forbes authored
* The package name on PyPI is hg-git not hggit. * Clearer instructions about pip install * Fixed a few other small ReST issues and added a link to the git extension. * Format code blocks. Might help users with issues like #350.
-
- Feb 02, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-