Mercurial > public > mercurial-scm > hg
log mercurial/patch.py @ 4923:59b8ff35c4ed
age | author | description |
---|---|---|
Tue, 17 Jul 2007 23:35:24 +0200 | Patrick Mezard | patch: patches should be read and written in binary mode when possible. |
Tue, 17 Jul 2007 23:34:52 +0200 | Patrick Mezard | patch: fix normalized paths separators. |
Sat, 21 Jul 2007 16:02:10 -0500 | Matt Mackall | Make repo locks recursive, eliminate all passing of lock/wlock |
Tue, 17 Jul 2007 09:39:30 -0700 | Bryan O'Sullivan | patch.py: re-add the ability to use an external patch program |
Tue, 17 Jul 2007 09:39:30 -0700 | Bryan O'Sullivan | patch.py: don't mark files as changed unless they have actually been changed |
Tue, 17 Jul 2007 09:39:30 -0700 | Bryan O'Sullivan | patch.py: fix some incorrect uses of _() for i18n |
Tue, 17 Jul 2007 09:39:30 -0700 | Bryan O'Sullivan | Add Chris Mason's mpatch library. |