Chris@486: Chris@486: EasyMercurial Chris@486: ============= Chris@486: Chris@486: EasyMercurial is a user interface for the Mercurial distributed Chris@486: version control system. Chris@486: Chris@486: EasyMercurial is intended to be: Chris@486: Chris@486: * simple to teach and to learn Chris@486: * indicative of repository state using a history graph representation Chris@486: * recognisably close to normal command-line workflow for Mercurial Chris@486: * consistent across platforms Chris@486: Chris@486: We are not trying to produce "the best" Mercurial client for any one Chris@486: purpose. We actively encourage users to move on to other clients as Chris@486: their needs evolve. The aim is simply to provide something accessible Chris@486: for beginners in small project groups working with a shared remote Chris@486: repository. Chris@486: Chris@486: The application is developed by Chris Cannam for SoundSoftware.ac.uk, Chris@486: based on the HgExplorer application by Jari Korhonen, and is published Chris@486: under the GPL. See the file COPYING for license details. Chris@486: Chris@486: Chris@486: Building EasyMercurial Chris@486: ====================== Chris@486: Chris@486: EasyMercurial is written in C++ using the Qt4 toolkit. On most Chris@486: platforms, you can build it by running "qmake" followed by "make". Qt Chris@486: version 4.6 or newer is required. Chris@486: Chris@486: Chris@486: To run EasyMercurial Chris@486: ==================== Chris@486: Chris@486: Just run the EasyMercurial application that is produced by the build. Chris@486: You will of course also need to have Mercurial installed (version 1.7 Chris@486: or newer). If you want to use the EasyHg authentication extension, Chris@486: you will also need PyQt4 (the Python bindings for Qt4); you may also Chris@486: wish to install the python-crypto library for the password store. Chris@486: Finally, an external diff/merge utility is required, typically kdiff3. Chris@486: Chris@486: Chris@486: EasyMercurial is Chris@486: Copyright 2010 Jari Korhonen Chris@560: Copyright 2010-2012 Chris Cannam Chris@560: Copyright 2010-2012 Queen Mary, University of London Chris@486: Chris@486: Chris@486: Chris@486: