Mercurial > hg
diff mercurial/commands.py @ 3897:7034020aeaf9
merge with main
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 15 Dec 2006 05:38:54 +0100 |
parents | 6b4127c7d52a |
children | 0d27502a804c |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Dec 14 23:51:41 2006 +0100 +++ b/mercurial/commands.py Fri Dec 15 05:38:54 2006 +0100 @@ -7,7 +7,7 @@ import demandimport; demandimport.enable() from node import * -from i18n import gettext as _ +from i18n import _ import bisect, os, re, sys, signal, imp, urllib, pdb, shlex, stat import fancyopts, ui, hg, util, lock, revlog, bundlerepo import difflib, patch, time, help, mdiff, tempfile