comparison tests/test-log.out @ 7762:fece056bf240

add --git option to commands supporting --patch (log, incoming, history, tip) No short -g form, since it would conflict with -g from the graphlog extension.
author Jim Correia <jim.correia@pobox.com>
date Sat, 14 Feb 2009 22:40:39 +0100
parents 07cb58b8c843
children 777a9efdae2d
comparison
equal deleted inserted replaced
7761:1e70db1825d2 7762:fece056bf240
219 parent: 1:3d5bf5654eda 219 parent: 1:3d5bf5654eda
220 user: test 220 user: test
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 tip -p --git
225 changeset: 6:2404bbcab562
226 tag: tip
227 user: test
228 date: Thu Jan 01 00:00:01 1970 +0000
229 summary: b1.1
230
231 diff --git a/b1 b/b1
232 --- a/b1
233 +++ b/b1
234 @@ -1,1 +1,2 @@
235 b1
236 +postm
237
224 % log -r "" 238 % log -r ""
225 abort: 00changelog.i@: ambiguous identifier! 239 abort: 00changelog.i@: ambiguous identifier!
226 % log -r <some unknown node id> 240 % log -r <some unknown node id>
227 abort: unknown revision '1000000000000000000000000000000000000000'! 241 abort: unknown revision '1000000000000000000000000000000000000000'!