comparison tests/test-log.out @ 7062:efc579fdaf69

provide nicer feedback when an unknown node id is passed to a command Previously, an unknown node id would lead to the following error: abort: 00changelog.i@343445453433: no node! All other unknown revision would instead display as: abort: unknown revision '343445453'! The former error message has been suppressed in favor of the latter.
author Sune Foldager <cryo@cyanite.org>
date Sat, 04 Oct 2008 10:14:39 +0200
parents 369ddc9c0339
children 07cb58b8c843
comparison
equal deleted inserted replaced
7061:8b874f8cd29f 7062:efc579fdaf69
221 date: Thu Jan 01 00:00:01 1970 +0000 221 date: Thu Jan 01 00:00:01 1970 +0000
222 summary: b1 222 summary: b1
223 223
224 % log -r "" 224 % log -r ""
225 abort: 00changelog.i@: ambiguous identifier! 225 abort: 00changelog.i@: ambiguous identifier!
226 % log -r <some unknown node id>
227 abort: unknown revision '1000000000000000000000000000000000000000'!