Submitter | Sean Farley |
---|---|
Date | Sept. 5, 2013, 8:06 p.m. |
Message ID | <1b81e429039f57f8f170.1378411619@laptop.local> |
Download | mbox | patch |
Permalink | /patch/2342/ |
State | Accepted |
Commit | 7299ef0f0a8b1100c84d13b684fa94499b6c5443 |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -1183,12 +1183,10 @@ class workingfilectx(basefilectx): """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 self._filerev = self._filenode = None