annotate MANIFEST.in @ 1102:93cb29247d61

exchange: check for remote refs to determine if we're cloning The exchange.pull wrapper function was checking whether any paths were configured yet as a proxy to determine whether we're doing the initial clone or a subsequent pull. Core hg @ bdae51a83dfb (released in 4.5) now sets the 'default' path on the ui object before exchange.pull is called, but we can check a bit more directly by checking if we have any remote refs yet. This is the same as a check we do in GitHandler.fetch_pack().
author Kevin Bullock <kbullock@ringworld.org>
date Sat, 03 Feb 2018 14:54:35 -0600
parents 0f95f2adc334
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
743
c7ea22aa3440 setup: include document files to package. (issue114)
Takumi IINO <trot.thunder@gmail.com>
parents:
diff changeset
1 include COPYING
c7ea22aa3440 setup: include document files to package. (issue114)
Takumi IINO <trot.thunder@gmail.com>
parents:
diff changeset
2 include MANIFEST.in
c7ea22aa3440 setup: include document files to package. (issue114)
Takumi IINO <trot.thunder@gmail.com>
parents:
diff changeset
3 include README.md
c7ea22aa3440 setup: include document files to package. (issue114)
Takumi IINO <trot.thunder@gmail.com>
parents:
diff changeset
4
c7ea22aa3440 setup: include document files to package. (issue114)
Takumi IINO <trot.thunder@gmail.com>
parents:
diff changeset
5 recursive-include hggit *.py *.rst
949
0f95f2adc334 manifest: include test and test data
Siddharth Agarwal <sid0@fb.com>
parents: 743
diff changeset
6 recursive-include tests *.t *.py *.py.out hghave latin-1-encoding testutil