workingfilectx: remove bogus comment
authorSean Farley <sean.michael.farley@gmail.com>
Thu, 15 Aug 2013 13:09:34 -0500
changeset 19662 7299ef0f0a8b
parent 19661 fa529f409574
child 19663 0af73d7869a6
workingfilectx: remove bogus comment
mercurial/context.py
--- a/mercurial/context.py	Thu Aug 15 13:32:07 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 13:09:34 2013 -0500
@@ -1185,8 +1185,6 @@
     """A workingfilectx object makes access to data related to a particular
        file in the working directory convenient."""
     def __init__(self, repo, path, filelog=None, workingctx=None):
-        """changeid can be a changeset revision, node, or tag.
-           fileid can be a file revision or node."""
         self._repo = repo
         self._path = path
         self._changeid = None