Yuya Nishihara
e3c85d6ecc
revset: convert root symbol to function
...
The idea is that we can fully eliminate special symbols that would otherwise
shadow user branches, tags, or change ID prefixes.
Closes #2095
2023-09-04 10:36:30 +09:00
Yuya Nishihara
ce3d28e234
git: do not import refs from remote named "git"
...
I made it simply fail on explicit fetch/import, and ignored on implicit import.
Since the error mode is predictable and less likely to occur. I don't think it
makes sense to implement warning propagation just for this.
Closes #1690 .
2023-08-29 22:50:46 +09:00
Vladimir Petrzhikovskii
386f002f5a
git: add --all-remotes to git fetch
2023-08-24 12:52:41 +02:00
Ilya Grigoriev
872a0932cd
cli tests: Move current_operation_id
to test_utils
2023-08-22 17:39:56 -07:00
Martin von Zweigbergk
0075174308
tests: move tests/
under cli/
so they're run again
...
Thanks to @ilyagr for noticing that they should be moved.
2023-08-05 06:18:59 +00:00