Mercurial > public > mercurial-scm > hg
log mercurial/patch.py @ 16803:107a3270a24a
age | author | description |
---|---|---|
Tue, 15 May 2012 10:46:23 -0700 | Bryan O'Sullivan | cleanup: use the deque type where appropriate |
Sun, 13 May 2012 13:18:06 +0200 | Brodie Rao | check-code: ignore naked excepts with a "re-raise" comment |
Sat, 12 May 2012 16:00:58 +0200 | Brodie Rao | cleanup: "raise SomeException()" -> "raise SomeException" |
Sat, 12 May 2012 16:00:57 +0200 | Brodie Rao | cleanup: "not x in y" -> "x not in y" |
Sat, 12 May 2012 15:54:54 +0200 | Brodie Rao | cleanup: eradicate long lines |
Sat, 12 May 2012 12:23:49 +0200 | Matt Mackall | merge with stable |
Sat, 12 May 2012 16:10:01 +0900 | Yuya Nishihara | patch: fix segfault against unified diffs which start line is zero stable |