Mercurial
Mercurial
>
hg-stable
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
mercurial/pure/__init__.py
author
Gregory Szorc <gregory.szorc@gmail.com>
Sat, 26 Jan 2019 10:57:17 -0800
changeset 41429
6e9bebb65ce7
parent 16438
28a90cdf0ca0
permissions
-rw-r--r--
statichttprepo: use str to appease Python 3 The URL fed into urllib and HTTP headers need to be str on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5716