##// END OF EJS Templates
Release tweaks...
mpm@selenic.com -
r457:12e0fdbc 0.6 default
parent child Browse files
Show More
@@ -1,12 +1,12
1 include hg
1 include hg
2 recursive-include mercurial *.py
2 recursive-include mercurial *.py
3 include tkmerge
3 include tkmerge
4 include hgweb.cgi
4 include hgweb.cgi
5 include hgeditor rewrite-log convert-repo
5 include hgeditor rewrite-log convert-repo
6 include tests/*
6 include tests/README tests/run-tests tests/test-*[a-z] tests/*.out
7 include *.txt
7 include *.txt
8 include templates/map templates/map-*[a-z]
8 include templates/map templates/map-*[a-z]
9 include templates/*.tmpl
9 include templates/*.tmpl
10 include doc/*
10 include doc/README doc/*.txt
11 include contrib/* contrib/git-vis/*
11 include contrib/* contrib/git-vis/*
12 include README
12 include README
@@ -1,14 +1,14
1 #!/usr/bin/env python
1 #!/usr/bin/env python
2 #
2 #
3 # mercurial - a minimal scalable distributed SCM
3 # mercurial - a minimal scalable distributed SCM
4 # v0.5b "katje"
4 # v0.6 "paola"
5 #
5 #
6 # Copyright 2005 Matt Mackall <mpm@selenic.com>
6 # Copyright 2005 Matt Mackall <mpm@selenic.com>
7 #
7 #
8 # This software may be used and distributed according to the terms
8 # This software may be used and distributed according to the terms
9 # of the GNU General Public License, incorporated herein by reference.
9 # of the GNU General Public License, incorporated herein by reference.
10
10
11 from mercurial import commands
11 from mercurial import commands
12
12
13 commands.run()
13 commands.run()
14
14
General Comments 0
You need to be logged in to leave comments. Login now