[PATCH stable] factotum: add man reference to help output

Steven Stallion sstallion at gmail.com
Fri May 4 11:15:23 CDT 2012


# HG changeset patch
# User Steven Stallion <sstallion at gmail.com>
# Date 1336148095 25200
# Node ID bccae432ad6e80369b4dc95c5dc9308e7c952b27
# Parent  eab32ab5cd65b2c9d1319c1c07886b450614abbc
factotum: add man reference to help output

diff -r eab32ab5cd65 -r bccae432ad6e hgext/factotum.py
--- a/hgext/factotum.py	Thu May 03 16:12:52 2012 -0500
+++ b/hgext/factotum.py	Fri May 04 09:14:55 2012 -0700
@@ -18,11 +18,11 @@
 
 '''http authentication with factotum
 
-This extension allows the factotum facility on Plan 9 from Bell Labs platforms
-to provide authentication information for HTTP access. Configuration entries
-specified in the auth section as well as authentication information provided
-in the repository URL are fully supported. If no prefix is specified, a value
-of ``*`` will be assumed.
+This extension allows the factotum(4) facility on Plan 9 from Bell Labs
+platforms to provide authentication information for HTTP access. Configuration
+entries specified in the auth section as well as authentication information
+provided in the repository URL are fully supported. If no prefix is specified,
+a value of "*" will be assumed.
 
 By default, keys are specified as::
 


More information about the Mercurial-devel mailing list