hg
changeset 5178 18a9fbb5cd78
parent 4635 63b9d2deed48
child 5197 55860a45bbf2
equal deleted inserted replaced
5177:92236732d5a1 5178:18a9fbb5cd78
     5 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     5 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms
     7 # This software may be used and distributed according to the terms
     8 # of the GNU General Public License, incorporated herein by reference.
     8 # of the GNU General Public License, incorporated herein by reference.
     9 
     9 
    10 import mercurial.commands
    10 import mercurial.dispatch
    11 mercurial.commands.run()
    11 mercurial.dispatch.run()