Skip to content
Snippets Groups Projects
Commit 703db37d authored by Martin Geisler's avatar Martin Geisler
Browse files

hgext: enable extensions without "hgext." prefix in help texts

parent 37679dbf
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
To use this hook, configure the acl extension in your hgrc like this::
[extensions]
hgext.acl =
acl =
[hooks]
pretxnchangegroup.acl = python:hgext.acl.hook
......
......@@ -103,7 +103,7 @@
Activating the extension::
[extensions]
hgext.bugzilla =
bugzilla =
[hooks]
# run bugzilla hook on every change pulled or pushed in here
......
......@@ -14,7 +14,7 @@
this::
[extensions]
hgext.notify =
notify =
[hooks]
# one email for each incoming changeset
......
......@@ -8,7 +8,7 @@
# To load the extension, add it to your .hgrc file:
#
# [extension]
# hgext.pager =
# pager =
#
# Run "hg help pager" to get info on configuration.
......
......@@ -10,7 +10,7 @@
To perform automatic newline conversion, use::
[extensions]
hgext.win32text =
win32text =
[encode]
** = cleverencode:
# or ** = macencode:
......
......@@ -6,7 +6,7 @@
To use, configure the notify extension and enable it in hgrc like this:
[extensions]
hgext.notify =
notify =
[hooks]
# one email for each incoming changeset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment