[Python-apps-commits] r958 - in packages/mercurial/trunk/debian (hgext.rc)
vdanjean at users.alioth.debian.org
vdanjean at users.alioth.debian.org
Mon Apr 14 12:44:24 UTC 2008
Date: Monday, April 14, 2008 @ 12:44:23
Author: vdanjean
Revision: 958
Comment out entries that are enabled at install time in hgext.rc
reorganise entries in alphabetic order, too
Modified:
packages/mercurial/trunk/debian/hgext.rc
Modified: packages/mercurial/trunk/debian/hgext.rc
===================================================================
--- packages/mercurial/trunk/debian/hgext.rc 2008-04-14 12:44:20 UTC (rev 957)
+++ packages/mercurial/trunk/debian/hgext.rc 2008-04-14 12:44:23 UTC (rev 958)
@@ -1,21 +1,11 @@
# mercurial configuration file for upstream hg extensions
# See hgrc(5) for more information
+# Extension provided by core-mercurial listed in alphabetic order
+# See /usr/share/doc/mercurial/README.Debian.gz for more information
+# (for example, some extensions needed other Debian packages to work)
[extensions]
-# add color output to the status and qseries commands
-# hgext.color =
-
-# syntax highlighting in hgweb file view (requires pygments)
-# hgext.highlight =
-
-# inotify-based status acceleration for Linux systems
-# add the 'inserve' command
-# hgext.inotify =
-
-# CVS/RCS-like Keyword Substitution
-# hgext.keyword =
-
# changeset access control for mercurial
# hgext.acl=
@@ -33,6 +23,9 @@
# add the 'churn' command
hgext.churn=
+# add color output to the status and qseries commands
+# hgext.color =
+
# Foreign SCM converter
# add the 'convert' and 'debugsvnlog' commands
hgext.convert=
@@ -56,13 +49,23 @@
# add the 'view' command
# hgext.hgk=
+# syntax highlighting in hgweb file view
+# hgext.highlight =
+
# lets you split a merge into pieces
# add the 'imerge' command
hgext.imerge=
+# inotify-based status acceleration for Linux systems
+# add the 'inserve' command
+# hgext.inotify =
+
# allows you to change changelog and summary text
# hgext.interhg=
+# CVS/RCS-like Keyword Substitution
+# hgext.keyword =
+
# patch queues for mercurial
# add the 'q*' commands
hgext.mq=
More information about the Python-apps-commits
mailing list