hgext/fetch.py
changeset 8228 eee2319c5895
parent 8225 46293a0c7e9f
child 8407 223000a687b0
equal deleted inserted replaced
8227:0a9542703300 8228:eee2319c5895
     2 #
     2 #
     3 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     3 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
       
     7 
     7 '''pulling, updating and merging in one command'''
     8 '''pulling, updating and merging in one command'''
     8 
     9 
     9 from mercurial.i18n import _
    10 from mercurial.i18n import _
    10 from mercurial.node import nullid, short
    11 from mercurial.node import nullid, short
    11 from mercurial import commands, cmdutil, hg, util, url
    12 from mercurial import commands, cmdutil, hg, util, url