##// END OF EJS Templates
setup: backout 68964567e406...
Martin Geisler -
r10028:873d9b9a default
parent child Browse files
Show More
1 NO CONTENT: file renamed from contrib/bash/hg to contrib/bash_completion
NO CONTENT: file renamed from contrib/bash/hg to contrib/bash_completion
1 NO CONTENT: file renamed from contrib/zsh/_hg to contrib/zsh_completion
NO CONTENT: file renamed from contrib/zsh/_hg to contrib/zsh_completion
@@ -263,16 +263,7 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 ]
276
267
277 setup(name='mercurial',
268 setup(name='mercurial',
278 version=version,
269 version=version,
General Comments 0
You need to be logged in to leave comments. Login now