log hgrunner.cpp @ 310:b8ed12c2035f

age author description
Wed, 12 Jan 2011 15:53:46 +0000 Chris Cannam * Doh
Wed, 12 Jan 2011 15:46:05 +0000 Chris Cannam * Explicitly request 32-bit Python on OS/X 10.6
Mon, 10 Jan 2011 15:38:28 +0000 Chris Cannam * Update copyright dates
Mon, 10 Jan 2011 15:23:53 +0000 Chris Cannam * Small tidy
Mon, 10 Jan 2011 15:18:21 +0000 Chris Cannam * Overhaul settings-defaults mechanism, and add Restore Defaults button to settings dialog
Mon, 10 Jan 2011 13:30:19 +0000 Chris Cannam * Attempt a different way of handling filesystem updates, that's more forgiving of fs changes caused by hg itself
Wed, 05 Jan 2011 16:08:37 +0000 Chris Cannam * Make findInPath return empty string if not found -- previous hopelessly fragile behaviour failed in situations where it was called with an absolute path
Wed, 05 Jan 2011 14:31:07 +0000 Chris Cannam * OS/X: Add script to run external diff; add space around tab widget; textual fixes
Fri, 24 Dec 2010 13:14:45 +0000 Chris Cannam * Don't close proc input on finished() -- causes crash on program failure on Windows
Mon, 20 Dec 2010 16:47:00 +0000 Chris Cannam * Handle failure to start processes at all (e.g. because executable path is wrong)
Mon, 20 Dec 2010 16:15:43 +0000 Chris Cannam * Set python library path when unbundling extension, generally prefer unbundled copy
Fri, 17 Dec 2010 10:01:02 +0000 Chris Cannam * Fix "Serve by HTTP"; stub out "Change Remote Location"
Fri, 17 Dec 2010 08:53:54 +0000 Chris Cannam * Similarly, tidier lookup for Hg binary and extension
Thu, 16 Dec 2010 20:23:43 +0000 Chris Cannam * Fixes to external program location logic on Win32