Show More
1 | NO CONTENT: file renamed from contrib/bash_completion to contrib/bash/hg |
|
NO CONTENT: file renamed from contrib/bash_completion to contrib/bash/hg |
1 | NO CONTENT: file renamed from contrib/zsh_completion to contrib/zsh/_hg |
|
NO CONTENT: file renamed from contrib/zsh_completion to contrib/zsh/_hg |
@@ -263,7 +263,16 b" for root in ('templates', ):" | |||||
263 | f = os.path.join(curdir, f) |
|
263 | f = os.path.join(curdir, f) | |
264 | packagedata['mercurial'].append(f) |
|
264 | packagedata['mercurial'].append(f) | |
265 |
|
265 | |||
266 |
datafiles = [ |
|
266 | datafiles = [ | |
|
267 | ('share/bash_completion.d', ['contrib/bash/hg']), | |||
|
268 | ('share/zsh/site-functions', ['contrib/zsh/_hg']), | |||
|
269 | ('share/mercurial/www', ['hgweb.cgi', | |||
|
270 | 'hgwebdir.cgi', | |||
|
271 | 'contrib/hgwebdir.fcgi', | |||
|
272 | 'contrib/hgwebdir.wsgi']), | |||
|
273 | ('share/mercurial/examples', ['contrib/sample.hgrc', | |||
|
274 | 'contrib/mergetools.hgrc']), | |||
|
275 | ] | |||
267 |
|
276 | |||
268 | setup(name='mercurial', |
|
277 | setup(name='mercurial', | |
269 | version=version, |
|
278 | version=version, |
General Comments 0
You need to be logged in to leave comments.
Login now