sapling/mercurial
TK Soh d55c1834ad change default strftime format for better portability
On some systems, such as Solaris and HP-UX, "%c" format
give output without the leading zero on the single-digit
month-day.
2006-03-14 22:01:30 -08:00
..
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
bdiff.c Sunpro compiler patch 2006-02-20 15:58:04 -06:00
bundlerepo.py bundlerepo: remove relative import, fix a comment 2006-03-13 06:58:31 +01:00
byterange.py Make consistent use of str.startswith() in conditionals. 2005-07-10 16:14:56 -08: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 merge with crew/templates 2006-03-13 23:38:14 +01:00
demandload.py rewrite demandload module to be more flexible. 2006-03-02 11:38:03 -08:00
dirstate.py only write the dirstate when something changed 2006-02-23 02:17:08 +01: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 merge with crew. 2006-03-12 16:21:59 -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 make push over http print good error message. 2006-03-09 12:18:59 -08:00
i18n.py use a dummy function for gettext 2005-10-18 18:38:04 -07:00
localrepo.py fix the call to util.matcher (the args should be (reporoot, cwd, ...)) 2006-03-13 23:32:57 +01:00
lock.py change lock format to let us detect and break stale locks. 2006-03-10 08:31:31 -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 Fixed misleading indentation in mpatch.c 2006-02-18 16:31:02 +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 revlog.py: factorization and fixes for rev < 0 (nullid) 2006-03-13 03:54:23 +01:00
sshrepo.py add preoutgoing and outgoing hooks. 2006-02-17 08:26:21 -08:00
statichttprepo.py Catch urllib errors for old-http in a nicer way. 2006-03-01 15:29:13 +01:00
templater.py make --style=compact look for map-cmdline.compact. 2006-03-04 15:15:18 -08:00
transaction.py Automatic nesting into running transactions in the same repository. 2006-02-28 12:24:54 -06:00
ui.py add HGRCPATH env var, list of places to look for hgrc files. 2006-03-14 21:40:46 -08:00
util.py change default strftime format for better portability 2006-03-14 22:01:30 -08:00
version.py [PATCH] /dev/null for other OS 2005-06-24 22:58:14 -08:00