--- a/mercurial/commands.py Thu Sep 21 21:24:53 2006 +0200
+++ b/mercurial/commands.py Sun Oct 01 19:26:33 2006 +0200
@@ -2502,7 +2502,7 @@
"""
all = opts['all']
-
+
files, matchfn, anypats = cmdutil.matchpats(repo, pats, opts)
cwd = (pats and repo.getcwd()) or ''
modified, added, removed, deleted, unknown, ignored, clean = [
@@ -3236,7 +3236,7 @@
if t in table:
ui.warn(_("module %s overrides %s\n") % (name, t))
table.update(cmdtable)
-
+
def dispatch(args):
for name in 'SIGBREAK', 'SIGHUP', 'SIGTERM':
num = getattr(signal, name, None)