sapling/mercurial
2006-04-02 18:16:06 +02:00
..
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
appendfile.py work around python bug on solaris 10. 2006-03-30 19:28:41 -08:00
bdiff.c do proper typecasting on malloc() and calloc() calls 2006-03-20 08:46:29 +01:00
bundlerepo.py make incoming work via ssh (issue139); move chunk code into separate module. 2006-03-21 11:47:21 +01:00
byterange.py Make consistent use of str.startswith() in conditionals. 2005-07-10 16:14:56 -08:00
changegroup.py Added missing gettext import to changegroup.py. 2006-03-24 15:19:08 +01:00
changelog.py i18n part2: use '_' for all strings who are part of the user interface 2005-10-18 18:38:39 -07:00
commands.py Merged with crew. 2006-04-02 08:19:41 +02:00
demandload.py rewrite demandload module to be more flexible. 2006-03-02 11:38:03 -08:00
dirstate.py New option -i/--ignored for 'hg status' to show ignored files. 2006-03-29 22:58:34 +02:00
fancyopts.py fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX 2005-11-14 03:59:35 +02:00
filelog.py Re-enable the renamed check fastpath 2005-12-22 13:18:44 -06:00
hg.py new type of repo: bundle://path/to/repo+/path/to/bundlename 2006-03-13 03:56:36 +01:00
hgweb.py fix template bug that made hgweb break. 2006-03-15 11:28:00 -08:00
httprangereader.py Convert all classes to new-style classes by deriving them from object. 2005-11-18 22:48:47 -08:00
httprepo.py Catch HTTPException when reading from remote http repository. 2006-03-29 12:45:33 +02:00
i18n.py use a dummy function for gettext 2005-10-18 18:38:04 -07:00
localrepo.py Tell the user the real "hg update -C" command, not just "-C" when aborting. 2006-04-02 18:16:06 +02:00
lock.py fix backtrace printed when cannot get lock. 2006-03-28 09:01:07 -08:00
manifest.py Fix comment syntax 2006-01-29 12:23:52 +13:00
mdiff.py Fix diff against an empty file (issue124) and add a test for this. 2006-02-15 14:22:16 +01:00
mpatch.c do proper typecasting on malloc() and calloc() calls 2006-03-20 08:46:29 +01:00
node.py fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX 2005-11-14 03:59:35 +02:00
packagescan.py Fix py2exe packagescan problem with new demandload 2006-03-06 10:49:34 -08:00
remoterepo.py Convert all classes to new-style classes by deriving them from object. 2005-11-18 22:48:47 -08:00
repo.py Break apart hg.py 2005-08-27 14:21:25 -07:00
revlog.py Calling revlog.addgroup with an empty changegroup now raises RevlogError. 2006-03-24 19:51:05 +01:00
sshrepo.py ssh: skip noise generated by remote shell 2006-03-31 03:25:35 -06:00
statichttprepo.py Catch urllib errors for old-http in a nicer way. 2006-03-01 15:29:13 +01:00
templater.py Windows py2exe version didn't handle names given to templatepath() correctly 2006-03-24 10:33:18 -08:00
transaction.py Automatic nesting into running transactions in the same repository. 2006-02-28 12:24:54 -06:00
ui.py Group changes done by the same developer on the same with --style=changelog 2006-04-01 21:37:08 +02:00
util.py more windows fixes. 2006-03-30 18:35:52 -08:00
version.py Don't forget version at the end of setup.py, write it only if changed. 2006-03-19 21:26:58 +01:00