- Jun 13, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Specifically: * "git push --quiet --set-upstream" was not quiet when setting the upstream branch configuration, which has been corrected.
-
- May 28, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- May 21, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This was broken under Python 3.
-
- May 13, 2021
-
-
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 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
-