[Updated] D11914: copies: drop an unused variable

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Fri Dec 17 11:10:13 UTC 2021


Closed by commit rHG74b41e8b3d9c: copies: drop an unused variable (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11914?vs=31471&id=31508

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11914/new/

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, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211217/9705d8b5/attachment-0002.html>


More information about the Mercurial-patches mailing list