sapling/hgext/convert
Durham Goode 52b8095f37 manifest: remove last uses of repo.manifest
Now that all the functionality has been moved to manifestlog/manifestrevlog/etc,
we can finally change all the uses of repo.manifest to use the new versions. A
future diff will then delete repo.manifest.

One additional change in this commit is to change repo.manifestlog to be a
@storecache property instead of @property. This is required by some uses of
repo.manifest require that it be settable (contrib/perf.py and the static http
server). We can't do this in a prior change because we can't use @storecache on
this until repo.manifest is no longer used anywhere.
2016-11-10 02:13:19 -08:00
..
__init__.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
bzr.py convert: update use of deprecated bzrlib property 2016-07-19 11:00:32 -05:00
common.py py3: conditionalize cPickle import by adding in util 2016-06-04 14:38:00 +05:30
convcmd.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
cvs.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
cvsps.py py3: conditionalize cPickle import by adding in util 2016-06-04 14:38:00 +05:30
darcs.py convert: darcs use absolute_import 2016-03-02 14:23:23 +00:00
filemap.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
git.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
gnuarch.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
hg.py manifest: remove last uses of repo.manifest 2016-11-10 02:13:19 -08:00
monotone.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
p4.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
subversion.py convert: have debugsvnlog obtain standard streams from ui 2015-10-03 14:34:56 +09:00
transport.py convert: move svn config initializer out of the module level 2016-08-01 17:38:01 -07:00