Submitter | phabricator |
---|---|
Date | July 1, 2018, 1:35 a.m. |
Message ID | <differential-rev-PHID-DREV-zpn33spmieik4ddkqxew-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/32533/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/repository.py b/mercurial/repository.py --- a/mercurial/repository.py +++ b/mercurial/repository.py @@ -863,7 +863,10 @@ """Calls self.vfs.reljoin(self.root, f, *insidef)""" def file(f): - """Obtain a filelog for a tracked path.""" + """Obtain a filelog for a tracked path. + + The returned type conforms to the ``ifilestorage`` interface. + """ def setparents(p1, p2): """Set the parent nodes of the working directory."""