log

age author description
2011-01-12 Chris Cannam Merge easyhg_v0.3.1
2011-01-12 Chris Cannam * Doh
2011-01-12 Chris Cannam * Version -> 0.3.1 (and update OS/X deploy to handle three-part versions)
2011-01-12 Chris Cannam Merge
2011-01-12 Chris Cannam * Attempt to pop input dialog to front instead of permitting it to open behind EasyMercurial window
2011-01-12 Chris Cannam * Explicitly request 32-bit Python on OS/X 10.6
2011-01-12 Chris Cannam * OS/X deployment fixes
2011-01-12 Chris Cannam Added tag easyhg_v0.3 for changeset c02515e33b5d
2011-01-12 Chris Cannam * Update version number easyhg_v0.3
2011-01-12 Chris Cannam Merge
2011-01-12 Chris Cannam * Handle clone failure more gracefully
2011-01-11 Chris Cannam Merge
2011-01-11 Chris Cannam * Make it possible for changeset items to take two or three lines of description, depending on how much there is
2011-01-11 Chris Cannam * If the hgignore file doesn't exist when the user asks to edit it, create it with a "syntax: glob" line
2011-01-11 Chris Cannam Startup fixes:
2011-01-11 Chris Cannam * Restore previous revision of these files -- with working numerus forms (before I broke 'em)
2011-01-11 Chris Cannam * Be a bit less eager to suspend the fs watcher (e.g. don't suspend on potentially lengthy operations like diff)
2011-01-10 Chris Cannam * Restore release build
2011-01-10 Chris Cannam * Update copyright dates
2011-01-10 Chris Cannam Added tag easyhg_v0.2 for changeset 3f4ba5e4b4be
2011-01-10 Chris Cannam * Bump version easyhg_v0.2
2011-01-10 Chris Cannam * Small simplification to watcher management
2011-01-10 Chris Cannam * Small tidy
2011-01-10 Chris Cannam * Overhaul settings-defaults mechanism, and add Restore Defaults button to settings dialog
2011-01-10 Chris Cannam * Attempt a different way of handling filesystem updates, that's more forgiving of fs changes caused by hg itself
2011-01-10 Chris Cannam * Try to do the right thing when completely reverting a merge (forget that the merge took place)
2011-01-09 Chris Cannam * minor os/x fixes
2011-01-07 Chris Cannam * Better handling for case where we've just created a new branch but not yet committed it (i.e. no heads are on our current branch)
2011-01-06 Chris Cannam Added tag easyhg_v0.1 for changeset 3d276e65a7c3
2011-01-06 Chris Cannam * Fix OS/X icon name easyhg_v0.1
2011-01-06 Chris Cannam * Update Mac deployment stuff
2011-01-06 Chris Cannam Merge
2011-01-06 Chris Cannam * Add settings for text verboseness and toolbar labels
2011-01-06 Chris Cannam * Add version number to About box
2011-01-06 Chris Cannam * Restore a change that got lost in the merge. I think I need to review the external merge tool mechanism here
2011-01-06 Chris Cannam Merge
2011-01-06 Chris Cannam * update version number
2011-01-06 Chris Cannam * Properly handle the case where the working copy is empty but the repo is not (e.g. just after convert)
2011-01-06 Chris Cannam * Add bundle plist file
2011-01-06 Chris Cannam * Sensible (i.e. smaller) font size for About box on OS/X
2011-01-06 Chris Cannam * Update hgignore for common Windows files (sorry, missed in prior commit)
2011-01-06 Chris Cannam * Fix failure to record editor path when OK pressed in settings dialog
2011-01-05 Chris Cannam * Add EasyMercurial to hgignore
2011-01-05 Chris Cannam * Update hgignore file for OS/X build stuff
2011-01-05 Chris Cannam Merge
2011-01-05 Chris Cannam Merge
2011-01-05 Chris Cannam Merge
2011-01-05 Chris Cannam * OS/X: Add icon (not sure this is working though)
2011-01-05 Chris Cannam * Further findInPath fix for absolute paths
2011-01-05 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
2011-01-05 Chris Cannam * OS/X: platform-specific binaries
2011-01-05 Chris Cannam * Report error if hg incoming does authentically fail (e.g. because remote repo is unavailable or unrelated)
2011-01-05 Chris Cannam * OS/X: Add script to run external diff; add space around tab widget; textual fixes
2011-01-04 Chris Cannam Added tag easyhg_v0.002 for changeset fccfd12faac1
2011-01-04 Chris Cannam Merge easyhg_v0.002
2011-01-04 Chris Cannam * comment only
2011-01-04 Chris Cannam Merge
2011-01-04 Chris Cannam * Avoid compiler warning (no functional change)
2011-01-04 Chris Cannam * Fix failure to enable Add button when a "Removed" file was selected
2011-01-04 Chris Cannam Merge