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