hgext/zeroconf/__init__.py
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Tue, 04 Feb 2020 12:07:37 +0100 Pierre-Yves David config: also respect HGRCSKIPREPO in the zeroconf extension stable
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Thu, 08 Jan 2009 02:03:00 +0000 Vernon Tang zeroconf: improve the extension's documentation
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sat, 02 Feb 2019 12:07:31 -0800 Gregory Szorc zeroconf: port to Python 3
Fri, 30 Jun 2017 03:45:43 +0200 Boris Feld configitems: register the 'web.description' config
Sat, 01 Jul 2017 21:57:17 +0200 Pierre-Yves David zeroconf: blindly forward extra argument to the core config method
Wed, 08 Feb 2017 08:08:41 -0800 Simon Farnsworth zeroconf: fail nicely on IPv6 only system
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Tue, 01 Mar 2016 13:48:25 -0500 Augie Fackler zeroconf: import ui as uimod per test-check-module-imports
Tue, 01 Mar 2016 08:42:46 +0000 timeless zeroconf: use absolute_import
Thu, 25 Feb 2016 10:01:59 -0800 Danek Duvall zeroconf: fix crash in "hg paths" when zeroconf server is up
Wed, 10 Feb 2016 22:53:17 +0900 Yuya Nishihara zeroconf: forward all arguments passed to ui.configitems() wrapper stable
Sun, 17 Jan 2016 20:37:29 -0800 Gregory Szorc zeroconf: access repo on hgweb_mod properly (issue5036) stable
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Sun, 30 Dec 2012 19:19:52 +0100 Benoit Boissinot zeroconf: use port from server instead of picking port from config (issue3746)
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sat, 30 Apr 2011 19:36:59 +0200 Nicolas Dumazet zeroconf: notify the Zeroconf threads when hg exits stable
Sat, 28 Aug 2010 12:31:07 -0400 Brodie Rao mail/hgweb: support service names for ports (issue2350)
Sat, 03 Jul 2010 01:56:09 +0200 Martin Geisler zeroconf: small fixes in docstring stable
Mon, 14 Jun 2010 16:56:20 -0300 Renato Cunha hgext/zeroconf/__init__.py: Separate relative and absolute imports.
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall zeroconf: handle string hgweb config args
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: make baseui parameter non-positional
Sat, 06 Feb 2010 17:31:49 +0100 Henrik Stuart zeroconf: override default destination folder on clone
Fri, 05 Feb 2010 10:16:52 -0600 Augie Fackler zeroconf: gethostbyaddr may also fail with socket.herror stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 26 Sep 2009 00:17:55 +0300 Alexander Solovyov zeroconf: read actual description for repos in hgwebdir
Sat, 26 Sep 2009 00:17:02 +0300 Alexander Solovyov zeroconf: code cleanup, fixing variable names to be meaningful
Sun, 13 Sep 2009 17:53:09 +0200 Patrick Mezard Merge with crew-stable
Sun, 13 Sep 2009 17:23:47 +0200 Patrick Mezard zeroconf: fix hgweb published URLs (issue1819)
Sun, 26 Jul 2009 02:03:35 +0200 Martin Geisler zeroconf: wrap docstrings at 70 characters
Thu, 23 Jul 2009 00:26:42 +0200 Martin Geisler zeroconf: use reST syntax for literal blocks
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler zeroconf: wrapped docstrings at 78 characters
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Sat, 20 Jun 2009 20:57:13 +0200 Cédric Duval help: remove per-extension paragraph on how to enable it
Tue, 09 Jun 2009 09:25:31 -0400 timeless Spell Mercurial as a proper noun
Mon, 27 Apr 2009 21:33:39 +0300 Alexander Solovyov zeroconf: guess ip for Zeroconf
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall hgweb: kill parentui references
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall ui: kill most users of parentui name and arg, replace with .copy()
Sat, 04 Apr 2009 23:20:10 +0200 Martin Geisler zeroconf: word-wrap help texts at 70 characters
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values
Thu, 05 Mar 2009 12:58:13 +0200 Alexander Solovyov zeroconf: advertise repositories with hostname
Sun, 15 Feb 2009 20:18:29 +0200 Alexander Solovyov zeroconf: don't allow ipv6 addresses
Mon, 05 Jan 2009 20:49:12 +0100 David Soria Parra zeroconf: add extension documentation
Wed, 29 Oct 2008 18:54:46 -0500 Augie Fackler zeroconf: Don't break serve if no internet connection is present.
Tue, 28 Oct 2008 20:23:22 +0100 Benoit Boissinot fix zeroconf handling for hgwebdir (error found by pychecker)
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Fri, 24 Oct 2008 11:35:47 -0500 Matt Mackall zeroconf: don't break on hg showconfig
Wed, 22 Oct 2008 17:34:52 -0500 Matt Mackall extensions: use new wrapper functions
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall zeroconf: advertise a proper hostname for _hg services
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall zeroconf: use only first part of hostname for building local name
Wed, 08 Oct 2008 19:58:35 -0500 Matt Mackall zeroconf: initial implementation
less more (0) tip