components/mercurial/mercurial.p5m
changeset 706 6e61f0012046
parent 629 daaab66f7276
child 821 5450c885c205
equal deleted inserted replaced
705:ea8fed4b5f65 706:6e61f0012046
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    25 
    25 
    26 # These are not installed, but can be found in the source contrib directory.
    26 # These are not installed, but can be found in the source contrib directory.
    41 set name=org.opensolaris.arc-caseid value=PSARC/2006/417
    41 set name=org.opensolaris.arc-caseid value=PSARC/2006/417
    42 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    42 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    43 
    43 
    44 license mercurial.copyright license='GPLv2+'
    44 license mercurial.copyright license='GPLv2+'
    45 
    45 
       
    46 depend fmri=developer/versioning/mercurial-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    47     predicate=runtime/python-26 \
       
    48     type=conditional
       
    49 
       
    50 depend fmri=developer/versioning/mercurial-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    51     predicate=runtime/python-27 \
       
    52     type=conditional
       
    53 
       
    54 
    46 dir path=usr
    55 dir path=usr
    47 dir path=usr/bin
       
    48 dir path=usr/demo
    56 dir path=usr/demo
    49 dir path=usr/demo/mercurial
    57 dir path=usr/demo/mercurial
    50 dir path=usr/demo/mercurial/git-viz
    58 dir path=usr/demo/mercurial/git-viz
    51 dir path=usr/demo/mercurial/hgsh
    59 dir path=usr/demo/mercurial/hgsh
    52 dir path=usr/demo/mercurial/vim
    60 dir path=usr/demo/mercurial/vim
    53 dir path=usr/lib
       
    54 dir path=usr/lib/python2.6
       
    55 dir path=$(PYTHON_LIB)
       
    56 dir path=$(PYTHON_LIB)/hgext
       
    57 dir path=$(PYTHON_LIB)/hgext/convert
       
    58 dir path=$(PYTHON_LIB)/hgext/highlight
       
    59 dir path=$(PYTHON_LIB)/hgext/zeroconf
       
    60 dir path=$(PYTHON_LIB)/mercurial
       
    61 dir path=$(PYTHON_LIB)/mercurial/help
       
    62 dir path=$(PYTHON_LIB)/mercurial/hgweb
       
    63 dir path=$(PYTHON_LIB)/mercurial/locale
       
    64 dir path=$(PYTHON_LIB)/mercurial/locale/da
       
    65 dir path=$(PYTHON_LIB)/mercurial/locale/da/LC_MESSAGES
       
    66 dir path=$(PYTHON_LIB)/mercurial/locale/de
       
    67 dir path=$(PYTHON_LIB)/mercurial/locale/de/LC_MESSAGES
       
    68 dir path=$(PYTHON_LIB)/mercurial/locale/el
       
    69 dir path=$(PYTHON_LIB)/mercurial/locale/el/LC_MESSAGES
       
    70 dir path=$(PYTHON_LIB)/mercurial/locale/fr
       
    71 dir path=$(PYTHON_LIB)/mercurial/locale/fr/LC_MESSAGES
       
    72 dir path=$(PYTHON_LIB)/mercurial/locale/it
       
    73 dir path=$(PYTHON_LIB)/mercurial/locale/it/LC_MESSAGES
       
    74 dir path=$(PYTHON_LIB)/mercurial/locale/ja
       
    75 dir path=$(PYTHON_LIB)/mercurial/locale/ja/LC_MESSAGES
       
    76 dir path=$(PYTHON_LIB)/mercurial/locale/pt_BR
       
    77 dir path=$(PYTHON_LIB)/mercurial/locale/pt_BR/LC_MESSAGES
       
    78 dir path=$(PYTHON_LIB)/mercurial/locale/ro
       
    79 dir path=$(PYTHON_LIB)/mercurial/locale/ro/LC_MESSAGES
       
    80 dir path=$(PYTHON_LIB)/mercurial/locale/sv
       
    81 dir path=$(PYTHON_LIB)/mercurial/locale/sv/LC_MESSAGES
       
    82 dir path=$(PYTHON_LIB)/mercurial/locale/zh_CN
       
    83 dir path=$(PYTHON_LIB)/mercurial/locale/zh_CN/LC_MESSAGES
       
    84 dir path=$(PYTHON_LIB)/mercurial/locale/zh_TW
       
    85 dir path=$(PYTHON_LIB)/mercurial/locale/zh_TW/LC_MESSAGES
       
    86 dir path=$(PYTHON_LIB)/mercurial/templates
       
    87 dir path=$(PYTHON_LIB)/mercurial/templates/atom
       
    88 dir path=$(PYTHON_LIB)/mercurial/templates/coal
       
    89 dir path=$(PYTHON_LIB)/mercurial/templates/gitweb
       
    90 dir path=$(PYTHON_LIB)/mercurial/templates/monoblue
       
    91 dir path=$(PYTHON_LIB)/mercurial/templates/paper
       
    92 dir path=$(PYTHON_LIB)/mercurial/templates/raw
       
    93 dir path=$(PYTHON_LIB)/mercurial/templates/rss
       
    94 dir path=$(PYTHON_LIB)/mercurial/templates/spartan
       
    95 dir path=$(PYTHON_LIB)/mercurial/templates/static
       
    96 dir path=usr/share
    61 dir path=usr/share
    97 dir path=usr/share/man
    62 dir path=usr/share/man
    98 dir path=usr/share/man/man1
    63 dir path=usr/share/man/man1
    99 dir path=usr/share/man/man5
    64 dir path=usr/share/man/man5
   100 file path=usr/bin/hg
       
   101 file path=$(PYTHON_LIB)/hgext/__init__.py
       
   102 file path=$(PYTHON_LIB)/hgext/acl.py
       
   103 file path=$(PYTHON_LIB)/hgext/bugzilla.py
       
   104 file path=$(PYTHON_LIB)/hgext/children.py
       
   105 file path=$(PYTHON_LIB)/hgext/churn.py
       
   106 file path=$(PYTHON_LIB)/hgext/color.py
       
   107 file path=$(PYTHON_LIB)/hgext/convert/__init__.py
       
   108 file path=$(PYTHON_LIB)/hgext/convert/bzr.py
       
   109 file path=$(PYTHON_LIB)/hgext/convert/common.py
       
   110 file path=$(PYTHON_LIB)/hgext/convert/convcmd.py
       
   111 file path=$(PYTHON_LIB)/hgext/convert/cvs.py
       
   112 file path=$(PYTHON_LIB)/hgext/convert/cvsps.py
       
   113 file path=$(PYTHON_LIB)/hgext/convert/darcs.py
       
   114 file path=$(PYTHON_LIB)/hgext/convert/filemap.py
       
   115 file path=$(PYTHON_LIB)/hgext/convert/git.py
       
   116 file path=$(PYTHON_LIB)/hgext/convert/gnuarch.py
       
   117 file path=$(PYTHON_LIB)/hgext/convert/hg.py
       
   118 file path=$(PYTHON_LIB)/hgext/convert/monotone.py
       
   119 file path=$(PYTHON_LIB)/hgext/convert/p4.py
       
   120 file path=$(PYTHON_LIB)/hgext/convert/subversion.py
       
   121 file path=$(PYTHON_LIB)/hgext/convert/transport.py
       
   122 file path=$(PYTHON_LIB)/hgext/eol.py
       
   123 file path=$(PYTHON_LIB)/hgext/extdiff.py
       
   124 file path=$(PYTHON_LIB)/hgext/fetch.py
       
   125 file path=$(PYTHON_LIB)/hgext/gpg.py
       
   126 file path=$(PYTHON_LIB)/hgext/graphlog.py
       
   127 file path=$(PYTHON_LIB)/hgext/hgcia.py
       
   128 file path=$(PYTHON_LIB)/hgext/hgk.py
       
   129 file path=$(PYTHON_LIB)/hgext/highlight/__init__.py
       
   130 file path=$(PYTHON_LIB)/hgext/highlight/highlight.py
       
   131 file path=$(PYTHON_LIB)/hgext/interhg.py
       
   132 file path=$(PYTHON_LIB)/hgext/keyword.py
       
   133 file path=$(PYTHON_LIB)/hgext/mq.py
       
   134 file path=$(PYTHON_LIB)/hgext/notify.py
       
   135 file path=$(PYTHON_LIB)/hgext/pager.py
       
   136 file path=$(PYTHON_LIB)/hgext/parentrevspec.py
       
   137 file path=$(PYTHON_LIB)/hgext/patchbomb.py
       
   138 file path=$(PYTHON_LIB)/hgext/progress.py
       
   139 file path=$(PYTHON_LIB)/hgext/purge.py
       
   140 file path=$(PYTHON_LIB)/hgext/rebase.py
       
   141 file path=$(PYTHON_LIB)/hgext/record.py
       
   142 file path=$(PYTHON_LIB)/hgext/relink.py
       
   143 file path=$(PYTHON_LIB)/hgext/schemes.py
       
   144 file path=$(PYTHON_LIB)/hgext/share.py
       
   145 file path=$(PYTHON_LIB)/hgext/transplant.py
       
   146 file path=$(PYTHON_LIB)/hgext/win32mbcs.py
       
   147 file path=$(PYTHON_LIB)/hgext/win32text.py
       
   148 file path=$(PYTHON_LIB)/hgext/zeroconf/Zeroconf.py
       
   149 file path=$(PYTHON_LIB)/hgext/zeroconf/__init__.py
       
   150 file path=$(PYTHON_LIB)/mercurial-$(COMPONENT_VERSION)-py2.6.egg-info
       
   151 file path=$(PYTHON_LIB)/mercurial/__init__.py
       
   152 file path=$(PYTHON_LIB)/mercurial/__version__.py
       
   153 file path=$(PYTHON_LIB)/mercurial/ancestor.py
       
   154 file path=$(PYTHON_LIB)/mercurial/archival.py
       
   155 file path=$(PYTHON_LIB)/mercurial/base85.so
       
   156 file path=$(PYTHON_LIB)/mercurial/bdiff.so
       
   157 file path=$(PYTHON_LIB)/mercurial/bookmarks.py
       
   158 file path=$(PYTHON_LIB)/mercurial/bundlerepo.py
       
   159 file path=$(PYTHON_LIB)/mercurial/byterange.py
       
   160 file path=$(PYTHON_LIB)/mercurial/changegroup.py
       
   161 file path=$(PYTHON_LIB)/mercurial/changelog.py
       
   162 file path=$(PYTHON_LIB)/mercurial/cmdutil.py
       
   163 file path=$(PYTHON_LIB)/mercurial/commands.py
       
   164 file path=$(PYTHON_LIB)/mercurial/config.py
       
   165 file path=$(PYTHON_LIB)/mercurial/context.py
       
   166 file path=$(PYTHON_LIB)/mercurial/copies.py
       
   167 file path=$(PYTHON_LIB)/mercurial/dagparser.py
       
   168 file path=$(PYTHON_LIB)/mercurial/demandimport.py
       
   169 file path=$(PYTHON_LIB)/mercurial/diffhelpers.so
       
   170 file path=$(PYTHON_LIB)/mercurial/dirstate.py
       
   171 file path=$(PYTHON_LIB)/mercurial/discovery.py
       
   172 file path=$(PYTHON_LIB)/mercurial/dispatch.py
       
   173 file path=$(PYTHON_LIB)/mercurial/encoding.py
       
   174 file path=$(PYTHON_LIB)/mercurial/error.py
       
   175 file path=$(PYTHON_LIB)/mercurial/extensions.py
       
   176 file path=$(PYTHON_LIB)/mercurial/fancyopts.py
       
   177 file path=$(PYTHON_LIB)/mercurial/filelog.py
       
   178 file path=$(PYTHON_LIB)/mercurial/filemerge.py
       
   179 file path=$(PYTHON_LIB)/mercurial/graphmod.py
       
   180 file path=$(PYTHON_LIB)/mercurial/hbisect.py
       
   181 file path=$(PYTHON_LIB)/mercurial/help/config.txt
       
   182 file path=$(PYTHON_LIB)/mercurial/help/dates.txt
       
   183 file path=$(PYTHON_LIB)/mercurial/help/diffs.txt
       
   184 file path=$(PYTHON_LIB)/mercurial/help/environment.txt
       
   185 file path=$(PYTHON_LIB)/mercurial/help/extensions.txt
       
   186 file path=$(PYTHON_LIB)/mercurial/help/glossary.txt
       
   187 file path=$(PYTHON_LIB)/mercurial/help/hgweb.txt
       
   188 file path=$(PYTHON_LIB)/mercurial/help/merge-tools.txt
       
   189 file path=$(PYTHON_LIB)/mercurial/help/multirevs.txt
       
   190 file path=$(PYTHON_LIB)/mercurial/help/patterns.txt
       
   191 file path=$(PYTHON_LIB)/mercurial/help/revisions.txt
       
   192 file path=$(PYTHON_LIB)/mercurial/help/revsets.txt
       
   193 file path=$(PYTHON_LIB)/mercurial/help/subrepos.txt
       
   194 file path=$(PYTHON_LIB)/mercurial/help/templates.txt
       
   195 file path=$(PYTHON_LIB)/mercurial/help/urls.txt
       
   196 file path=$(PYTHON_LIB)/mercurial/help.py
       
   197 file path=$(PYTHON_LIB)/mercurial/hg.py
       
   198 file path=$(PYTHON_LIB)/mercurial/hgweb/__init__.py
       
   199 file path=$(PYTHON_LIB)/mercurial/hgweb/common.py
       
   200 file path=$(PYTHON_LIB)/mercurial/hgweb/hgweb_mod.py
       
   201 file path=$(PYTHON_LIB)/mercurial/hgweb/hgwebdir_mod.py
       
   202 file path=$(PYTHON_LIB)/mercurial/hgweb/protocol.py
       
   203 file path=$(PYTHON_LIB)/mercurial/hgweb/request.py
       
   204 file path=$(PYTHON_LIB)/mercurial/hgweb/server.py
       
   205 file path=$(PYTHON_LIB)/mercurial/hgweb/webcommands.py
       
   206 file path=$(PYTHON_LIB)/mercurial/hgweb/webutil.py
       
   207 file path=$(PYTHON_LIB)/mercurial/hgweb/wsgicgi.py
       
   208 file path=$(PYTHON_LIB)/mercurial/hook.py
       
   209 file path=$(PYTHON_LIB)/mercurial/httprepo.py
       
   210 file path=$(PYTHON_LIB)/mercurial/i18n.py
       
   211 file path=$(PYTHON_LIB)/mercurial/ignore.py
       
   212 file path=$(PYTHON_LIB)/mercurial/keepalive.py
       
   213 file path=$(PYTHON_LIB)/mercurial/locale/da/LC_MESSAGES/hg.mo
       
   214 file path=$(PYTHON_LIB)/mercurial/locale/de/LC_MESSAGES/hg.mo
       
   215 file path=$(PYTHON_LIB)/mercurial/locale/el/LC_MESSAGES/hg.mo
       
   216 file path=$(PYTHON_LIB)/mercurial/locale/fr/LC_MESSAGES/hg.mo
       
   217 file path=$(PYTHON_LIB)/mercurial/locale/it/LC_MESSAGES/hg.mo
       
   218 file path=$(PYTHON_LIB)/mercurial/locale/ja/LC_MESSAGES/hg.mo
       
   219 file path=$(PYTHON_LIB)/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
       
   220 file path=$(PYTHON_LIB)/mercurial/locale/ro/LC_MESSAGES/hg.mo
       
   221 file path=$(PYTHON_LIB)/mercurial/locale/sv/LC_MESSAGES/hg.mo
       
   222 file path=$(PYTHON_LIB)/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo
       
   223 file path=$(PYTHON_LIB)/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo
       
   224 file path=$(PYTHON_LIB)/mercurial/localrepo.py
       
   225 file path=$(PYTHON_LIB)/mercurial/lock.py
       
   226 file path=$(PYTHON_LIB)/mercurial/lsprof.py
       
   227 file path=$(PYTHON_LIB)/mercurial/lsprofcalltree.py
       
   228 file path=$(PYTHON_LIB)/mercurial/mail.py
       
   229 file path=$(PYTHON_LIB)/mercurial/manifest.py
       
   230 file path=$(PYTHON_LIB)/mercurial/match.py
       
   231 file path=$(PYTHON_LIB)/mercurial/mdiff.py
       
   232 file path=$(PYTHON_LIB)/mercurial/merge.py
       
   233 file path=$(PYTHON_LIB)/mercurial/minirst.py
       
   234 file path=$(PYTHON_LIB)/mercurial/mpatch.so
       
   235 file path=$(PYTHON_LIB)/mercurial/node.py
       
   236 file path=$(PYTHON_LIB)/mercurial/osutil.so
       
   237 file path=$(PYTHON_LIB)/mercurial/parser.py
       
   238 file path=$(PYTHON_LIB)/mercurial/parsers.so
       
   239 file path=$(PYTHON_LIB)/mercurial/patch.py
       
   240 file path=$(PYTHON_LIB)/mercurial/posix.py
       
   241 file path=$(PYTHON_LIB)/mercurial/pushkey.py
       
   242 file path=$(PYTHON_LIB)/mercurial/py3kcompat.py
       
   243 file path=$(PYTHON_LIB)/mercurial/repair.py
       
   244 file path=$(PYTHON_LIB)/mercurial/repo.py
       
   245 file path=$(PYTHON_LIB)/mercurial/revlog.py
       
   246 file path=$(PYTHON_LIB)/mercurial/revset.py
       
   247 file path=$(PYTHON_LIB)/mercurial/similar.py
       
   248 file path=$(PYTHON_LIB)/mercurial/simplemerge.py pkg.depend.bypass-generate=.*
       
   249 file path=$(PYTHON_LIB)/mercurial/sshrepo.py
       
   250 file path=$(PYTHON_LIB)/mercurial/sshserver.py
       
   251 file path=$(PYTHON_LIB)/mercurial/statichttprepo.py
       
   252 file path=$(PYTHON_LIB)/mercurial/store.py
       
   253 file path=$(PYTHON_LIB)/mercurial/strutil.py
       
   254 file path=$(PYTHON_LIB)/mercurial/subrepo.py
       
   255 file path=$(PYTHON_LIB)/mercurial/tags.py
       
   256 file path=$(PYTHON_LIB)/mercurial/templatefilters.py
       
   257 file path=$(PYTHON_LIB)/mercurial/templatekw.py
       
   258 file path=$(PYTHON_LIB)/mercurial/templater.py
       
   259 file path=$(PYTHON_LIB)/mercurial/templates/atom/changelog.tmpl
       
   260 file path=$(PYTHON_LIB)/mercurial/templates/atom/changelogentry.tmpl
       
   261 file path=$(PYTHON_LIB)/mercurial/templates/atom/error.tmpl
       
   262 file path=$(PYTHON_LIB)/mercurial/templates/atom/filelog.tmpl
       
   263 file path=$(PYTHON_LIB)/mercurial/templates/atom/header.tmpl
       
   264 file path=$(PYTHON_LIB)/mercurial/templates/atom/map
       
   265 file path=$(PYTHON_LIB)/mercurial/templates/atom/tagentry.tmpl
       
   266 file path=$(PYTHON_LIB)/mercurial/templates/atom/tags.tmpl
       
   267 file path=$(PYTHON_LIB)/mercurial/templates/coal/header.tmpl
       
   268 file path=$(PYTHON_LIB)/mercurial/templates/coal/map
       
   269 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/branches.tmpl
       
   270 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/changelog.tmpl
       
   271 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/changelogentry.tmpl
       
   272 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/changeset.tmpl
       
   273 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/error.tmpl
       
   274 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/fileannotate.tmpl
       
   275 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/filediff.tmpl
       
   276 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/filelog.tmpl
       
   277 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/filerevision.tmpl
       
   278 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/footer.tmpl
       
   279 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/graph.tmpl
       
   280 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/header.tmpl
       
   281 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/help.tmpl
       
   282 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/helptopics.tmpl
       
   283 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/index.tmpl
       
   284 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/manifest.tmpl
       
   285 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/map
       
   286 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/notfound.tmpl
       
   287 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/search.tmpl
       
   288 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/shortlog.tmpl
       
   289 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/summary.tmpl
       
   290 file path=$(PYTHON_LIB)/mercurial/templates/gitweb/tags.tmpl
       
   291 file path=$(PYTHON_LIB)/mercurial/templates/map-cmdline.changelog
       
   292 file path=$(PYTHON_LIB)/mercurial/templates/map-cmdline.compact
       
   293 file path=$(PYTHON_LIB)/mercurial/templates/map-cmdline.default
       
   294 file path=$(PYTHON_LIB)/mercurial/templates/map-cmdline.xml
       
   295 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/branches.tmpl
       
   296 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/changelog.tmpl
       
   297 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/changelogentry.tmpl
       
   298 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/changeset.tmpl
       
   299 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/error.tmpl
       
   300 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/fileannotate.tmpl
       
   301 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/filediff.tmpl
       
   302 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/filelog.tmpl
       
   303 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/filerevision.tmpl
       
   304 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/footer.tmpl
       
   305 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/graph.tmpl
       
   306 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/header.tmpl
       
   307 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/help.tmpl
       
   308 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/helptopics.tmpl
       
   309 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/index.tmpl
       
   310 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/manifest.tmpl
       
   311 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/map
       
   312 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/notfound.tmpl
       
   313 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/search.tmpl
       
   314 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/shortlog.tmpl
       
   315 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/summary.tmpl
       
   316 file path=$(PYTHON_LIB)/mercurial/templates/monoblue/tags.tmpl
       
   317 file path=$(PYTHON_LIB)/mercurial/templates/paper/bookmarks.tmpl
       
   318 file path=$(PYTHON_LIB)/mercurial/templates/paper/branches.tmpl
       
   319 file path=$(PYTHON_LIB)/mercurial/templates/paper/changeset.tmpl
       
   320 file path=$(PYTHON_LIB)/mercurial/templates/paper/error.tmpl
       
   321 file path=$(PYTHON_LIB)/mercurial/templates/paper/fileannotate.tmpl
       
   322 file path=$(PYTHON_LIB)/mercurial/templates/paper/filediff.tmpl
       
   323 file path=$(PYTHON_LIB)/mercurial/templates/paper/filelog.tmpl
       
   324 file path=$(PYTHON_LIB)/mercurial/templates/paper/filelogentry.tmpl
       
   325 file path=$(PYTHON_LIB)/mercurial/templates/paper/filerevision.tmpl
       
   326 file path=$(PYTHON_LIB)/mercurial/templates/paper/footer.tmpl
       
   327 file path=$(PYTHON_LIB)/mercurial/templates/paper/graph.tmpl
       
   328 file path=$(PYTHON_LIB)/mercurial/templates/paper/header.tmpl
       
   329 file path=$(PYTHON_LIB)/mercurial/templates/paper/help.tmpl
       
   330 file path=$(PYTHON_LIB)/mercurial/templates/paper/helptopics.tmpl
       
   331 file path=$(PYTHON_LIB)/mercurial/templates/paper/index.tmpl
       
   332 file path=$(PYTHON_LIB)/mercurial/templates/paper/manifest.tmpl
       
   333 file path=$(PYTHON_LIB)/mercurial/templates/paper/map
       
   334 file path=$(PYTHON_LIB)/mercurial/templates/paper/notfound.tmpl
       
   335 file path=$(PYTHON_LIB)/mercurial/templates/paper/search.tmpl
       
   336 file path=$(PYTHON_LIB)/mercurial/templates/paper/shortlog.tmpl
       
   337 file path=$(PYTHON_LIB)/mercurial/templates/paper/shortlogentry.tmpl
       
   338 file path=$(PYTHON_LIB)/mercurial/templates/paper/tags.tmpl
       
   339 file path=$(PYTHON_LIB)/mercurial/templates/raw/changeset.tmpl
       
   340 file path=$(PYTHON_LIB)/mercurial/templates/raw/error.tmpl
       
   341 file path=$(PYTHON_LIB)/mercurial/templates/raw/fileannotate.tmpl
       
   342 file path=$(PYTHON_LIB)/mercurial/templates/raw/filediff.tmpl
       
   343 file path=$(PYTHON_LIB)/mercurial/templates/raw/index.tmpl
       
   344 file path=$(PYTHON_LIB)/mercurial/templates/raw/manifest.tmpl
       
   345 file path=$(PYTHON_LIB)/mercurial/templates/raw/map
       
   346 file path=$(PYTHON_LIB)/mercurial/templates/raw/notfound.tmpl
       
   347 file path=$(PYTHON_LIB)/mercurial/templates/rss/changelog.tmpl
       
   348 file path=$(PYTHON_LIB)/mercurial/templates/rss/changelogentry.tmpl
       
   349 file path=$(PYTHON_LIB)/mercurial/templates/rss/error.tmpl
       
   350 file path=$(PYTHON_LIB)/mercurial/templates/rss/filelog.tmpl
       
   351 file path=$(PYTHON_LIB)/mercurial/templates/rss/filelogentry.tmpl
       
   352 file path=$(PYTHON_LIB)/mercurial/templates/rss/header.tmpl
       
   353 file path=$(PYTHON_LIB)/mercurial/templates/rss/map
       
   354 file path=$(PYTHON_LIB)/mercurial/templates/rss/tagentry.tmpl
       
   355 file path=$(PYTHON_LIB)/mercurial/templates/rss/tags.tmpl
       
   356 file path=$(PYTHON_LIB)/mercurial/templates/spartan/branches.tmpl
       
   357 file path=$(PYTHON_LIB)/mercurial/templates/spartan/changelog.tmpl
       
   358 file path=$(PYTHON_LIB)/mercurial/templates/spartan/changelogentry.tmpl
       
   359 file path=$(PYTHON_LIB)/mercurial/templates/spartan/changeset.tmpl
       
   360 file path=$(PYTHON_LIB)/mercurial/templates/spartan/error.tmpl
       
   361 file path=$(PYTHON_LIB)/mercurial/templates/spartan/fileannotate.tmpl
       
   362 file path=$(PYTHON_LIB)/mercurial/templates/spartan/filediff.tmpl
       
   363 file path=$(PYTHON_LIB)/mercurial/templates/spartan/filelog.tmpl
       
   364 file path=$(PYTHON_LIB)/mercurial/templates/spartan/filelogentry.tmpl
       
   365 file path=$(PYTHON_LIB)/mercurial/templates/spartan/filerevision.tmpl
       
   366 file path=$(PYTHON_LIB)/mercurial/templates/spartan/footer.tmpl
       
   367 file path=$(PYTHON_LIB)/mercurial/templates/spartan/graph.tmpl
       
   368 file path=$(PYTHON_LIB)/mercurial/templates/spartan/header.tmpl
       
   369 file path=$(PYTHON_LIB)/mercurial/templates/spartan/index.tmpl
       
   370 file path=$(PYTHON_LIB)/mercurial/templates/spartan/manifest.tmpl
       
   371 file path=$(PYTHON_LIB)/mercurial/templates/spartan/map
       
   372 file path=$(PYTHON_LIB)/mercurial/templates/spartan/notfound.tmpl
       
   373 file path=$(PYTHON_LIB)/mercurial/templates/spartan/search.tmpl
       
   374 file path=$(PYTHON_LIB)/mercurial/templates/spartan/shortlog.tmpl
       
   375 file path=$(PYTHON_LIB)/mercurial/templates/spartan/shortlogentry.tmpl
       
   376 file path=$(PYTHON_LIB)/mercurial/templates/spartan/tags.tmpl
       
   377 file path=$(PYTHON_LIB)/mercurial/templates/static/background.png
       
   378 file path=$(PYTHON_LIB)/mercurial/templates/static/coal-file.png
       
   379 file path=$(PYTHON_LIB)/mercurial/templates/static/coal-folder.png
       
   380 file path=$(PYTHON_LIB)/mercurial/templates/static/excanvas.js
       
   381 file path=$(PYTHON_LIB)/mercurial/templates/static/graph.js
       
   382 file path=$(PYTHON_LIB)/mercurial/templates/static/hgicon.png
       
   383 file path=$(PYTHON_LIB)/mercurial/templates/static/hglogo.png
       
   384 file path=$(PYTHON_LIB)/mercurial/templates/static/style-coal.css
       
   385 file path=$(PYTHON_LIB)/mercurial/templates/static/style-gitweb.css
       
   386 file path=$(PYTHON_LIB)/mercurial/templates/static/style-monoblue.css
       
   387 file path=$(PYTHON_LIB)/mercurial/templates/static/style-paper.css
       
   388 file path=$(PYTHON_LIB)/mercurial/templates/static/style.css
       
   389 file path=$(PYTHON_LIB)/mercurial/templates/template-vars.txt
       
   390 file path=$(PYTHON_LIB)/mercurial/transaction.py
       
   391 file path=$(PYTHON_LIB)/mercurial/ui.py
       
   392 file path=$(PYTHON_LIB)/mercurial/url.py
       
   393 file path=$(PYTHON_LIB)/mercurial/util.py
       
   394 file path=$(PYTHON_LIB)/mercurial/verify.py
       
   395 file path=$(PYTHON_LIB)/mercurial/win32.py
       
   396 file path=$(PYTHON_LIB)/mercurial/windows.py
       
   397 file path=$(PYTHON_LIB)/mercurial/wireproto.py
       
   398 
    65 
   399 file path=usr/demo/mercurial/bash_completion
    66 file path=usr/demo/mercurial/bash_completion
   400 file path=usr/demo/mercurial/check-code.py mode=555
    67 file path=usr/demo/mercurial/check-code.py mode=555
   401 file path=usr/demo/mercurial/convert-repo mode=555
    68 file path=usr/demo/mercurial/convert-repo mode=555
   402 file path=usr/demo/mercurial/debugshell.py
    69 file path=usr/demo/mercurial/debugshell.py