mercurial/commands.py
changeset 5190 da1658d63647
parent 5189 60acf1432ee0
child 5203 ce4e67533723
equal deleted inserted replaced
5189:60acf1432ee0 5190:da1658d63647
     3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 import demandimport; demandimport.enable()
       
     9 from node import *
     8 from node import *
    10 from i18n import _
     9 from i18n import _
    11 import os, re, sys, urllib
    10 import os, re, sys, urllib
    12 import hg, util, revlog, bundlerepo, extensions
    11 import hg, util, revlog, bundlerepo, extensions
    13 import difflib, patch, time, help, mdiff, tempfile
    12 import difflib, patch, time, help, mdiff, tempfile