Merge with stable
authorMartin Geisler <mg@lazybytes.net>
Tue, 22 Dec 2009 00:50:15 +0100
changeset 10113 f76984a27b3d
parent 10111 27457d31ae3f (current diff)
parent 10112 703db37d186b (diff)
child 10115 c23626384b7e
Merge with stable
--- a/hgext/acl.py	Mon Dec 14 00:32:29 2009 +0900
+++ b/hgext/acl.py	Tue Dec 22 00:50:15 2009 +0100
@@ -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
--- a/hgext/bugzilla.py	Mon Dec 14 00:32:29 2009 +0900
+++ b/hgext/bugzilla.py	Tue Dec 22 00:50:15 2009 +0100
@@ -103,7 +103,7 @@
 Activating the extension::
 
     [extensions]
-    hgext.bugzilla =
+    bugzilla =
 
     [hooks]
     # run bugzilla hook on every change pulled or pushed in here
--- a/hgext/notify.py	Mon Dec 14 00:32:29 2009 +0900
+++ b/hgext/notify.py	Tue Dec 22 00:50:15 2009 +0100
@@ -14,7 +14,7 @@
 this::
 
   [extensions]
-  hgext.notify =
+  notify =
 
   [hooks]
   # one email for each incoming changeset
--- a/hgext/pager.py	Mon Dec 14 00:32:29 2009 +0900
+++ b/hgext/pager.py	Tue Dec 22 00:50:15 2009 +0100
@@ -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.
 
--- a/hgext/win32text.py	Mon Dec 14 00:32:29 2009 +0900
+++ b/hgext/win32text.py	Tue Dec 22 00:50:15 2009 +0100
@@ -10,7 +10,7 @@
 To perform automatic newline conversion, use::
 
   [extensions]
-  hgext.win32text =
+  win32text =
   [encode]
   ** = cleverencode:
   # or ** = macencode:
--- a/tests/test-notify.out	Mon Dec 14 00:32:29 2009 +0900
+++ b/tests/test-notify.out	Tue Dec 22 00:50:15 2009 +0100
@@ -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