comparison hgext/mq.py @ 16743:38caf405d010

hgext: mark all first-party extensions as such
author Augie Fackler <raf@durin42.com>
date Tue, 15 May 2012 14:37:49 -0500
parents 4da10c00a20c
children 6403fdd716fe
comparison
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
71 71
72 seriesopts = [('s', 'summary', None, _('print first line of patch header'))] 72 seriesopts = [('s', 'summary', None, _('print first line of patch header'))]
73 73
74 cmdtable = {} 74 cmdtable = {}
75 command = cmdutil.command(cmdtable) 75 command = cmdutil.command(cmdtable)
76 testedwith = 'internal'
76 77
77 # Patch names looks like unix-file names. 78 # Patch names looks like unix-file names.
78 # They must be joinable with queue directory and result in the patch path. 79 # They must be joinable with queue directory and result in the patch path.
79 normname = util.normpath 80 normname = util.normpath
80 81