Mercurial > hg
changeset 19662:7299ef0f0a8b
workingfilectx: remove bogus comment
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Thu, 15 Aug 2013 13:09:34 -0500 |
parents | fa529f409574 |
children | 0af73d7869a6 |
files | mercurial/context.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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