[Request] [- ] D11914: copies: drop an unused variable
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Tue Dec 14 21:11:07 UTC 2021
mharbison72 created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11914
AFFECTED FILES
mercurial/copies.py
CHANGE DETAILS
diff --git a/mercurial/copies.py b/mercurial/copies.py
--- a/mercurial/copies.py
+++ b/mercurial/copies.py
@@ -246,7 +246,6 @@
return {}
repo = a.repo().unfiltered()
- children = {}
cl = repo.changelog
isancestor = cl.isancestorrev
To: mharbison72, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20211214/e8346d89/attachment.html>
More information about the Mercurial-patches
mailing list