##// END OF EJS Templates
Emacs: apply "expand-filename" on "default-directory"....
Emacs: apply "expand-filename" on "default-directory". "default-directory" may has home directory("~") relative path in some runtime environment(or emacs revision ?), so expand-filename is required.

File last commit:

r2665:2efcd2b4 default
r2668:7a32b7e6 default
Show More
MANIFEST.in
18 lines | 593 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
Vadim Gelfer
add tests/coverage.py to MANIFEST.in.
r2210 include tests/README tests/coverage.py tests/run-tests.py tests/md5sum.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
Include tests (or possibly maps) ending in numbers in MANIFEST, too.
r807 include templates/map templates/map-*[a-z0-9]
mpm@selenic.com
Mercurial 0.5...
r188 include templates/*.tmpl
Lee Cantey
Include templates/static/* in MANIFEST.in so that distutils setup will include them.
r1992 include templates/static/*
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]
Andrew Thompson
Change MANIFEST.in to recursive-include the contrib/ folder....
r673 recursive-include contrib *
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