hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 09 Oct 2015 14:59:37 -0700
changeset 26595 be0489770925
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
getsubset: get the unpacker version from the bundler The current setup requires to pass both a packer and, optionally, the version of the unpacker. This is confusing and error prone as the two value cannot mismatch. Instead, we simply grab the version from the packer. This fixes a bug where requesting a cg2 from 'hg bundle' were reported as changegroup 1. I should have caught that in the initial changeset but I missed it somehow.
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