Mercurial > hg-stable
comparison hg @ 3877:abaee83ce0a6
Replace demandload with new demandimport
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 13 Dec 2006 13:27:09 -0600 |
parents | ad4a2eefe4d7 |
children | 63b9d2deed48 |
comparison
equal
deleted
inserted
replaced
3876:1e0b94cfba0e | 3877:abaee83ce0a6 |
---|---|
5 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> | 5 # Copyright 2005, 2006 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 from mercurial import commands | 10 import mercurial.commands |
11 | 11 mercurial.commands.run() |
12 commands.run() |