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

Augie Fackler raf at durin42.com
Fri May 11 06:17:52 CDT 2012


# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# Date 1336729349 18000
# Node ID 515f2481fbccd1f2c7746d3c536a8b74d713c6cd
# Parent  49a5e4f6e4208e74ac8c468a73920c52f1e413b9
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