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): |