Mercurial > hg > easyhg
log
age | author | description |
---|---|---|
Fri, 26 Nov 2010 17:02:55 +0000 | Chris Cannam | * Make diff binary a settings property; some tidying |
Fri, 26 Nov 2010 16:28:18 +0000 | Chris Cannam | * Fixes to terminal lifecycle (only the first of a series of interactive commands was working before). Also switch from openpty to POSIX/Unix98 openpt |
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). |