Mercurial > hg-stable
changeset 17405:b0aad9fb87f9 stable
obsolete: import modules within mercurial/ without "from mercurial"
author | Steve Borho <steve@borho.org> |
---|---|
date | Tue, 28 Aug 2012 11:15:34 -0500 |
parents | 19e4861f9730 |
children | fc14953e8e34 1fc45b9a1300 4fdc1f1b9152 d79df9fd5374 |
files | mercurial/obsolete.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/obsolete.py Mon Aug 27 09:57:58 2012 -0400 +++ b/mercurial/obsolete.py Tue Aug 28 11:15:34 2012 -0500 @@ -52,7 +52,7 @@ cannot contain '\0'. """ import struct -from mercurial import util, base85 +import util, base85 from i18n import _ # the obsolete feature is not mature enought to be enabled by default.