- Dec 22, 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.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
The doctests are hard to read & modify.
-
- Jan 09, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 14, 2014
-
-
Dan Villiom Podlaski Christiansen authored
Refer to Mercurial by its proper name, and refer to changesets as such.
-
Dan Villiom Podlaski Christiansen authored
While at it, don't point to the old repository, and elaborate on problems on Windows. See #335
-
- Dec 14, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 08, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This fixes converting commits that build on obsoleted changesets.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 13, 2020
-
-
Dan Villiom Podlaski Christiansen authored
fixes #193
-
- Dec 23, 2020
-
-
Dan Villiom Podlaski Christiansen authored
GitLab and GitHub output something like this for the SSH location: git@github.com:hg-git/hg-git.github.com.git Previously, cloning and pulling from them on Windows didn't work, as the path was reinterpreted as a local path, made absolute and then saved into `.hgrc`. The same happened on pull, even if you corrected the definition. I've adjust `test-networking.t` to use this type of path instead of the `git+ssh://` scheme, as it's more likely to break. Fixes #335.
-
- Jan 08, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 13, 2020
-
-
Dan Villiom Podlaski Christiansen authored
while at it, I adjusted the warnings message to be consistent with Mercurial's style: warning: not exporting bookmark 'whatever' due to invalid name See the bug for an example of the stack trace. Fixes #163
-
- Dec 24, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 18, 2020
-
-
muxator authored
Mercurial passed from raising LookupError to a more specific AmbiguousPrefixLookupError in df0873ab5c14 (2018-04-13), which was released in v4.8 (2018-10-28). This will, in time, allow to simplify a special handling code in TortoiseHg (see ba2dc2a07224 there).
-
muxator authored
This is correct behaviour. The test's purpose is showing that next commit keeps the external behaviour.
-
- Dec 13, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 21, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 14, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 21, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 11, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 12, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 11, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 10, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 09, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Due to a bug in `run-tests.py`, relative paths are to the test directory, not the current directory. Work around this by specifying an absolute path, so that we don't break if it's fixed.
-
- Dec 12, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Nov 21, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- May 08, 2020
-
-
Manuel Jacob authored
Based on idea from timeless.
-
Manuel Jacob authored
-
- Dec 09, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-