-
Indeed, my GTK version is 2.10.
2009-08-30 08:21:41 UTC in gwsmhg - a GUI wrapper for hg and mq
-
Traceback (most recent call last):
File "gwsmhg", line 53, in
app = gwsm.gwsm(dir_specified)
File "E:\src\mercurial\gwsmhg\gwsmhg_pkg\gwsm.py", line 176, in __init__
self._history_table = change_set.HistoryTable()
File "E:\src\mercurial\gwsmhg\gwsmhg_pkg\change_set.py", line 296, in __init__
expand=False)
File "E:\src\mercurial\gwsmhg\gwsmhg_pkg\actions.py"...
2009-08-29 12:12:49 UTC in gwsmhg - a GUI wrapper for hg and mq
-
As I understand http://arrenbrecht.ch/mercurial/pbranch/graph.htm I can only grow the dependency tree at the leaves. I cannot rearrange dependencies, or create more than one "parent" dependency, without editing .hg/pgraph.
2009-08-09 04:20:04 UTC in gwsmhg - a GUI wrapper for hg and mq
-
It should be possible to insert a patch in the middle of a sequence of patches managed by pbranch. Since pbranch allows DAG dependencies, there should be some way of editing patch dependencies, something smarter than a text editor.
2009-08-07 04:51:56 UTC in gwsmhg - a GUI wrapper for hg and mq
-
OS: windows xp, revision 208:30f456256d8e
I have used pnew (on pbranch) and wrote a small text with line changes. Blank lines were not shown in the dialog. The pnew command failed, and by reading the console window I guess it was the line changes that made it fail.
2009-08-05 04:12:52 UTC in gwsmhg - a GUI wrapper for hg and mq