contrib/hgfixes/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 30 Apr 2015 16:45:03 -0700
changeset 24978 f52560c64953
parent 11948 88d4911930bf
permissions -rw-r--r--
changegroup: drop _changelog and _manifest properties We already have a _repo property on the packer, and we only access the changelog and manifest revlog in one place, so it's just as easy to get them from self._repo.