components/mercurial/mercurial.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 08 Aug 2011 10:30:52 -0700
changeset 464 08f94c414553
parent 196 816e398e992c
child 609 775168282b2f
permissions -rw-r--r--
7073736 need to turn _ into -
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    25
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
    26
# These are not installed, but can be found in the source contrib directory.
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
    27
<transform file path=usr/demo/mercurial/(.+)$ -> set action.hash %<\1> >
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    28
 
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    29
# We also ignore all dependencies implied by the demos.
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    30
<transform file path=usr/demo/mercurial/.+ -> set pkg.depend.bypass-generate .*>
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    31
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    32
# And we don't create .pyc files for demo files.
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    33
<transform file path=usr/demo/mercurial/.*\.py$ -> default pkg.tmp.autopyc false>
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    34
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    35
set name=pkg.fmri value=pkg:/developer/versioning/mercurial@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    36
set name=pkg.summary value="The Mercurial Source Control Management System"
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    37
set name=pkg.description value="A fast, lightweight source control management system designed for efficient handling of very large distributed projects."
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    38
set name=info.classification value="org.opensolaris.category.2008:Development/Source Code Management"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 196
diff changeset
    39
set name=info.upstream-url value=http://mercurial.selenic.com/
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 196
diff changeset
    40
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 196
diff changeset
    41
