- 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 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
-
- 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
-
- 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
-
- Feb 05, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Feb 06, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This is mostly copied from a similar section I wrote on the Mercurial wiki.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
This avoids clobbering the `git` extension, bundled with Mercurial.
-
- Feb 02, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This should both be more reliable and thorough.
-
Dan Villiom Podlaski Christiansen authored
-
- Feb 22, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Feb 01, 2021
-
-
Georges Racinet authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 11, 2021
-
- Feb 01, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 12, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 11, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This changes the pipeline to use job for each ABI; this is somewhat slower but more robust.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
fixes #328
-
- Feb 01, 2021
-
-
Georges Racinet authored
It was still listed in TODO.txt, despite having been implemented in 2013 with 503d403fc040.
-
- Dec 10, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
...and while at it, don't rely on an implementation detail; rather than just creating the directory, do a proper export
-
- Jan 29, 2021
-
-
Dan Villiom Podlaski Christiansen authored
The Git documentation clearly states that slash is the only valid directory separator in a .gitignore file, but its implementation disagrees. Although lines starting with a \ may in fact be an escaped exclamation mark, this is at least an improvement.
-
- Jan 28, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-