Mercurial > hg > easyhg
diff grapher.cpp @ 122:c3e8342d2de9
* Further fix to incremental log (put new changesets on the correct end of the list!)
author | Chris Cannam |
---|---|
date | Mon, 29 Nov 2010 11:14:29 +0000 |
parents | 005a54380502 |
children | e8a481789607 |
line wrap: on
line diff
--- a/grapher.cpp Mon Nov 29 11:04:52 2010 +0000 +++ b/grapher.cpp Mon Nov 29 11:14:29 2010 +0000 @@ -123,7 +123,7 @@ } Changeset *cs = m_changesets[id]; -// DEBUG << "layoutCol: Looking at " << id.toStdString() << endl; + DEBUG << "layoutCol: Looking at " << id.toStdString() << endl; ChangesetItem *item = m_items[id]; @@ -180,7 +180,7 @@ break; } -// DEBUG << "putting " << cs->id().toStdString() << " at col " << col << endl; + DEBUG << "putting " << cs->id().toStdString() << " at col " << col << endl; m_alloc[row].insert(col); item->setColumn(col);