We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-r=...
-r ...
1 parent 71df02c commit 6d77d7bCopy full SHA for 6d77d7b
src/pip/_internal/vcs/mercurial.py
@@ -31,7 +31,7 @@ class Mercurial(VersionControl):
31
32
@staticmethod
33
def get_base_rev_args(rev: str) -> List[str]:
34
- return ["-r", rev]
+ return [f"-r={rev}"]
35
36
def fetch_new(
37
self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int
0 commit comments