[Python-apps-commits] r5967 - in packages/mercurial/trunk/debian/patches (1 file)

vicho-guest at users.alioth.debian.org vicho-guest at users.alioth.debian.org
Fri Aug 6 09:23:50 UTC 2010


    Date: Friday, August 6, 2010 @ 09:23:47
  Author: vicho-guest
Revision: 5967

Fix patch proposed_upstream__correct-zeroconf-doc

Removed part of it that has been accepted upstream (6bfb76cb8873) and
converted to reST for consistency.

Modified:
  packages/mercurial/trunk/debian/patches/proposed_upstream__correct-zeroconf-doc

Modified: packages/mercurial/trunk/debian/patches/proposed_upstream__correct-zeroconf-doc
===================================================================
--- packages/mercurial/trunk/debian/patches/proposed_upstream__correct-zeroconf-doc	2010-08-06 09:23:30 UTC (rev 5966)
+++ packages/mercurial/trunk/debian/patches/proposed_upstream__correct-zeroconf-doc	2010-08-06 09:23:47 UTC (rev 5967)
@@ -6,21 +6,12 @@
  
  '''discover and advertise repositories on the local network
  
--Zeroconf enabled repositories will be announced in a network without
+-Zeroconf-enabled repositories will be announced in a network without
 -the need to configure a server or a service. They can be discovered
 -without knowing their actual IP address.
-+The zeroconf extension will advertise "hg serve" instances over DNS-SD so
-+that they can be discovered using the "hg paths" command without knowing
-+the server's address.
++The zeroconf extension will advertise :hg:`serve` instances over
++DNS-SD so that they can be discovered using the :hg:`paths` command
++without knowing the server's address.
  
- To allow other people to discover your repository using run "hg serve"
- in your repository::
-@@ -17,7 +17,7 @@
-   $ cd test
-   $ hg serve
- 
--You can discover zeroconf enabled repositories by running "hg paths"::
-+You can discover Zeroconf-enabled repositories by running "hg paths"::
- 
-   $ hg paths
-   zc-test = http://example.com:8000/test
+ To allow other people to discover your repository using run
+ :hg:`serve` in your repository::




More information about the Python-apps-commits mailing list