Mercurial > public > mercurial-scm > hg
diff hgext/largefiles/reposetup.py @ 15305:683f417fa538 stable
largefiles: tidy imports
- no need to defensively import scmutil
- remove duplicate
- unwrap non-long line
author | Greg Ward <greg@gerg.ca> |
---|---|
date | Sun, 16 Oct 2011 10:29:51 -0400 |
parents | 7ab05d752405 |
children | 8d862e7b96d4 |
line wrap: on
line diff
--- a/hgext/largefiles/reposetup.py Tue Oct 18 20:06:23 2011 -0400 +++ b/hgext/largefiles/reposetup.py Sun Oct 16 10:29:51 2011 -0400 @@ -12,8 +12,7 @@ import os import re -from mercurial import context, error, manifest, match as match_, \ - node, util +from mercurial import context, error, manifest, match as match_, node, util from mercurial.i18n import _ import lfcommands