log

age author description
Sun, 13 May 2012 04:06:07 -0500 Augie Fackler extensions.disabled: return {} instead of None no extensions are disabled
Sun, 13 May 2012 11:55:42 +0200 David Soria Parra merge: respect bookmarks during merge
Sun, 13 May 2012 11:54:58 +0200 David Soria Parra localrepo: introduce bookmarkheads
Sat, 12 May 2012 21:28:10 +0200 David Soria Parra bookmarks: delete divergent bookmarks on merge
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Sun, 13 May 2012 13:17:50 +0200 Brodie Rao check-code: improve detection of naked except clauses
Sun, 13 May 2012 13:17:31 +0200 Brodie Rao cleanup: replace more naked excepts with more specific ones
Sun, 13 May 2012 13:17:27 +0200 Brodie Rao check-code: promote 80+ character line warning to an error
Sun, 13 May 2012 13:19:46 +0200 Patrick Mezard cmdutil: use filectx.cmp() in amend()
Sat, 12 May 2012 15:41:27 +0200 Na'Tosha Bard largefiles: optimize performance when updating (issue3440)
Sun, 13 May 2012 12:52:24 +0200 Matt Mackall merge with stable
Sun, 13 May 2012 11:47:55 +0200 Bryan O'Sullivan tests: make test-convert-darcs.t happier with darcs 2.8.0
Sat, 12 May 2012 17:00:01 +0200 Levi Bard bookmarks: pull new bookmarks from remote by default (BC)
Thu, 03 May 2012 15:14:58 +0200 Patrick Mezard rebase: allow collapsing branches in place (issue3111)
Sat, 12 May 2012 14:00:51 +0200 Adrian Buehlmann diffhelpers: use Py_ssize_t in testhunk()