set name=org.opensolaris.arc-caseid value=PSARC/2006/417
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    42
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    43
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    44
license mercurial.copyright license='GPLv2+'
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    45
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    46
dir path=usr
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    47
dir path=usr/bin
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    48
dir path=usr/demo
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    49
dir path=usr/demo/mercurial
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    50
dir path=usr/demo/mercurial/git-viz
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    51
dir path=usr/demo/mercurial/hgsh
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    52
dir path=usr/demo/mercurial/vim
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    53
dir path=usr/lib
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    54
dir path=usr/lib/python2.6
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    55
dir path=$(PYTHON_LIB)
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    56
dir path=$(PYTHON_LIB)/hgext
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    57
dir path=$(PYTHON_LIB)/hgext/convert
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    58
dir path=$(PYTHON_LIB)/hgext/highlight
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    59
dir path=$(PYTHON_LIB)/hgext/zeroconf
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    60
dir path=$(PYTHON_LIB)/mercurial
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    61
dir path=$(PYTHON_LIB)/mercurial/help
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    62
dir path=$(PYTHON_LIB)/mercurial/hgweb
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    63
dir path=$(PYTHON_LIB)/mercurial/locale
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    64
dir path=$(PYTHON_LIB)/mercurial/locale/da
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    65
dir path=$(PYTHON_LIB)/mercurial/locale/da/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    66
dir path=$(PYTHON_LIB)/mercurial/locale/de
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    67
dir path=$(PYTHON_LIB)/mercurial/locale/de/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    68
dir path=$(PYTHON_LIB)/mercurial/locale/el
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    69
dir path=$(PYTHON_LIB)/mercurial/locale/el/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    70
dir path=$(PYTHON_LIB)/mercurial/locale/fr
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    71
dir path=$(PYTHON_LIB)/mercurial/locale/fr/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    72
dir path=$(PYTHON_LIB)/mercurial/locale/it
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    73
dir path=$(PYTHON_LIB)/mercurial/locale/it/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    74
dir path=$(PYTHON_LIB)/mercurial/locale/ja
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    75
dir path=$(PYTHON_LIB)/mercurial/locale/ja/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    76
dir path=$(PYTHON_LIB)/mercurial/locale/pt_BR
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    77
dir path=$(PYTHON_LIB)/mercurial/locale/pt_BR/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    78
dir path=$(PYTHON_LIB)/mercurial/locale/ro
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    79
dir path=$(PYTHON_LIB)/mercurial/locale/ro/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    80
dir path=$(PYTHON_LIB)/mercurial/locale/sv
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    81
dir path=$(PYTHON_LIB)/mercurial/locale/sv/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    82
dir path=$(PYTHON_LIB)/mercurial/locale/zh_CN
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    83
dir path=$(PYTHON_LIB)/mercurial/locale/zh_CN/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    84
dir path=$(PYTHON_LIB)/mercurial/locale/zh_TW
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    85
dir path=$(PYTHON_LIB)/mercurial/locale/zh_TW/LC_MESSAGES
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    86
dir path=$(PYTHON_LIB)/mercurial/templates
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    87
dir path=$(PYTHON_LIB)/mercurial/templates/atom
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    88
dir path=$(PYTHON_LIB)/mercurial/templates/coal
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    89
dir path=$(PYTHON_LIB)/mercurial/templates/gitweb
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    90
dir path=$(PYTHON_LIB)/mercurial/templates/monoblue
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    91
dir path=$(PYTHON_LIB)/mercurial/templates/paper
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    92
dir path=$(PYTHON_LIB)/mercurial/templates/raw
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    93
dir path=$(PYTHON_LIB)/mercurial/templates/rss
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    94
dir path=$(PYTHON_LIB)/mercurial/templates/spartan
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    95
dir path=$(PYTHON_LIB)/mercurial/templates/static
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    96
dir path=usr/share
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    97
dir path=usr/share/man
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    98
dir path=usr/share/man/man1
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    99
dir path=usr/share/man/man5
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   100
file path=usr/bin/hg
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   101
file path=$(PYTHON_LIB)/hgext/__init__.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   102
file path=$(PYTHON_LIB)/hgext/acl.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   103
file path=$(PYTHON_LIB)/hgext/bugzilla.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   104
file path=$(PYTHON_LIB)/hgext/children.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   105
file path=$(PYTHON_LIB)/hgext/churn.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   106
file path=$(PYTHON_LIB)/hgext/color.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   107
file path=$(PYTHON_LIB)/hgext/convert/__init__.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   108
file path=$(PYTHON_LIB)/hgext/convert/bzr.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   109
file path=$(PYTHON_LIB)/hgext/convert/common.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   110
file path=$(PYTHON_LIB)/hgext/convert/convcmd.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   111
file path=$(PYTHON_LIB)/hgext/convert/cvs.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   112
file path=$(PYTHON_LIB)/hgext/convert/cvsps.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   113
file path=$(PYTHON_LIB)/hgext/convert/darcs.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   114
file path=$(PYTHON_LIB)/hgext/convert/filemap.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   115
file path=$(PYTHON_LIB)/hgext/convert/git.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   116
file path=$(PYTHON_LIB)/hgext/convert/gnuarch.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   117
file path=$(PYTHON_LIB)/hgext/convert/hg.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   118
file path=$(PYTHON_LIB)/hgext/convert/monotone.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   119
file path=$(PYTHON_LIB)/hgext/convert/p4.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   120
file path=$(PYTHON_LIB)/hgext/convert/subversion.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   121
file path=$(PYTHON_LIB)/hgext/convert/transport.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   122
file path=$(PYTHON_LIB)/hgext/eol.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   123
file path=$(PYTHON_LIB)/hgext/extdiff.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   124
file path=$(PYTHON_LIB)/hgext/fetch.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   125
file path=$(PYTHON_LIB)/hgext/gpg.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   126
file path=$(PYTHON_LIB)/hgext/graphlog.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   127
file path=$(PYTHON_LIB)/hgext/hgcia.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   128
file path=$(PYTHON_LIB)/hgext/hgk.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   129
file path=$(PYTHON_LIB)/hgext/highlight/__init__.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   130
file path=$(PYTHON_LIB)/hgext/highlight/highlight.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   131
file path=$(PYTHON_LIB)/hgext/interhg.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   132
file path=$(PYTHON_LIB)/hgext/keyword.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   133
file path=$(PYTHON_LIB)/hgext/mq.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   134
file path=$(PYTHON_LIB)/hgext/notify.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   135
file path=$(PYTHON_LIB)/hgext/pager.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   136
file path=$(PYTHON_LIB)/hgext/parentrevspec.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   137
file path=$(PYTHON_LIB)/hgext/patchbomb.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   138
file path=$(PYTHON_LIB)/hgext/progress.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   139
file path=$(PYTHON_LIB)/hgext/purge.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   140
file path=$(PYTHON_LIB)/hgext/rebase.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   141
file path=$(PYTHON_LIB)/hgext/record.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   142
file path=$(PYTHON_LIB)/hgext/relink.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   143
file path=$(PYTHON_LIB)/hgext/schemes.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   144
file path=$(PYTHON_LIB)/hgext/share.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   145
file path=$(PYTHON_LIB)/hgext/transplant.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   146
file path=$(PYTHON_LIB)/hgext/win32mbcs.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   147
file path=$(PYTHON_LIB)/hgext/win32text.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   148
file path=$(PYTHON_LIB)/hgext/zeroconf/Zeroconf.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   149
file path=$(PYTHON_LIB)/hgext/zeroconf/__init__.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   150
file path=$(PYTHON_LIB)/mercurial-$(COMPONENT_VERSION)-py2.6.egg-info
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   151
file path=$(PYTHON_LIB)/mercurial/__init__.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   152
file path=$(PYTHON_LIB)/mercurial/__version__.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   153
file path=$(PYTHON_LIB)/mercurial/ancestor.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   154
file path=$(PYTHON_LIB)/mercurial/archival.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   155
file path=$(PYTHON_LIB)/mercurial/base85.so
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   156
file path=$(PYTHON_LIB)/mercurial/bdiff.so
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   157
file path=$(PYTHON_LIB)/mercurial/bookmarks.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   158
file path=$(PYTHON_LIB)/mercurial/bundlerepo.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   159
file path=$(PYTHON_LIB)/mercurial/byterange.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   160
file path=$(PYTHON_LIB)/mercurial/changegroup.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   161
file path=$(PYTHON_LIB)/mercurial/changelog.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   162
file path=$(PYTHON_LIB)/mercurial/cmdutil.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   163
file path=$(PYTHON_LIB)/mercurial/commands.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   164
file path=$(PYTHON_LIB)/mercurial/config.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   165
file path=$(PYTHON_LIB)/mercurial/context.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   166
file path=$(PYTHON_LIB)/mercurial/copies.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   167
file path=$(PYTHON_LIB)/mercurial/dagparser.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   168
file path=$(PYTHON_LIB)/mercurial/demandimport.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   169
file path=$(PYTHON_LIB)/mercurial/diffhelpers.so
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   170
file path=$(PYTHON_LIB)/mercurial/dirstate.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   171
file path=$(PYTHON_LIB)/mercurial/discovery.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   172
file path=$(PYTHON_LIB)/mercurial/dispatch.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   173
file path=$(PYTHON_LIB)/mercurial/encoding.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   174
file path=$(PYTHON_LIB)/mercurial/error.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   175
file path=$(PYTHON_LIB)/mercurial/extensions.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   176
file path=$(PYTHON_LIB)/mercurial/fancyopts.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   177
file path=$(PYTHON_LIB)/mercurial/filelog.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   178
file path=$(PYTHON_LIB)/mercurial/filemerge.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   179
file path=$(PYTHON_LIB)/mercurial/graphmod.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   180
file path=$(PYTHON_LIB)/mercurial/hbisect.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   181
file path=$(PYTHON_LIB)/mercurial/help/config.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   182
file path=$(PYTHON_LIB)/mercurial/help/dates.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   183
file path=$(PYTHON_LIB)/mercurial/help/diffs.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   184
file path=$(PYTHON_LIB)/mercurial/help/environment.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   185
file path=$(PYTHON_LIB)/mercurial/help/extensions.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   186
file path=$(PYTHON_LIB)/mercurial/help/glossary.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   187
file path=$(PYTHON_LIB)/mercurial/help/hgweb.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   188
file path=$(PYTHON_LIB)/mercurial/help/merge-tools.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   189
file path=$(PYTHON_LIB)/mercurial/help/multirevs.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   190
file path=$(PYTHON_LIB)/mercurial/help/patterns.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   191
file path=$(PYTHON_LIB)/mercurial/help/revisions.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   192
file path=$(PYTHON_LIB)/mercurial/help/revsets.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   193
file path=$(PYTHON_LIB)/mercurial/help/subrepos.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   194
file path=$(PYTHON_LIB)/mercurial/help/templates.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   195
file path=$(PYTHON_LIB)/mercurial/help/urls.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   196
file path=$(PYTHON_LIB)/mercurial/help.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   197
file path=$(PYTHON_LIB)/mercurial/hg.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   198
file path=$(PYTHON_LIB)/mercurial/hgweb/__init__.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   199
file path=$(PYTHON_LIB)/mercurial/hgweb/common.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   200
file path=$(PYTHON_LIB)/mercurial/hgweb/hgweb_mod.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   201
file path=$(PYTHON_LIB)/mercurial/hgweb/hgwebdir_mod.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   202
file path=$(PYTHON_LIB)/mercurial/hgweb/protocol.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   203
file path=$(PYTHON_LIB)/mercurial/hgweb/request.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   204
file path=$(PYTHON_LIB)/mercurial/hgweb/server.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   205
file path=$(PYTHON_LIB)/mercurial/hgweb/webcommands.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   206
file path=$(PYTHON_LIB)/mercurial/hgweb/webutil.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   207
file path=$(PYTHON_LIB)/mercurial/hgweb/wsgicgi.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   208
file path=$(PYTHON_LIB)/mercurial/hook.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   209
file path=$(PYTHON_LIB)/mercurial/httprepo.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   210
file path=$(PYTHON_LIB)/mercurial/i18n.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   211
file path=$(PYTHON_LIB)/mercurial/ignore.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   212
file path=$(PYTHON_LIB)/mercurial/keepalive.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   213
file path=$(PYTHON_LIB)/mercurial/locale/da/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   214
file path=$(PYTHON_LIB)/mercurial/locale/de/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   215
file path=$(PYTHON_LIB)/mercurial/locale/el/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   216
file path=$(PYTHON_LIB)/mercurial/locale/fr/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   217
file path=$(PYTHON_LIB)/mercurial/locale/it/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   218
file path=$(PYTHON_LIB)/mercurial/locale/ja/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   219
file path=$(PYTHON_LIB)/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   220
file path=$(PYTHON_LIB)/mercurial/locale/ro/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   221
file path=$(PYTHON_LIB)/mercurial/locale/sv/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   222
file path=$(PYTHON_LIB)/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   223
file path=$(PYTHON_LIB)/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   224
file path=$(PYTHON_LIB)/mercurial/localrepo.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   225
file path=$(PYTHON_LIB)/mercurial/lock.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   226
file path=$(PYTHON_LIB)/mercurial/lsprof.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   227
file path=$(PYTHON_LIB)/mercurial/lsprofcalltree.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   228
file path=$(PYTHON_LIB)/mercurial/mail.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   229
file path=$(PYTHON_LIB)/mercurial/manifest.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   230
file path=$(PYTHON_LIB)/mercurial/match.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   231
file path=$(PYTHON_LIB)/mercurial/mdiff.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   232
file path=$(PYTHON_LIB)/mercurial/merge.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   233
file path=$(PYTHON_LIB)/mercurial/minirst.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   234
file path=$(PYTHON_LIB)/mercurial/mpatch.so
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   235
file path=$(PYTHON_LIB)/mercurial/node.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   236
file path=$(PYTHON_LIB)/mercurial/osutil.so
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   237
file path=$(PYTHON_LIB)/mercurial/parser.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   238
file path=$(PYTHON_LIB)/mercurial/parsers.so
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   239
file path=$(PYTHON_LIB)/mercurial/patch.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   240
file path=$(PYTHON_LIB)/mercurial/posix.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   241
file path=$(PYTHON_LIB)/mercurial/pushkey.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   242
file path=$(PYTHON_LIB)/mercurial/py3kcompat.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   243
file path=$(PYTHON_LIB)/mercurial/repair.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   244
file path=$(PYTHON_LIB)/mercurial/repo.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   245
file path=$(PYTHON_LIB)/mercurial/revlog.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   246
file path=$(PYTHON_LIB)/mercurial/revset.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   247
file path=$(PYTHON_LIB)/mercurial/similar.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   248
file path=$(PYTHON_LIB)/mercurial/simplemerge.py pkg.depend.bypass-generate=.*
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   249
file path=$(PYTHON_LIB)/mercurial/sshrepo.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   250
file path=$(PYTHON_LIB)/mercurial/sshserver.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   251
file path=$(PYTHON_LIB)/mercurial/statichttprepo.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   252
file path=$(PYTHON_LIB)/mercurial/store.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   253
file path=$(PYTHON_LIB)/mercurial/strutil.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   254
file path=$(PYTHON_LIB)/mercurial/subrepo.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   255
file path=$(PYTHON_LIB)/mercurial/tags.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   256
file path=$(PYTHON_LIB)/mercurial/templatefilters.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   257
file path=$(PYTHON_LIB)/mercurial/templatekw.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   258
file path=$(PYTHON_LIB)/mercurial/templater.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   259
file path=$(PYTHON_LIB)/mercurial/templates/atom/changelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   260
file path=$(PYTHON_LIB)/mercurial/templates/atom/changelogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   261
file path=$(PYTHON_LIB)/mercurial/templates/atom/error.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   262
file path=$(PYTHON_LIB)/mercurial/templates/atom/filelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   263
file path=$(PYTHON_LIB)/mercurial/templates/atom/header.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   264
file path=$(PYTHON_LIB)/mercurial/templates/atom/map
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   265
file path=$(PYTHON_LIB)/mercurial/templates/atom/tagentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   266
file path=$(PYTHON_LIB)/mercurial/templates/atom/tags.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   267
file path=$(PYTHON_LIB)/mercurial/templates/coal/header.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   268
file path=$(PYTHON_LIB)/mercurial/templates/coal/map
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   269
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/branches.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   270
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/changelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   271
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/changelogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   272
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/changeset.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   273
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/error.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   274
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/fileannotate.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   275
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/filediff.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   276
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/filelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   277
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/filerevision.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   278
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/footer.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   279
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/graph.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   280
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/header.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   281
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/help.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   282
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/helptopics.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   283
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/index.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   284
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/manifest.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   285
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/map
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   286
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/notfound.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   287
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/search.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   288
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/shortlog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   289
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/summary.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   290
file path=$(PYTHON_LIB)/mercurial/templates/gitweb/tags.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   291
file path=$(PYTHON_LIB)/mercurial/templates/map-cmdline.changelog
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   292
file path=$(PYTHON_LIB)/mercurial/templates/map-cmdline.compact
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   293
file path=$(PYTHON_LIB)/mercurial/templates/map-cmdline.default
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   294
file path=$(PYTHON_LIB)/mercurial/templates/map-cmdline.xml
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   295
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/branches.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   296
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/changelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   297
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/changelogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   298
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/changeset.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   299
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/error.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   300
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/fileannotate.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   301
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/filediff.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   302
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/filelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   303
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/filerevision.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   304
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/footer.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   305
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/graph.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   306
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/header.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   307
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/help.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   308
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/helptopics.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   309
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/index.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   310
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/manifest.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   311
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/map
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   312
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/notfound.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   313
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/search.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   314
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/shortlog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   315
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/summary.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   316
file path=$(PYTHON_LIB)/mercurial/templates/monoblue/tags.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   317
file path=$(PYTHON_LIB)/mercurial/templates/paper/bookmarks.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   318
file path=$(PYTHON_LIB)/mercurial/templates/paper/branches.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   319
file path=$(PYTHON_LIB)/mercurial/templates/paper/changeset.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   320
file path=$(PYTHON_LIB)/mercurial/templates/paper/error.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   321
file path=$(PYTHON_LIB)/mercurial/templates/paper/fileannotate.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   322
file path=$(PYTHON_LIB)/mercurial/templates/paper/filediff.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   323
file path=$(PYTHON_LIB)/mercurial/templates/paper/filelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   324
file path=$(PYTHON_LIB)/mercurial/templates/paper/filelogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   325
file path=$(PYTHON_LIB)/mercurial/templates/paper/filerevision.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   326
file path=$(PYTHON_LIB)/mercurial/templates/paper/footer.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   327
file path=$(PYTHON_LIB)/mercurial/templates/paper/graph.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   328
file path=$(PYTHON_LIB)/mercurial/templates/paper/header.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   329
file path=$(PYTHON_LIB)/mercurial/templates/paper/help.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   330
file path=$(PYTHON_LIB)/mercurial/templates/paper/helptopics.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   331
file path=$(PYTHON_LIB)/mercurial/templates/paper/index.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   332
file path=$(PYTHON_LIB)/mercurial/templates/paper/manifest.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   333
file path=$(PYTHON_LIB)/mercurial/templates/paper/map
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   334
file path=$(PYTHON_LIB)/mercurial/templates/paper/notfound.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   335
file path=$(PYTHON_LIB)/mercurial/templates/paper/search.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   336
file path=$(PYTHON_LIB)/mercurial/templates/paper/shortlog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   337
file path=$(PYTHON_LIB)/mercurial/templates/paper/shortlogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   338
file path=$(PYTHON_LIB)/mercurial/templates/paper/tags.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   339
file path=$(PYTHON_LIB)/mercurial/templates/raw/changeset.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   340
file path=$(PYTHON_LIB)/mercurial/templates/raw/error.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   341
file path=$(PYTHON_LIB)/mercurial/templates/raw/fileannotate.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   342
file path=$(PYTHON_LIB)/mercurial/templates/raw/filediff.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   343
file path=$(PYTHON_LIB)/mercurial/templates/raw/index.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   344
file path=$(PYTHON_LIB)/mercurial/templates/raw/manifest.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   345
file path=$(PYTHON_LIB)/mercurial/templates/raw/map
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   346
file path=$(PYTHON_LIB)/mercurial/templates/raw/notfound.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   347
file path=$(PYTHON_LIB)/mercurial/templates/rss/changelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   348
file path=$(PYTHON_LIB)/mercurial/templates/rss/changelogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   349
file path=$(PYTHON_LIB)/mercurial/templates/rss/error.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   350
file path=$(PYTHON_LIB)/mercurial/templates/rss/filelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   351
file path=$(PYTHON_LIB)/mercurial/templates/rss/filelogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   352
file path=$(PYTHON_LIB)/mercurial/templates/rss/header.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   353
file path=$(PYTHON_LIB)/mercurial/templates/rss/map
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   354
file path=$(PYTHON_LIB)/mercurial/templates/rss/tagentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   355
file path=$(PYTHON_LIB)/mercurial/templates/rss/tags.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   356
file path=$(PYTHON_LIB)/mercurial/templates/spartan/branches.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   357
file path=$(PYTHON_LIB)/mercurial/templates/spartan/changelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   358
file path=$(PYTHON_LIB)/mercurial/templates/spartan/changelogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   359
file path=$(PYTHON_LIB)/mercurial/templates/spartan/changeset.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   360
file path=$(PYTHON_LIB)/mercurial/templates/spartan/error.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   361
file path=$(PYTHON_LIB)/mercurial/templates/spartan/fileannotate.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   362
file path=$(PYTHON_LIB)/mercurial/templates/spartan/filediff.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   363
file path=$(PYTHON_LIB)/mercurial/templates/spartan/filelog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   364
file path=$(PYTHON_LIB)/mercurial/templates/spartan/filelogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   365
file path=$(PYTHON_LIB)/mercurial/templates/spartan/filerevision.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   366
file path=$(PYTHON_LIB)/mercurial/templates/spartan/footer.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   367
file path=$(PYTHON_LIB)/mercurial/templates/spartan/graph.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   368
file path=$(PYTHON_LIB)/mercurial/templates/spartan/header.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   369
file path=$(PYTHON_LIB)/mercurial/templates/spartan/index.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   370
file path=$(PYTHON_LIB)/mercurial/templates/spartan/manifest.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   371
file path=$(PYTHON_LIB)/mercurial/templates/spartan/map
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   372
file path=$(PYTHON_LIB)/mercurial/templates/spartan/notfound.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   373
file path=$(PYTHON_LIB)/mercurial/templates/spartan/search.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   374
file path=$(PYTHON_LIB)/mercurial/templates/spartan/shortlog.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   375
file path=$(PYTHON_LIB)/mercurial/templates/spartan/shortlogentry.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   376
file path=$(PYTHON_LIB)/mercurial/templates/spartan/tags.tmpl
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   377
file path=$(PYTHON_LIB)/mercurial/templates/static/background.png
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   378
file path=$(PYTHON_LIB)/mercurial/templates/static/coal-file.png
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   379
file path=$(PYTHON_LIB)/mercurial/templates/static/coal-folder.png
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   380
file path=$(PYTHON_LIB)/mercurial/templates/static/excanvas.js
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   381
file path=$(PYTHON_LIB)/mercurial/templates/static/graph.js
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   382
file path=$(PYTHON_LIB)/mercurial/templates/static/hgicon.png
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   383
file path=$(PYTHON_LIB)/mercurial/templates/static/hglogo.png
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   384
file path=$(PYTHON_LIB)/mercurial/templates/static/style-coal.css
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   385
file path=$(PYTHON_LIB)/mercurial/templates/static/style-gitweb.css
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   386
file path=$(PYTHON_LIB)/mercurial/templates/static/style-monoblue.css
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   387
file path=$(PYTHON_LIB)/mercurial/templates/static/style-paper.css
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   388
file path=$(PYTHON_LIB)/mercurial/templates/static/style.css
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   389
file path=$(PYTHON_LIB)/mercurial/templates/template-vars.txt
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   390
file path=$(PYTHON_LIB)/mercurial/transaction.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   391
file path=$(PYTHON_LIB)/mercurial/ui.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   392
file path=$(PYTHON_LIB)/mercurial/url.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   393
file path=$(PYTHON_LIB)/mercurial/util.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   394
file path=$(PYTHON_LIB)/mercurial/verify.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   395
file path=$(PYTHON_LIB)/mercurial/win32.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   396
file path=$(PYTHON_LIB)/mercurial/windows.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   397
file path=$(PYTHON_LIB)/mercurial/wireproto.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   398
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   399
file path=usr/demo/mercurial/bash_completion
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   400
file path=usr/demo/mercurial/check-code.py mode=555
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   401
file path=usr/demo/mercurial/convert-repo mode=555
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   402
file path=usr/demo/mercurial/debugshell.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   403
file path=usr/demo/mercurial/dumprevlog mode=555
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   404
file path=usr/demo/mercurial/hg-ssh mode=555
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   405
file path=usr/demo/mercurial/hgk mode=555
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   406
file path=usr/demo/mercurial/hgsh/Makefile
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   407
file path=usr/demo/mercurial/hgsh/hgsh.c
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   408
file path=usr/demo/mercurial/hgweb.fcgi mode=555
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   409
file path=usr/demo/mercurial/hgweb.wsgi
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   410
file path=usr/demo/mercurial/logo-droplets.svg
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   411
file path=usr/demo/mercurial/memory.py
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   412
file path=usr/demo/mercurial/mercurial.el
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   413
file path=usr/demo/mercurial/mergetools.hgrc
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   414
file path=usr/demo/mercurial/mq.el
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   415
file path=usr/demo/mercurial/perf.py
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   416
file path=usr/demo/mercurial/pylintrc
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   417
file path=usr/demo/mercurial/python-hook-examples.py
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   418
file path=usr/demo/mercurial/sample.hgrc
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   419
file path=usr/demo/mercurial/shrink-revlog.py
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   420
file path=usr/demo/mercurial/simplemerge mode=555
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   421
file path=usr/demo/mercurial/tcsh_completion
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   422
file path=usr/demo/mercurial/tcsh_completion_build.sh mode=555
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   423
file path=usr/demo/mercurial/tmplrewrite.py mode=555
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   424
file path=usr/demo/mercurial/undumprevlog mode=555
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   425
file path=usr/demo/mercurial/vim/HGAnnotate.vim
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   426
file path=usr/demo/mercurial/vim/hg-menu.vim
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   427
file path=usr/demo/mercurial/vim/hgcommand.vim
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   428
file path=usr/demo/mercurial/vim/hgtest.vim
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   429
file path=usr/demo/mercurial/vim/patchreview.txt
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   430
file path=usr/demo/mercurial/vim/patchreview.vim
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   431
file path=usr/demo/mercurial/xml.rnc
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 151
diff changeset
   432
file path=usr/demo/mercurial/zsh_completion
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   433
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   434
file hg.1 path=usr/share/man/man1/hg.1
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   435
file hgignore.5 path=usr/share/man/man5/hgignore.5
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   436
file hgrc.5 path=usr/share/man/man5/hgrc.5
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
   437
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   438
legacy pkg=SUNWmercurial \
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   439
    desc="A fast, lightweight source control management system designed for efficient handling of very large distributed projects." \
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   440
    name="The Mercurial Source Control Management System"