Mercurial > hgsubversion
annotate MANIFEST.in @ 1516:fbc22592f4fa
push: lock repo before calling createmarkers
Previously, when devel.all-warnings is set to True, hg subversion will crash
when pushing with the error:
ProgrammingError: transaction requires locking
Tracking that down, that is because "createmarkers" was called without
locking.
A comprehensive test was added to run test_push_command with obsstore turned
on to cover the code paths.
author | Jun Wu <quark@fb.com> |
---|---|
date | Mon, 07 Aug 2017 18:12:16 -0700 |
parents | 74d9aa42b28f |
children |
rev | line source |
---|---|
1018
74d9aa42b28f
MANIFEST.in: correctly include invalid_utf8.tar.gz in source bundle
Augie Fackler <raf@durin42.com>
parents:
852
diff
changeset
|
1 include Makefile hgsubversion/help/*.rst tests/fixtures/invalid_utf8.tar.gz |
767
6c244d3ceaf7
add a MANIFEST.in file (fixes #142)
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents:
diff
changeset
|
2 recursive-include tests *.py *.sh *.svndump *.txt |