components/mercurial/mercurial-GENFRAG.p5m
changeset 1907 446472de62e9
parent 1637 54bd5ac8db85
child 1981 66b174f4707e
--- a/components/mercurial/mercurial-GENFRAG.p5m	Mon May 19 10:28:03 2014 +0100
+++ b/components/mercurial/mercurial-GENFRAG.p5m	Mon May 19 07:37:20 2014 -0700
@@ -25,15 +25,10 @@
 
 # These are not installed, but can be found in the source contrib directory.
 <transform file path=usr/demo/mercurial/(.+)$ -> set action.hash %<\1> >
- 
+
 # We also ignore all dependencies implied by the demos.
 <transform file path=usr/demo/mercurial/.+ -> set pkg.depend.bypass-generate .*>
 
-# And we don't create .pyc files for demo files.
-<transform file path=usr/demo/mercurial/.*\.py$ -> default pkg.tmp.autopyc false>
-
-license mercurial.copyright license='GPLv2+'
-
 
 file path=usr/demo/mercurial/bash_completion
 file path=usr/demo/mercurial/casesmash.py
@@ -72,7 +67,8 @@
 file path=usr/demo/mercurial/vim/patchreview.vim
 file path=usr/demo/mercurial/xml.rnc
 file path=usr/demo/mercurial/zsh_completion
-
+#
 file hg.1 path=usr/share/man/man1/hg.1
 file hgignore.5 path=usr/share/man/man5/hgignore.5
 file hgrc.5 path=usr/share/man/man5/hgrc.5
+license mercurial.copyright license=GPLv2+