view tests/test-debugindexdot.out @ 11434:86eea1f97eac stable

bookmarks: Use error message consistently The 'updating bookmark %s failed!' message is better than 'failed to update bookmark %s'. To have more consistent error messages we use just 'updating bookmarks %s failed'.
author David Soria Parra <dsp@php.net>
date Wed, 23 Jun 2010 11:53:59 +0200
parents 4b0c9c674707
children
line wrap: on
line source

created new head
digraph G {
	-1 -> 0
	0 -> 1
	0 -> 2
	2 -> 3
	1 -> 3
}