Show More
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
@@ -643,16 +643,52 b' Do not warn about new head when the new ' | |||||
643 | adding file changes |
|
643 | adding file changes | |
644 | added 1 changesets with 1 changes to 1 files (+1 heads) |
|
644 | added 1 changesets with 1 changes to 1 files (+1 heads) | |
645 |
|
645 | |||
|
646 | check hgweb does not explode | |||
|
647 | ==================================== | |||
|
648 | ||||
|
649 | $ hg unbundle $TESTDIR/bundles/hgweb+obs.hg | |||
|
650 | adding changesets | |||
|
651 | adding manifests | |||
|
652 | adding file changes | |||
|
653 | added 62 changesets with 63 changes to 9 files (+60 heads) | |||
|
654 | (run 'hg heads .' to see heads, 'hg merge' to merge) | |||
|
655 | $ for node in `hg log -r 'desc(babar_)' --template '{node}\n'`; | |||
|
656 | > do | |||
|
657 | > hg debugobsolete $node | |||
|
658 | > done | |||
|
659 | $ hg up tip | |||
|
660 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
|
661 | ||||
|
662 | $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log | |||
|
663 | $ cat hg.pid >> $DAEMON_PIDS | |||
|
664 | ||||
|
665 | #check changelog view | |||
|
666 | # | |||
|
667 | # $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'shortlog/' | |||
|
668 | # 200 Script output follows | |||
|
669 | ||||
|
670 | #check graph view | |||
|
671 | # | |||
|
672 | # $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'graph' | |||
|
673 | # 200 Script output follows | |||
|
674 | ||||
|
675 | check filelog view | |||
|
676 | ||||
|
677 | $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'log/'`hg id --debug --id`/'babar' | |||
|
678 | 200 Script output follows | |||
|
679 | ||||
|
680 | $ kill `cat hg.pid` | |||
|
681 | ||||
646 | Checking _enable=False warning if obsolete marker exists |
|
682 | Checking _enable=False warning if obsolete marker exists | |
647 |
|
683 | |||
648 | $ echo '[extensions]' >> $HGRCPATH |
|
684 | $ echo '[extensions]' >> $HGRCPATH | |
649 | $ echo "obs=!" >> $HGRCPATH |
|
685 | $ echo "obs=!" >> $HGRCPATH | |
650 | $ hg log -r tip |
|
686 | $ hg log -r tip | |
651 | obsolete feature not enabled but 8 markers found! |
|
687 | obsolete feature not enabled but 68 markers found! | |
652 |
changeset: 6 |
|
688 | changeset: 68:c15e9edfca13 | |
653 | tag: tip |
|
689 | tag: tip | |
654 |
parent: |
|
690 | parent: 7:50c51b361e60 | |
655 | user: test |
|
691 | user: test | |
656 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
692 | date: Thu Jan 01 00:00:00 1970 +0000 | |
657 |
summary: add |
|
693 | summary: add celestine | |
658 |
|
694 |
General Comments 0
You need to be logged in to leave comments.
Login now