##// END OF EJS Templates
bundlerepo: avoid exception in __del__ when the bundle doesn't exist...
bundlerepo: avoid exception in __del__ when the bundle doesn't exist $ hg -R bundle://foo.hg abort: No such file or directory: foo.hg Exception exceptions.AttributeError: "'bundlerepository' object has no attribute 'bundlefile'" in <bound method bundlerepository.__del__ of <mercurial.bundlerepo.bundlerepository object at 0xa7ab9fac>> ignored

File last commit:

r3239:7a3edd3f default
r3429:b19360aa default
Show More
MANIFEST.in
17 lines | 509 B | text/plain | TextLexer
mpm@selenic.com
Add MANIFEST.in to repo
r7 include hg
recursive-include mercurial *.py
mpm@selenic.com
Add hgwebdir.cgi to MANIFEST.in
r954 include hgweb.cgi hgwebdir.cgi
mpm@selenic.com
[PATCH] bring MANIFEST.in up to date...
r589 include hgeditor rewrite-log
Thomas Arendsen Hein
Include all tests/*.py files in the MANIFEST so tests won't fail on tarballs....
r2669 include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out
Thomas Arendsen Hein
Drop .err files generated by failed tests from the MANIFEST.
r805 prune tests/*.err
mpm@selenic.com
Add MANIFEST.in to repo
r7 include *.txt
Thomas Arendsen Hein
Added doc/gendoc.py to MANIFEST.in, so docs can be regenerated on demand.
r2055 include doc/README doc/Makefile doc/gendoc.py doc/*.txt doc/*.html doc/*.[0-9]
Thomas Arendsen Hein
Install all files/subdirectories below templates....
r3239 recursive-include templates *
Andrew Thompson
Change MANIFEST.in to recursive-include the contrib/ folder....
r673 recursive-include contrib *
Benoit Boissinot
MANIFEST.in fixes
r2689 recursive-include hgext *
mpm@selenic.com
Add MANIFEST.in to repo
r7 include README
mpm@selenic.com
[PATCH] bring MANIFEST.in up to date...
r589 include CONTRIBUTORS
include COPYING
mpm@selenic.com
Add Makefile to the manifest
r1021 include Makefile
mpm@selenic.com
[PATCH] bring MANIFEST.in up to date...
r589 include MANIFEST.in
Benoit Boissinot
prune unwanted files from MANIFEST (backups, object files, etc)
r2665 prune *.elc *.orig *.rej *~ *.o *.so *.pyc *.swp *.prof