hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 12 Feb 2016 15:18:56 -0800
changeset 28228 abf120262683
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
changegroup: make _packmanifests() dumber The next few patches will rewrite the manifest generation code to work with merges. We will then walk dirlogs recursively. This prepares for that by moving much of the treemanifest code out of _packmanifests() and into generatemanifests(). For this to work, it also adds _manifestsdone() method that returns the "end of manifests" close chunk for cg3 and an empty string for cg1 and cg2.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder