sapling/mercurial
Matt Mackall 966fa4be08 resolve: require -a switch to resolve all files
Like revert -a, this should make this command slightly safer
2008-12-19 16:47:36 -06:00
..
hgweb hgweb: recurse down collections only if ** in [paths] 2008-12-18 22:32:48 +01:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py symmetricdifference: move back to copies 2008-03-29 12:39:47 -05:00
archival.py move % out of translatable strings 2008-08-16 14:46:56 +02:00
base85.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
bdiff.c merge with crew-stable, again 2008-10-20 14:58:49 +02:00
bundlerepo.py bundlerepo doesn't really have a dirstate, throw AttributeError if requested 2008-11-27 16:07:17 +01:00
byterange.py use Exception(args)-style raising consistently (py3k compatibility) 2008-09-08 13:07:00 +02:00
changegroup.py improve changegroup.readbundle(), use it in hgweb 2008-02-21 17:02:28 +01:00
changelog.py merge with crew-stable 2008-09-17 11:34:37 +02:00
cmdutil.py Improved error message for log --follow 2008-11-24 17:16:39 -08:00
commands.py resolve: require -a switch to resolve all files 2008-12-19 16:47:36 -06:00
context.py context: enforce memctx.files() unicity 2008-12-14 17:35:19 +01:00
copies.py util: add sort helper 2008-06-27 18:28:45 -05:00
demandimport.py demandimport: handling new relative imports 2008-01-16 19:14:54 +03:30
diffhelpers.c Handle patches with misformatted empty lines 2007-11-01 17:15:50 -05:00
dirstate.py remove unused variables 2008-10-28 19:25:26 +01:00
dispatch.py dispatch: generalize signature checking for extension command wrapping 2008-11-18 16:02:14 -06:00
extensions.py dispatch: generalize signature checking for extension command wrapping 2008-11-18 16:02:14 -06:00
fancyopts.py transform a bunch of print statements to appropriate ui calls 2008-01-18 10:48:25 -06:00
filelog.py Remove unused imports 2008-03-06 22:23:41 +01:00
filemerge.py More verbose logging when filemerge searches for merge-tool 2008-11-07 02:47:12 +01:00
graphmod.py remove unused variables 2008-10-28 19:25:26 +01:00
hbisect.py bisect: ability to check revision with command 2008-10-10 16:58:14 +03:00
help.py update help on git diffs 2008-11-18 15:35:34 -06:00
hg.py remove unused variables 2008-10-28 19:25:26 +01:00
hook.py hooks: restore io correctly on exception 2008-11-25 16:40:54 -06:00
httprepo.py protocol: avoid sending outrageously large between requests 2008-11-07 15:30:25 -06:00
i18n.py Enable gettext translations 2006-12-14 17:32:00 -06:00
ignore.py ignore: fix up comment parsing 2007-12-10 10:26:42 -06:00
keepalive.py python 2.6 compatibility: compatibility wrappers for hash functions 2008-04-04 22:36:40 +02:00
localrepo.py push: use the fast changegroup() path on push 2008-12-02 19:36:43 +01:00
lock.py Use format string for lockname again (was changed by cb157328a155) 2007-07-21 10:39:42 +02:00
lsprof.py use Exception(args)-style raising consistently (py3k compatibility) 2008-09-08 13:07:00 +02:00
mail.py mail: correct typo in variable name 2008-10-21 10:29:57 +02:00
manifest.py manifest: fix _search() corner-case 2008-11-25 22:23:17 +01:00
match.py dirstate.walk: speed up calling match function 2008-07-22 13:03:31 -05:00
mdiff.py diff: fix obscure off-by-one error in diff -p 2008-11-27 17:00:54 +01:00
merge.py merge: fix bug going backwards for already reverted files (issue1303) 2008-10-08 16:22:08 -05:00
mpatch.c allow Mercurial to compile on Haiku 2008-09-17 10:22:35 +02:00
node.py manifest: speed up creation of the manifestdict 2007-07-23 20:44:08 -05:00
osutil.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
osutil.py Fix util._statfiles_clustered() failing at root of a windows drive 2008-11-01 15:15:14 +03:00
parsers.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
patch.py patch: handle git patches that remove symlinks (issue1438) 2008-12-14 23:04:29 -08:00
repair.py linkrev: take a revision number rather than a hash 2008-11-12 15:19:14 -06:00
repo.py repo: add rjoin method 2008-04-11 22:19:52 -07:00
revlog.py lookup: speed up partial lookup 2008-11-12 19:11:34 -06:00
simplemerge.py remove unused variables 2008-10-28 19:25:26 +01:00
sshrepo.py protocol/between: the protocol expects to have ' '-separated tuples 2008-10-22 21:41:57 +02:00
sshserver.py make streamclone.stream_out() a generator 2008-08-15 13:25:57 +02:00
statichttprepo.py statichttprepo: cleanups, use url.py (proxy, password support) 2008-10-28 08:26:18 +01:00
store.py store: encode trailing period and space on directory names (issue1417) 2008-12-13 18:32:29 +01:00
streamclone.py remove unused variables 2008-10-28 19:25:26 +01:00
strutil.py Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
templatefilters.py add graph page to hgweb 2008-06-18 07:06:41 +02:00
templater.py kill some trailing spaces 2008-11-27 16:07:13 +01:00
transaction.py add missing import from d329ec89ce55 2008-11-07 18:42:43 +01:00
ui.py issue1419: catch strange readline import error on windows 2008-12-09 17:01:14 -08:00
url.py url: detect scheme with a regexp instead of urlsplit() 2008-10-28 23:54:01 +01:00
util_win32.py util_win32: fix Windows version checking (issue1358) 2008-11-26 22:27:37 +01:00
util.py hgweb: mq repos should be in non-recursive collections, too 2008-12-19 18:24:49 +01:00
verify.py linkrev: take a revision number rather than a hash 2008-11-12 15:19:14 -06:00
version.py Make mercurial easy installable again 2008-04-24 13:37:29 +02:00