Mercurial > hg > easyhg
comparison easyhg.pro @ 109:1721c580c10e
* 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).
* Make Revert behave sensibly
author | Chris Cannam |
---|---|
date | Fri, 26 Nov 2010 12:48:29 +0000 |
parents | f70ccc15c9d0 |
children | 4bd17f36d059 |
comparison
equal
deleted
inserted
replaced
108:8ae3b44c0073 | 109:1721c580c10e |
---|---|
31 repositorydialog.h \ | 31 repositorydialog.h \ |
32 multichoicedialog.h \ | 32 multichoicedialog.h \ |
33 selectablelabel.h \ | 33 selectablelabel.h \ |
34 filestates.h \ | 34 filestates.h \ |
35 filestatuswidget.h \ | 35 filestatuswidget.h \ |
36 confirmcommentdialog.h | 36 confirmcommentdialog.h \ |
37 hgaction.h | |
37 SOURCES = main.cpp \ | 38 SOURCES = main.cpp \ |
38 mainwindow.cpp \ | 39 mainwindow.cpp \ |
39 hgtabwidget.cpp \ | 40 hgtabwidget.cpp \ |
40 hgrunner.cpp \ | 41 hgrunner.cpp \ |
41 grapher.cpp \ | 42 grapher.cpp \ |