Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 6212:e75aab656f46
Remove unused imports
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:23:41 +0100 |
parents | f89fd07fc51d |
children | fe8dbbe9520d |
comparison
equal
deleted
inserted
replaced
6211:f89fd07fc51d | 6212:e75aab656f46 |
---|---|
8 from node import hex, nullid, nullrev, short | 8 from node import hex, nullid, nullrev, short |
9 from i18n import _ | 9 from i18n import _ |
10 import os, re, sys, urllib | 10 import os, re, sys, urllib |
11 import hg, util, revlog, bundlerepo, extensions | 11 import hg, util, revlog, bundlerepo, extensions |
12 import difflib, patch, time, help, mdiff, tempfile | 12 import difflib, patch, time, help, mdiff, tempfile |
13 import errno, version, socket | 13 import version, socket |
14 import archival, changegroup, cmdutil, hgweb.server, sshserver, hbisect | 14 import archival, changegroup, cmdutil, hgweb.server, sshserver, hbisect |
15 | 15 |
16 # Commands start here, listed alphabetically | 16 # Commands start here, listed alphabetically |
17 | 17 |
18 def add(ui, repo, *pats, **opts): | 18 def add(ui, repo, *pats, **opts): |