Mercurial > public > mercurial-scm > hg-stable
log mercurial/patch.py @ 9037:a232b90ffb51
age | author | description |
---|---|---|
Sun, 05 Jul 2009 11:02:00 +0200 | Alejandro Santos | compat: use 'key' argument instead of 'cmp' when sorting a list |
Sun, 05 Jul 2009 11:01:30 +0200 | Alejandro Santos | compat: use open() instead of file() everywhere |
Sun, 05 Jul 2009 11:00:44 +0200 | Alejandro Santos | compat: use // for integer division |
Mon, 22 Jun 2009 12:05:11 +0200 | Simon Heimberg | patch: use new style class in linereader |
Fri, 19 Jun 2009 13:47:50 +0200 | Dirkjan Ochtman | kill trailing whitespace |
Tue, 16 Jun 2009 16:22:42 +0100 | Colin Caughie | Fixed patch.eol bug that truncated all patched lines to one character |
Mon, 15 Jun 2009 00:03:26 +0200 | Patrick Mezard | Add patch.eol to ignore EOLs when patching (issue1019) |