log mercurial/patch.py @ 18218:d5655e742457

age author description
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flag
Sun, 09 Dec 2012 23:33:16 +0100 Mads Kiilerich check-code: there must also be whitespace between ')' and operator
Tue, 27 Nov 2012 14:58:00 -0800 Bryan O'Sullivan subrepo: use posixpath when diffing, for consistent paths
Thu, 15 Nov 2012 15:16:41 -0800 Guillermo P?rez diff: move index header generation to patch
Thu, 15 Nov 2012 15:06:32 -0800 Guillermo P?rez patch: make _addmodehdr a function under trydiff
Thu, 15 Nov 2012 13:57:03 -0800 Guillermo P?rez diff: rewrite diffline
Thu, 15 Nov 2012 13:52:51 -0800 Guillermo P?rez diff: swap and simplify diffline args
Thu, 15 Nov 2012 13:49:04 -0800 Guillermo P?rez diff: change how quiet mode supresses diffline
Thu, 15 Nov 2012 12:19:03 -0800 Guillermo P?rez diff: move diffline to patch module
Thu, 15 Nov 2012 12:16:08 -0800 Guillermo P?rez diff: unify calls to diffline
Tue, 06 Nov 2012 14:04:05 -0800 Guillermo P?rez diff: move b85diff to mdiff module
Tue, 31 Jul 2012 03:30:42 +0200 Mads Kiilerich check-code: indent 4 spaces in py files stable
Fri, 01 Jun 2012 17:05:31 -0700 Bryan O'Sullivan util: subclass deque for Python 2.4 backwards compatibility
Fri, 01 Jun 2012 15:14:29 -0500 Matt Mackall merge with stable
Fri, 01 Jun 2012 17:37:56 +0200 Patrick Mezard patch: keep patching after missing copy source (issue3480) stable