log hgaction.h @ 293:7b4f42cfc596

age author description
Mon, 21 Feb 2011 12:15:04 +0000 Chris Cannam We can provide a better interface for most common cases by essentially showing a formatted log for the summary rather than a diff only
Mon, 21 Feb 2011 11:37:58 +0000 Chris Cannam Add "Summarise changes" options to changeset item right-button menu (already existed for uncommitted item)
Wed, 09 Feb 2011 12:03:15 +0000 Chris Cannam Add "Start new branch" function. I'm not quite satisfied with the location of this one new-branches
Mon, 10 Jan 2011 15:38:28 +0000 Chris Cannam * Update copyright dates
Tue, 04 Jan 2011 12:42:28 +0000 Chris Cannam * Separate out the hg test action into two tests, one for plain hg and one with the extension (so can report separately)
Thu, 16 Dec 2010 17:32:25 +0000 Chris Cannam * Start implementing Settings dialog; add Test function to run on startup to make sure hg works
Tue, 14 Dec 2010 17:20:10 +0000 Chris Cannam * Add "Show summary" feature
Fri, 03 Dec 2010 19:35:04 +0000 Chris Cannam * First cut of work on merge/resolve logic
Fri, 03 Dec 2010 14:43:32 +0000 Chris Cannam * Better handling of empty repositories; some tidying & textual fixes
Fri, 26 Nov 2010 21:48:25 +0000 Chris Cannam * Add useful state message to file status page.
Fri, 26 Nov 2010 21:04:40 +0000 Chris Cannam * Better error handling/reporting; some futile changes to termios handling; avoid weirdly stretching panned view in panner
Fri, 26 Nov 2010 14:50:10 +0000 Chris Cannam * Separate out the hgrunner output into stdout and stderr again (merging them was a failed experiment)
Fri, 26 Nov 2010 12:48:29 +0000 Chris Cannam * Add a queueing mechanism for Hg actions, instead of refusing to start an action if something else is already happening. This is essential now that actions can be prompted by asynchronous events (e.g. filesystem watcher).