[Updated] D11658: dirstate: Remove unused variable
SimonSapin
phabricator at mercurial-scm.org
Thu Oct 14 22:36:03 UTC 2021
Closed by commit rHG50dca3aa5c3b: dirstate: Remove unused variable (authored by SimonSapin).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11658?vs=30801&id=30815
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11658/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11658
AFFECTED FILES
mercurial/dirstateutils/v2.py
CHANGE DETAILS
diff --git a/mercurial/dirstateutils/v2.py b/mercurial/dirstateutils/v2.py
--- a/mercurial/dirstateutils/v2.py
+++ b/mercurial/dirstateutils/v2.py
@@ -149,7 +149,6 @@
else:
# There are no mtime-cached directories in the Python implementation
flags = 0
- mode = 0
size = 0
mtime_s = 0
mtime_ns = 0
To: SimonSapin, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211014/37c75bf7/attachment-0002.html>
More information about the Mercurial-patches
mailing list