hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 26 Mar 2014 15:55:32 -0700
changeset 20878 09e7118715eb
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
pull: prevent duplicated entry in `op.pulledsubset` In the bare pull case we could add the same node multiple time to the `pulloperation.pulledsubset`. Beside being a bit wrong this confused the new revset implementation of `revset._revancestor` into giving bad result. This changeset fix the pull operation part. The fix for the revset itself will come in another changeset.
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