D4881: filectx: correct docstring about "changeid"

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGb13a080101e9: filectx: correct docstring about "changeid" (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4881?vs=11679&id=11696

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

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
@@ -909,7 +909,7 @@
        filerevision convenient."""
     def __init__(self, repo, path, changeid=None, fileid=None,
                  filelog=None, changectx=None):
-        """changeid can be a changeset revision, node, or tag.
+        """changeid must be a revision number, if specified.
            fileid can be a file revision or node."""
         self._repo = repo
         self._path = path



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


More information about the Mercurial-devel mailing list