##// END OF EJS Templates
graphlog: some testing for incoming and outgoing graphs
Dirkjan Ochtman -
r7714:f6cee47c default
parent child Browse files
Show More
@@ -166,3 +166,10 echo more >two
166 166 hg commit -mmore
167 167 hg glog two
168 168
169 echo % incoming and outgoing
170 cd ..
171 hg clone -U -r31 repo repo2
172 cd repo2
173 hg incoming -q --graph | sed -e 's|$HGTMP|[HGTMP]|'
174 cd ..
175 hg -R repo outgoing --graph repo2
@@ -381,3 +381,45 o changeset: 1:5ac72c0599bf
381 381 date: Thu Jan 01 00:00:00 1970 +0000
382 382 summary: two
383 383
384 % incoming and outgoing
385 requesting all changes
386 adding changesets
387 adding manifests
388 adding file changes
389 added 31 changesets with 31 changes to 31 files
390 o 34:0eed7cd895e0
391 |
392 | o 33:2e9d1b521374
393 |
394 o 32:77f7d8438a3c
395 |
396 o 27:e9e08174cd30
397
398 comparing with repo2
399 searching for changes
400 @ changeset: 34:0eed7cd895e0
401 | tag: tip
402 | parent: 32:77f7d8438a3c
403 | user: test
404 | date: Thu Jan 01 00:00:34 1970 +0000
405 | summary: (34) head
406 |
407 | o changeset: 33:2e9d1b521374
408 | parent: 18:5a8c9a29ef81
409 | user: test
410 | date: Thu Jan 01 00:00:33 1970 +0000
411 | summary: (33) head
412 |
413 o changeset: 32:77f7d8438a3c
414 | parent: 27:e9e08174cd30
415 | parent: 31:82ee55204a79
416 | user: test
417 | date: Thu Jan 01 00:00:32 1970 +0000
418 | summary: (32) expand
419 |
420 o changeset: 27:e9e08174cd30
421 parent: 21:e758e8f4ace9
422 user: test
423 date: Thu Jan 01 00:00:27 1970 +0000
424 summary: (27) collapse
425
General Comments 0
You need to be logged in to leave comments. Login now