[PATCH 4 of 4] fetch: mark extension as deprecated

Augie Fackler raf at durin42.com
Fri May 11 05:54:14 CDT 2012


# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# Date 1336729349 18000
# Node ID 8c9d7449645f9779b6e24de74811bc05e6e7727e
# Parent  c9d24d1c44355d0e493792b7d6daae9771e68da1
fetch: mark extension as deprecated

diff --git a/hgext/fetch.py b/hgext/fetch.py
--- a/hgext/fetch.py
+++ b/hgext/fetch.py
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-'''pull, update and merge in one command'''
+'''pull, update and merge in one command (DEPRECATED)'''
 
 from mercurial.i18n import _
 from mercurial.node import nullid, short


More information about the Mercurial-devel mailing list