changeset 16669:766bbe587545

fetch: mark extension as deprecated
author Augie Fackler <raf@durin42.com>
date Fri, 11 May 2012 04:42:29 -0500
parents f393d20fb2ba
children 052047753f7d
files hgext/fetch.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/fetch.py	Fri May 11 06:15:46 2012 -0500
+++ b/hgext/fetch.py	Fri May 11 04:42:29 2012 -0500
@@ -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