D4880: context: drop incorrect and superfluous docstring

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Oct 5 07:45:57 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGccc739706d08: context: drop incorrect and superfluous docstring (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4880?vs=11678&id=11695

REVISION DETAIL
  https://phab.mercurial-scm.org/D4880

AFFECTED FILES
  mercurial/context.py

CHANGE DETAILS

diff --git a/mercurial/context.py b/mercurial/context.py
--- a/mercurial/context.py
+++ b/mercurial/context.py
@@ -385,7 +385,6 @@
     changeset convenient. It represents a read-only context already present in
     the repo."""
     def __init__(self, repo, rev, node):
-        """changeid is a revision number, node, or tag"""
         super(changectx, self).__init__(repo)
         self._rev = rev
         self._node = node



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list