Skip to content

Commit 2b13611

Browse files
committed
Capitalize Mercurial
1 parent 078c647 commit 2b13611

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pep-0581.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Issues with bpo / Roundup
6969

7070
- Less than five people maintain bpo. Some of them are core developers.
7171

72-
- It is in mercurial. Without any CI available, it puts heavy burden on existing
72+
- It is in Mercurial. Without any CI available, it puts heavy burden on existing
7373
(few) maintainers in terms of reviewing, testing, and applying patches.
7474

7575
- At its current state, it is not equipped to accept lots of contributions from
@@ -90,7 +90,7 @@ Issues with bpo / Roundup
9090
REST API [#roundup-rest-api]_. Last activity was in 2016.
9191

9292
- It sends a number of unnecessary emails and notifications, and it is difficult,
93-
if not impossible, to configure. An example, is the nosy email, where we get
93+
if not impossible, to configure. An example is the nosy email, where we get
9494
email notification whenever someone added themselves as "nosy".
9595
An issue has been filed in upstream roundup about this since 2012 with
9696
little traction [#nosy-list]_.
@@ -128,7 +128,7 @@ we already know how to do.
128128

129129
In order to really improve Roundup / bpo, it needs to first migrate to GitHub,
130130
add CI and bots. As I understand it, there is hesitation because upstream Roundup
131-
is still im mercurial. Someone more familiar with Roundup / bpo needs
131+
is still im Mercurial. Someone more familiar with Roundup / bpo needs
132132
to champion this effort. (I'm not volunteering, I'm sorry).
133133

134134
I believe the effort of creating and maintaining GitHub integrations and bots
@@ -248,14 +248,14 @@ added to the nosy list. We need to replicate this functionality.
248248
A GitHub account should not be a requirement
249249
--------------------------------------------
250250

251-
Back when it was discussed about moving the CPython codebase from mercurial
251+
Back when it was discussed about moving the CPython codebase from Mercurial
252252
to GitHub [#github-cpython-1]_ and [#github-cpython-2]_, it was brought up we
253253
need to still allow uploading patches in bpo.
254254

255255
If bpo is made readonly, we'll need to come up with a different solution.
256256

257257
Related to this, since the migration to GitHub in 2017, I recall one case
258-
[#gh-1505]_ where we had one contributor who submitted patch to mercurial, and
258+
[#gh-1505]_ where we had one contributor who submitted patch to Mercurial, and
259259
refused to create a GitHub account. Because of this, our bot is unable to detect
260260
whether the have signed CLA. Another person had volunteered to upload his
261261
patch to GitHub. But we still require both people to sign the CLA.

0 commit comments

Comments
 (0)