log

age author description
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()
Sat, 12 May 2012 13:21:08 +0200 Adrian Buehlmann diffhelpers: use Py_ssize_t in addlines()
Sat, 12 May 2012 12:07:18 +0200 Adrian Buehlmann diffhelpers: use Py_ssize_t in _fix_newline()
Sat, 12 May 2012 11:45:22 +0200 Na'Tosha Bard largefiles: add --all-largefiles flag to pull
Sat, 12 May 2012 09:59:01 +0200 Na'Tosha Bard largefiles: refactor downloading of all largefiles to generic function
Sat, 12 May 2012 20:06:04 +0200 Mads Kiilerich unbundle: move bookmark update outside the lock
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Sat, 12 May 2012 16:00:58 +0200 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"