Mads Kiilerich <mads@kiilerich.com> [Mon, 26 Apr 2010 13:21:02 +0200] rev 11020
patch: git delete mode shouldn't be used at all
Mads Kiilerich <mads@kiilerich.com> [Mon, 26 Apr 2010 13:21:02 +0200] rev 11019
patch: make "unable to strip away" message less confusing
Mads Kiilerich <mads@kiilerich.com> [Mon, 26 Apr 2010 13:21:02 +0200] rev 11018
patch: descriptive patchmeta.__repr__ to help debugging
Nicolas Dumazet <nicdumz.commits@gmail.com> [Fri, 23 Apr 2010 15:24:11 +0900] rev 11017
log: remove useless condition
for "copied" to be not None, it requires follow=True
Mads Kiilerich <mads@kiilerich.com> [Mon, 26 Apr 2010 16:36:08 +0200] rev 11016
help config: update windows documentation to match implementation
This shows how confusing the current implementation is on Windows.
Adrian Buehlmann <adrian@cadifra.com> [Tue, 27 Apr 2010 09:47:33 +0200] rev 11015
wix: new GUID for contrib.guid
to comply with the component GUID rules of Windows Installer, applied to
the change 6d9ff3374a81
Mads Kiilerich <mads@kiilerich.com> [Mon, 19 Apr 2010 11:00:36 +0200] rev 11014
contrib/mercurial.spec: drop git-viz
Follow-up to 9258228639ad
Yuya Nishihara <yuya@tcha.org> [Sat, 24 Apr 2010 18:08:06 +0900] rev 11013
tags: delete unnecessary close() of atomictempfile
cachefile.rename() implies cachefile.close().
Patrick Mezard <pmezard@gmail.com> [Sun, 25 Apr 2010 18:27:12 +0200] rev 11012
win32: detect console width on Windows
Original version by anatoly techtonik <techtonik@gmail.com>
Following advices from similar bzr code.
Patrick Mezard <pmezard@gmail.com> [Mon, 26 Apr 2010 22:42:46 +0200] rev 11011
Merge with crew-stable