Skip to content

Instantly share code, notes, and snippets.

@ohac
Created November 26, 2008 09:52
Show Gist options
  • Save ohac/29340 to your computer and use it in GitHub Desktop.
Save ohac/29340 to your computer and use it in GitHub Desktop.
hgbook/ja$ ls html/*
html/onepage:
99book.bib hgbook.tmp revlog.png
99defs.aux hgbook.xref snapshot.png
feature-branches.png hgbook0x.png tour-basic.aux
filelog.png hgbook10x.png tour-history.png
hgbook.4ct hgbook13x.png tour-merge-conflict.png
hgbook.4tc hgbook14x.png tour-merge-merge.png
hgbook.aux hgbook15x.png tour-merge-pull.png
hgbook.bbl hgbook17x.png tour-merge-sep-repos.png
hgbook.blg hgbook1x.png tour-merge.aux
hgbook.css hgbook3x.png undo-manual-merge.png
hgbook.dvi hgbook6x.png undo-manual.png
hgbook.html hgbook7x.png undo-non-tip.png
hgbook.idv intro.aux undo-simple.png
hgbook.idx kdiff3.png wdir-after-commit.png
hgbook.ilg metadata.png wdir-branch.png
hgbook.ind mq-stack.png wdir-merge.png
hgbook.lg note.png wdir-pre-branch.png
hgbook.log preface.aux wdir.png
html/split:
99book.bib hgbook.ind hgbook8x.png tour-history.png
99defs.aux hgbook.lg hgbookch1.html tour-merge-conflict.png
feature-branches.png hgbook.log hgbookch2.html tour-merge-merge.png
filelog.png hgbook.tmp hgbookli1.html tour-merge-pull.png
hgbook.4ct hgbook.xref hgbookli2.html tour-merge-sep-repos.png
hgbook.4tc hgbook0x.png hgbookli3.html tour-merge.aux
hgbook.aux hgbook11x.png intro.aux undo-manual-merge.png
hgbook.bbl hgbook14x.png kdiff3.png undo-manual.png
hgbook.blg hgbook15x.png metadata.png undo-non-tip.png
hgbook.css hgbook16x.png mq-stack.png undo-simple.png
hgbook.dvi hgbook18x.png note.png wdir-after-commit.png
hgbook.html hgbook1x.png preface.aux wdir-branch.png
hgbook.idv hgbook2x.png revlog.png wdir-merge.png
hgbook.idx hgbook4x.png snapshot.png wdir-pre-branch.png
hgbook.ilg hgbook7x.png tour-basic.aux wdir.png
hgbook/ja$ cat log2
Output of backout.non-tip.clone has changed!
--- backout.non-tip.clone.out 2008-11-26 18:09:23.000000000 +0900
+++ backout.non-tip.clone.err 2008-11-26 18:45:00.000000000 +0900
@@ -5,5 +5,6 @@
adding manifests
adding file changes
added 2 changesets with 2 changes to 1 files
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd non-tip-repo}
Output of backout.non-tip.backout has changed!
--- backout.non-tip.backout.out 2008-11-26 18:09:23.000000000 +0900
+++ backout.non-tip.backout.err 2008-11-26 18:45:00.000000000 +0900
@@ -2,6 +2,7 @@
$ \textbf{hg commit -m 'third change'}
$ \textbf{hg backout --merge -m 'back out second change' 1}
reverting myfile
+created new head
changeset backs out changeset
merging with changeset
merging myfile
Output of backout.manual.clone has changed!
--- backout.manual.clone.out 2008-11-26 18:09:23.000000000 +0900
+++ backout.manual.clone.err 2008-11-26 18:45:00.000000000 +0900
@@ -5,5 +5,6 @@
adding manifests
adding file changes
added 2 changesets with 2 changes to 1 files
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd newrepo}
Output of backout.manual.backout has changed!
--- backout.manual.backout.out 2008-11-26 18:09:23.000000000 +0900
+++ backout.manual.backout.err 2008-11-26 18:45:00.000000000 +0900
@@ -2,6 +2,7 @@
$ \textbf{hg commit -m 'third change'}
$ \textbf{hg backout -m 'back out second change' 1}
reverting myfile
+created new head
changeset backs out changeset
the backout changeset is a new head - do not forget to merge
(use "backout --merge" if you want to auto-merge)
Output of backout.manual.parents has changed!
--- backout.manual.parents.out 2008-11-26 18:09:23.000000000 +0900
+++ backout.manual.parents.err 2008-11-26 18:45:00.000000000 +0900
@@ -1,8 +1,6 @@
$ \textbf{hg parents}
changeset:
-tag: tip
-parent:
user: Bryan O'Sullivan <bos@serpentine.com>
-summary: back out second change
+summary: third change
Output of backout.manual.cat has changed!
--- backout.manual.cat.out 2008-11-26 18:09:23.000000000 +0900
+++ backout.manual.cat.err 2008-11-26 18:45:00.000000000 +0900
@@ -1,2 +1,4 @@
$ \textbf{cat myfile}
first change
+second change
+third change
(exit 0)
Output of bisect.help has changed!
--- bisect.help.out 2008-11-26 18:09:23.000000000 +0900
+++ bisect.help.err 2008-11-26 18:45:02.000000000 +0900
@@ -22,5 +22,3 @@
-
-
Output of bisect.search.init has changed!
--- bisect.search.init.out 2008-11-26 18:09:23.000000000 +0900
+++ bisect.search.init.err 2008-11-26 18:45:02.000000000 +0900
@@ -23,5 +23,3 @@
-
-
(exit 0)
Output of branching.clone has changed!
--- branching.clone.out 2008-11-26 18:09:23.000000000 +0900
+++ branching.clone.err 2008-11-26 18:45:03.000000000 +0900
@@ -5,4 +5,5 @@
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Output of branching.stable has changed!
--- branching.stable.out 2008-11-26 18:09:23.000000000 +0900
+++ branching.stable.err 2008-11-26 18:45:03.000000000 +0900
@@ -1,10 +1,11 @@
$ \textbf{hg clone stable stable-fix}
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd stable-fix}
$ \textbf{echo 'This is a fix to a boring feature.' > myfile}
$ \textbf{hg commit -m 'Fix a bug'}
$ \textbf{hg push}
-pushing to /tmp/branchingfJgZac/stable
+pushing to
searching for changes
adding changesets
adding manifests
(exit 0)
Output of branch-named.foo-commit has changed!
--- branch-named.foo-commit.out 2008-11-26 18:09:23.000000000 +0900
+++ branch-named.foo-commit.err 2008-11-26 18:45:04.000000000 +0900
@@ -1,6 +1,7 @@
$ \textbf{echo something > somefile}
$ \textbf{hg commit -A -m 'New file'}
adding somefile
+created new head
$ \textbf{hg heads}
changeset:
branch: foo
Output of branch-named.update-bar has changed!
--- branch-named.update-bar.out 2008-11-26 18:09:23.000000000 +0900
+++ branch-named.update-bar.err 2008-11-26 18:45:04.000000000 +0900
@@ -1,4 +1,4 @@
$ \textbf{hg update bar}
-abort: update spans branches, use 'hg merge' or 'hg update -C' to lose changes
-$ \textbf{hg update -C bar}
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
+$ \textbf{hg update -C bar}
+0 files updated, 0 files merged, 0 files removed, 0 files unresolved
(exit 0)
Output of branch-repo.clone has changed!
--- branch-repo.clone.out 2008-11-26 18:09:23.000000000 +0900
+++ branch-repo.clone.err 2008-11-26 18:45:05.000000000 +0900
@@ -1,3 +1,4 @@
$ \textbf{cd ..}
$ \textbf{hg clone myproject myproject-1.0.1}
+updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
Output of branch-repo.bugfix has changed!
--- branch-repo.bugfix.out 2008-11-26 18:09:23.000000000 +0900
+++ branch-repo.bugfix.err 2008-11-26 18:45:05.000000000 +0900
@@ -1,10 +1,11 @@
$ \textbf{hg clone myproject-1.0.1 my-1.0.1-bugfix}
+updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd my-1.0.1-bugfix}
$ \textbf{echo 'I fixed a bug using only echo!' >> myfile}
$ \textbf{hg commit -m 'Important fix for 1.0.1'}
$ \textbf{hg push}
-pushing to /tmp/branch-repo4rF-PL/myproject-1.0.1
+pushing to
searching for changes
adding changesets
adding manifests
Output of branch-repo.new has changed!
--- branch-repo.new.out 2008-11-26 18:09:23.000000000 +0900
+++ branch-repo.new.err 2008-11-26 18:45:05.000000000 +0900
@@ -1,5 +1,6 @@
$ \textbf{cd ..}
$ \textbf{hg clone myproject my-feature}
+updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd my-feature}
$ \textbf{echo 'This sure is an exciting new feature!' > mynewfile}
Output of branch-repo.pull has changed!
--- branch-repo.pull.out 2008-11-26 18:09:23.000000000 +0900
+++ branch-repo.pull.err 2008-11-26 18:45:05.000000000 +0900
@@ -1,5 +1,6 @@
$ \textbf{cd ..}
$ \textbf{hg clone myproject myproject-merge}
+updating working directory
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd myproject-merge}
$ \textbf{hg pull ../myproject-1.0.1}
(exit 0)
Output of daily.copy.clone has changed!
--- daily.copy.clone.out 2008-11-26 18:09:23.000000000 +0900
+++ daily.copy.clone.err 2008-11-26 18:45:06.000000000 +0900
@@ -1,3 +1,4 @@
$ \textbf{cd ..}
$ \textbf{hg clone my-copy your-copy}
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
(exit 0)
Output of daily.files.hidden has changed!
--- daily.files.hidden.out 2008-11-26 18:09:23.000000000 +0900
+++ daily.files.hidden.err 2008-11-26 18:45:07.000000000 +0900
@@ -7,6 +7,7 @@
$ \textbf{ls empty}
$ \textbf{cd ..}
$ \textbf{hg clone hidden-example tmp}
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{ls tmp}
empty
(exit 0)
Output of daily.revert.modify has changed!
--- daily.revert.modify.out 2008-11-26 18:09:23.000000000 +0900
+++ daily.revert.modify.err 2008-11-26 18:45:08.000000000 +0900
@@ -5,6 +5,6 @@
diff -r file
-@@ -1,1 +1,2 @@ original content
+@@ -1,1 +1,2 @@
original content
+unwanted change
(exit 0)
Output of extdiff.diff has changed!
--- extdiff.diff.out 2008-11-26 18:09:23.000000000 +0900
+++ extdiff.diff.err 2008-11-26 18:45:09.000000000 +0900
@@ -2,6 +2,6 @@
diff -r myfile
-@@ -1,1 +1,2 @@ The first line.
+@@ -1,1 +1,2 @@
The first line.
+The second line.
(exit 0)
Output of issue29.go has changed!
--- issue29.go.out 2008-11-26 18:09:23.000000000 +0900
+++ issue29.go.err 2008-11-26 18:45:11.000000000 +0900
@@ -12,5 +12,6 @@
$ \textbf{echo b > b/b}
$ \textbf{hg ci -Amc}
adding b/b
+created new head
$ \textbf{hg merge}
(exit 0)
Output of mq.tarball.download has changed!
--- mq.tarball.download.out 2008-11-26 18:09:23.000000000 +0900
+++ mq.tarball.download.err 2008-11-26 18:45:12.000000000 +0900
@@ -5,4 +5,5 @@
$ \textbf{hg commit -q --addremove --message netplug-1.2.5}
$ \textbf{cd ..}
$ \textbf{hg clone netplug-1.2.5 netplug}
+updating working directory
18 files updated, 0 files merged, 0 files removed, 0 files unresolved
Output of mq.tarball.qinit has changed!
--- mq.tarball.qinit.out 2008-11-26 18:09:23.000000000 +0900
+++ mq.tarball.qinit.err 2008-11-26 18:45:12.000000000 +0900
@@ -16,7 +16,7 @@
diff -r -r netlink.c
-@@ -275,7 +275,7 @@ netlink_open(void)
+@@ -275,7 +275,7 @@
exit(1);
\}
Output of mq.tarball.newsource has changed!
--- mq.tarball.newsource.out 2008-11-26 18:09:23.000000000 +0900
+++ mq.tarball.newsource.err 2008-11-26 18:45:13.000000000 +0900
@@ -3,6 +3,7 @@
$ \textbf{cd ..}
$ \textbf{download netplug-1.2.8.tar.bz2}
$ \textbf{hg clone netplug-1.2.5 netplug-1.2.8}
+updating working directory
18 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd netplug-1.2.8}
$ \textbf{hg locate -0 | xargs -0 rm}
Output of mq.tarball.repush has changed!
--- mq.tarball.repush.out 2008-11-26 18:09:23.000000000 +0900
+++ mq.tarball.repush.err 2008-11-26 18:45:13.000000000 +0900
@@ -8,5 +8,6 @@
added 1 changesets with 12 changes to 12 files
(run 'hg update' to get a working copy)
$ \textbf{hg qpush -a}
+(working directory not at tip)
applying build-fix.patch
Now at: build-fix.patch
(exit 0)
Output of mq.tutorial.qrefresh has changed!
--- mq.tutorial.qrefresh.out 2008-11-26 18:09:23.000000000 +0900
+++ mq.tutorial.qrefresh.err 2008-11-26 18:45:13.000000000 +0900
@@ -3,7 +3,7 @@
diff -r file1
-@@ -1,1 +1,2 @@ line 1
+@@ -1,1 +1,2 @@
line 1
+line 2
$ \textbf{hg qrefresh}
@@ -15,7 +15,7 @@
diff -r -r file1
-@@ -1,1 +1,2 @@ line 1
+@@ -1,1 +1,2 @@
line 1
+line 2
Output of mq.tutorial.qrefresh2 has changed!
--- mq.tutorial.qrefresh2.out 2008-11-26 18:09:23.000000000 +0900
+++ mq.tutorial.qrefresh2.err 2008-11-26 18:45:14.000000000 +0900
@@ -9,7 +9,7 @@
diff -r -r file1
-@@ -1,1 +1,3 @@ line 1
+@@ -1,1 +1,3 @@
line 1
+line 2
+line 3
Output of mq.tutorial.qnew2 has changed!
--- mq.tutorial.qnew2.out 2008-11-26 18:09:23.000000000 +0900
+++ mq.tutorial.qnew2.err 2008-11-26 18:45:14.000000000 +0900
@@ -15,7 +15,7 @@
diff -r -r file1
-@@ -1,3 +1,4 @@ line 1
+@@ -1,3 +1,4 @@
line 1
line 2
line 3
(exit 0)
Output of rename.divergent.clone has changed!
--- rename.divergent.clone.out 2008-11-26 18:09:23.000000000 +0900
+++ rename.divergent.clone.err 2008-11-26 18:45:14.000000000 +0900
@@ -1,4 +1,6 @@
$ \textbf{hg clone orig anne}
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{hg clone orig bob}
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
(exit 0)
Output of tag.replace has changed!
--- tag.replace.out 2008-11-26 18:09:23.000000000 +0900
+++ tag.replace.err 2008-11-26 18:45:16.000000000 +0900
@@ -3,7 +3,7 @@
tip
v1.1
$ \textbf{hg tag -r 2 v1.1}
-abort: a tag named v1.1 already exists (use -f to force)
+abort: tag 'v1.1' already exists (use -f to force)
$ \textbf{hg tag -f -r 2 v1.1}
$ \textbf{hg tags}
tip
(exit 0)
Output of tour.version has changed!
--- tour.version.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.version.err 2008-11-26 18:45:18.000000000 +0900
@@ -1,6 +1,6 @@
$ \textbf{hg version}
-Mercurial Distributed SCM (version )
+Mercurial Distributed SCM (version 1.0.1)
-Copyright (C) 2005-2007 Matt Mackall <mpm@selenic.com> and others
+Copyright (C) 2005-2008 Matt Mackall <mpm@selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Output of tour.clone has changed!
--- tour.clone.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.clone.err 2008-11-26 18:45:19.000000000 +0900
@@ -5,4 +5,5 @@
adding manifests
adding file changes
added 5 changesets with 5 changes to 2 files
+updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
Output of tour.log-r has changed!
--- tour.log-r.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.log-r.err 2008-11-26 18:45:19.000000000 +0900
@@ -5,11 +5,7 @@
summary: Get make to generate the final binary from a .o file.
$ \textbf{hg log -r }
-changeset:
-user: Bryan O'Sullivan <bos@serpentine.com>
-
-summary: Get make to generate the final binary from a .o file.
-
+abort: unknown revision ''!
$ \textbf{hg log -r 1 -r 4}
changeset:
user: mpm@selenic.com
Output of tour.reclone has changed!
--- tour.reclone.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.reclone.err 2008-11-26 18:45:19.000000000 +0900
@@ -1,4 +1,5 @@
$ \textbf{cd ..}
$ \textbf{hg clone hello my-hello}
+updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd my-hello}
Output of tour.diff has changed!
--- tour.diff.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.diff.err 2008-11-26 18:45:19.000000000 +0900
@@ -2,7 +2,7 @@
diff -r hello.c
-@@ -8,5 +8,6 @@ int main(int argc, char **argv)
+@@ -8,5 +8,6 @@
int main(int argc, char **argv)
\{
printf("hello, world!\textbackslash{}");
Output of tour.tip has changed!
--- tour.tip.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.tip.err 2008-11-26 18:45:20.000000000 +0900
@@ -11,7 +11,7 @@
diff -r -r hello.c
-@@ -8,5 +8,6 @@ int main(int argc, char **argv)
+@@ -8,5 +8,6 @@
int main(int argc, char **argv)
\{
printf("hello, world!\textbackslash{}");
Output of tour.clone-pull has changed!
--- tour.clone-pull.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.clone-pull.err 2008-11-26 18:45:20.000000000 +0900
@@ -1,3 +1,4 @@
$ \textbf{cd ..}
$ \textbf{hg clone hello hello-pull}
+updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
Output of tour.clone-push has changed!
--- tour.clone-push.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.clone-push.err 2008-11-26 18:45:20.000000000 +0900
@@ -1,3 +1,4 @@
$ \textbf{cd ..}
$ \textbf{hg clone hello hello-push}
+updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
Output of tour.merge.clone has changed!
--- tour.merge.clone.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.merge.clone.err 2008-11-26 18:45:22.000000000 +0900
@@ -1,5 +1,6 @@
$ \textbf{cd ..}
$ \textbf{hg clone hello my-new-hello}
+updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd my-new-hello}
$ \textbf{sed -i '/printf/i\textbackslash{}\textbackslash{}tprintf("once more, hello.\textbackslash{}\textbackslash{}n");' hello.c}
Output of tour.merge.update has changed!
--- tour.merge.update.out 2008-11-26 18:09:23.000000000 +0900
+++ tour.merge.update.err 2008-11-26 18:45:22.000000000 +0900
@@ -1,2 +1,2 @@
$ \textbf{hg update}
-abort: update spans branches, use 'hg merge' or 'hg update -C' to lose changes
+abort: crosses branches (use 'hg merge' or 'hg update -C')
(exit 0)
Output of tour-merge-conflict.cousin has changed!
--- tour-merge-conflict.cousin.out 2008-11-26 18:09:23.000000000 +0900
+++ tour-merge-conflict.cousin.err 2008-11-26 18:45:23.000000000 +0900
@@ -1,5 +1,6 @@
$ \textbf{cd ..}
$ \textbf{hg clone scam scam-cousin}
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd scam-cousin}
$ \textbf{cat > letter.txt <<EOF}
Output of tour-merge-conflict.son has changed!
--- tour-merge-conflict.son.out 2008-11-26 18:09:23.000000000 +0900
+++ tour-merge-conflict.son.err 2008-11-26 18:45:23.000000000 +0900
@@ -1,5 +1,6 @@
$ \textbf{cd ..}
$ \textbf{hg clone scam scam-son}
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd scam-son}
$ \textbf{cat > letter.txt <<EOF}
Output of tour-merge-conflict.pull has changed!
--- tour-merge-conflict.pull.out 2008-11-26 18:09:23.000000000 +0900
+++ tour-merge-conflict.pull.err 2008-11-26 18:45:23.000000000 +0900
@@ -1,5 +1,6 @@
$ \textbf{cd ..}
$ \textbf{hg clone scam-cousin scam-merge}
+updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{cd scam-merge}
$ \textbf{hg pull -u ../scam-son}
(exit 0)
This is makeindex, version 2.14 [02-Oct-2002] (kpathsea + Thai support).
Scanning input file hgbook.idx....done (103 entries accepted, 103 rejected).
Sorting entries....done (742 comparisons).
Generating output file hgbook.ind....done (49 lines written, 0 warnings).
Output written in hgbook.ind.
Transcript written in hgbook.ilg.
dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: cannot open file <(null)> dvipng warning: Image file (null) unusable, image will be left blank This is makeindex, version 2.14 [02-Oct-2002] (kpathsea + Thai support).
Scanning input file hgbook.idx...done (0 entries accepted, 0 rejected).
Nothing written in hgbook.ind.
Transcript written in hgbook.ilg.
dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: DVI magnification of 1000 over-ridden by user (1400) dvipng warning: cannot open file <(null)> dvipng warning: Image file (null) unusable, image will be left blank
hgbook/ja$ cat log
echo -n '7ef84661e43e, dated 2008-11-01 14:37 +0900,' > build_id.tex
echo -n 'Mercurial Distributed SCM (version 1.0.1)' > hg_id.tex
dot -Tsvg -o feature-branches.svg feature-branches.dot
inkscape -D -e feature-branches.png feature-branches.svg
Background RRGGBBAA: ffffff00
Area -0.625:-0.625:733.125:145.625 exported to 734 x 146 pixels (90 dpi)
Bitmap saved as: feature-branches.png
dot -Tsvg -o undo-manual.svg undo-manual.dot
inkscape -D -e undo-manual.png undo-manual.svg
Background RRGGBBAA: ffffff00
Area -0.625:-0.625:300.625:243.125 exported to 301 x 244 pixels (90 dpi)
Bitmap saved as: undo-manual.png
dot -Tsvg -o undo-manual-merge.svg undo-manual-merge.dot
inkscape -D -e undo-manual-merge.png undo-manual-merge.svg
Background RRGGBBAA: ffffff00
Area -0.625:-0.625:300.625:363.125 exported to 301 x 364 pixels (90 dpi)
Bitmap saved as: undo-manual-merge.png
dot -Tsvg -o undo-non-tip.svg undo-non-tip.dot
inkscape -D -e undo-non-tip.png undo-non-tip.svg
Background RRGGBBAA: ffffff00
Area -0.625:-0.625:300.625:340.625 exported to 301 x 341 pixels (90 dpi)
Bitmap saved as: undo-non-tip.png
dot -Tsvg -o undo-simple.svg undo-simple.dot
inkscape -D -e undo-simple.png undo-simple.svg
Background RRGGBBAA: ffffff00
Area -0.625:-0.625:185.625:265.625 exported to 186 x 266 pixels (90 dpi)
Bitmap saved as: undo-simple.png
inkscape -D -e filelog.png filelog.svg
Background RRGGBBAA: ffffff00
Area 72.231:501.041:643.462:701.041 exported to 571 x 200 pixels (90 dpi)
Bitmap saved as: filelog.png
inkscape -D -e metadata.png metadata.svg
Background RRGGBBAA: ffffff00
Area 61.8036:378.786:353.161:628.04 exported to 291 x 249 pixels (90 dpi)
Bitmap saved as: metadata.png
inkscape -D -e mq-stack.png mq-stack.svg
Background RRGGBBAA: ffffff00
Area 77.4442:716.966:540.673:902.47 exported to 463 x 186 pixels (90 dpi)
Bitmap saved as: mq-stack.png
inkscape -D -e revlog.png revlog.svg
Background RRGGBBAA: ffffff00
Area 43.4492:465.131:374.255:993.435 exported to 331 x 528 pixels (90 dpi)
Bitmap saved as: revlog.png
inkscape -D -e snapshot.png snapshot.svg
Background RRGGBBAA: ffffff00
Area 46.3929:490.679:362.179:759.521 exported to 316 x 269 pixels (90 dpi)
Bitmap saved as: snapshot.png
inkscape -D -e tour-history.png tour-history.svg
Background RRGGBBAA: ffffff00
Area 137:551.143:430.976:761.357 exported to 294 x 210 pixels (90 dpi)
Bitmap saved as: tour-history.png
inkscape -D -e tour-merge-conflict.png tour-merge-conflict.svg
Background RRGGBBAA: ffffff00
Area 46.0636:488.071:452.904:734.357 exported to 407 x 246 pixels (90 dpi)
Bitmap saved as: tour-merge-conflict.png
inkscape -D -e tour-merge-merge.png tour-merge-merge.svg
Background RRGGBBAA: ffffff00
Area 53.4766:708.225:628.143:940.592 exported to 575 x 232 pixels (90 dpi)
Bitmap saved as: tour-merge-merge.png
inkscape -D -e tour-merge-pull.png tour-merge-pull.svg
Background RRGGBBAA: ffffff00
Area 53.4766:551.143:361.379:854.714 exported to 308 x 304 pixels (90 dpi)
Bitmap saved as: tour-merge-pull.png
inkscape -D -e tour-merge-sep-repos.png tour-merge-sep-repos.svg
Background RRGGBBAA: ffffff00
Area 137:551.143:561.48:828.433 exported to 424 x 277 pixels (90 dpi)
Bitmap saved as: tour-merge-sep-repos.png
inkscape -D -e wdir.png wdir.svg
Background RRGGBBAA: ffffff00
Area 93.8656:601.571:665.622:829.449 exported to 572 x 228 pixels (90 dpi)
Bitmap saved as: wdir.png
inkscape -D -e wdir-after-commit.png wdir-after-commit.svg
Background RRGGBBAA: ffffff00
Area 270.048:547.433:731.985:829.449 exported to 462 x 282 pixels (90 dpi)
Bitmap saved as: wdir-after-commit.png
inkscape -D -e wdir-branch.png wdir-branch.svg
Background RRGGBBAA: ffffff00
Area 63.8655:601.571:665.622:829.449 exported to 602 x 228 pixels (90 dpi)
Bitmap saved as: wdir-branch.png
inkscape -D -e wdir-merge.png wdir-merge.svg
Background RRGGBBAA: ffffff00
Area 63.8655:601.571:665.622:829.449 exported to 602 x 228 pixels (90 dpi)
Bitmap saved as: wdir-merge.png
inkscape -D -e wdir-pre-branch.png wdir-pre-branch.svg
Background RRGGBBAA: ffffff00
Area 19.8656:601.571:665.622:829.449 exported to 646 x 228 pixels (90 dpi)
Bitmap saved as: wdir-pre-branch.png
cd examples && ./run-example backout
running backout ..............
cd examples && ./run-example bisect
running bisect ............
cd examples && ./run-example branching
running branching .........
cd examples && ./run-example branch-named
running branch-named ............
cd examples && ./run-example branch-repo
running branch-repo ......
cd examples && ./run-example cmdref
running cmdref .
cd examples && ./run-example daily.copy
running daily.copy ..............
cd examples && ./run-example daily.files
running daily.files ............
cd examples && ./run-example daily.rename
running daily.rename ...
cd examples && ./run-example daily.revert
running daily.revert ............
cd examples && ./run-example extdiff
running extdiff ....
cd examples && ./run-example filenames
running filenames ............
cd examples && ./run-example hook.msglen
running hook.msglen .
cd examples && ./run-example hook.simple
running hook.simple ....
cd examples && ./run-example hook.ws
running hook.ws ....
cd examples && ./run-example issue29
running issue29 ..
cd examples && ./run-example mq.guards
running mq.guards ...........
cd examples && ./run-example mq.qinit-help
running mq.qinit-help .
cd examples && ./run-example mq.dodiff
running mq.dodiff .
cd examples && ./run-example mq.id
running mq.id ..
cd examples && ./run-example mq.tarball
running mq.tarball .....
cd examples && ./run-example mq.tools
running mq.tools ..
cd examples && ./run-example mq.tutorial
running mq.tutorial ..........
cd examples && ./run-example rename.divergent
running rename.divergent ....
cd examples && ./run-example rollback
running rollback ......
cd examples && ./run-example tag
running tag ........
cd examples && ./run-example template.simple
running template.simple ..........
cd examples && ./run-example template.svnstyle
running template.svnstyle ...........
cd examples && ./run-example tour
running tour ......................................
cd examples && ./run-example tour-merge-conflict
running tour-merge-conflict ......
touch examples/.run
mkdir -p html/onepage/
cp 99book.bib html/onepage/
TEXINPUTS=./: ./htlatex.book 00book.tex "bookhtml,html4-uni," " -cunihtf -utf8" "html/onepage/" "-interaction batchmode -output-directory html/onepage/ -jobname hgbook" || (rm -f html/onepage/hgbook.html; exit 1)
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
This is BibTeX, Version 0.99c (Web2C 7.5.6)
The top-level auxiliary file: hgbook.aux
A level-1 auxiliary file: preface.aux
A level-1 auxiliary file: intro.aux
A level-1 auxiliary file: tour-basic.aux
A level-1 auxiliary file: tour-merge.aux
I found no \bibdata command---while reading file hgbook.aux
I found no \bibstyle command---while reading file hgbook.aux
(There were 2 error messages)
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
status 2186
cd html/onepage/ && tex4ht -f/hgbook -cvalidate -cunihtf
----------------------------
tex4ht.c (2007-11-07-16:08 kpathsea)
tex4ht -f/hgbook
-cvalidate
-cunihtf
(/usr/share/texmf/tex4ht/tex4ht.env)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/charset/unicode.4hf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/courier/pcrro7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrro7t.htf)
Searching `pcrr7t.htf' for `pcrro7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/courier/pcrr7t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/courier/pcrb7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrb7t.htf)
Searching `pcrr7t.htf' for `pcrb7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/courier/pcrr7t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmr7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/times/ptmr7t.htf)
Searching `pplri9t.htf' for `ptmr7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmri7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/times/ptmri7t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmb7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/adobe/times/ptmb7t.htf)
Searching `pplri9t.htf' for `ptmb7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/zpzccmry.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/mathptm/zpzccmry.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/zptmcmrm.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmrm.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/zptmcmr.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmr.htf)
(/usr/share/texmf-texlive/fonts/tfm/public/pslatex/pcrr7tn.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/courier/pcrr7t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmr7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/times/ptmr7t.htf)
Searching `pplri9t.htf' for `ptmr7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmr7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/times/ptmr7t.htf)
Searching `pplri9t.htf' for `ptmr7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf)
(/usr/share/texmf-texlive/fonts/tfm/public/cm/cmsy10.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/cm/cmsy.htf)
[1 file hgbook.html
file hgbook.css
file hgbook.tmp
] [2] [3] [4] [5] [6] [7] [8]
[9] [10] [11] [12] [13] [14] [15] [16] [17] [18]
[19] [20] [21] [22] [23] [24] [25] [26] [27] [28]
[29] [30] [31] [32] [33 file hgbook.tmp
] [34] [35] [36] [37] [38]
[39] [40] [41] [42] [43] [44] [45] [46] [47] [48]
--- empty picture --- hgbook.idv[6] ---
--- empty picture --- hgbook.idv[8] ---
--- empty picture --- hgbook.idv[10] ---
--- empty picture --- hgbook.idv[13] ---
--- empty picture --- hgbook.idv[15] ---
--- empty picture --- hgbook.idv[17] ---
--- empty picture --- hgbook.idv[18] ---
--- empty picture --- hgbook.idv[24] ---
Execute script `hgbook.lg'
cd html/onepage/ && t4ht -f/hgbook
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[2]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[4]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[7]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[11]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[12]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[16]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[20]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[21]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[22]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[26]
----------------------------
t4ht.c (2008-02-25-18:56 kpathsea)
t4ht -f/hgbook
(/usr/share/texmf/tex4ht/tex4ht.env)
Entering hgbook.lg
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 2:2 hgbook.idv -o hgbook0x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 4:4 hgbook.idv -o hgbook1x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 7:7 hgbook.idv -o hgbook3x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 11:11 hgbook.idv -o hgbook6x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 12:12 hgbook.idv -o hgbook7x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 16:16 hgbook.idv -o hgbook10x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 20:20 hgbook.idv -o hgbook13x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 21:21 hgbook.idv -o hgbook14x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 22:22 hgbook.idv -o hgbook15x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 26:26 hgbook.idv -o hgbook17x.png
System return: 0
Entering hgbook.css
Entering hgbook.tmp
./fixhtml.py html/onepage//*.html
rm html/onepage//hgbook.css
cp hgbook.css html/onepage/hgbook.css
cp feature-branches.png html/onepage/feature-branches.png
cp undo-manual.png html/onepage/undo-manual.png
cp undo-manual-merge.png html/onepage/undo-manual-merge.png
cp undo-non-tip.png html/onepage/undo-non-tip.png
cp undo-simple.png html/onepage/undo-simple.png
cp filelog.png html/onepage/filelog.png
cp metadata.png html/onepage/metadata.png
cp mq-stack.png html/onepage/mq-stack.png
cp revlog.png html/onepage/revlog.png
cp snapshot.png html/onepage/snapshot.png
cp tour-history.png html/onepage/tour-history.png
cp tour-merge-conflict.png html/onepage/tour-merge-conflict.png
cp tour-merge-merge.png html/onepage/tour-merge-merge.png
cp tour-merge-pull.png html/onepage/tour-merge-pull.png
cp tour-merge-sep-repos.png html/onepage/tour-merge-sep-repos.png
cp wdir.png html/onepage/wdir.png
cp wdir-after-commit.png html/onepage/wdir-after-commit.png
cp wdir-branch.png html/onepage/wdir-branch.png
cp wdir-merge.png html/onepage/wdir-merge.png
cp wdir-pre-branch.png html/onepage/wdir-pre-branch.png
cp kdiff3.png html/onepage/kdiff3.png
cp note.png html/onepage/note.png
mkdir -p html/split/
cp 99book.bib html/split/
TEXINPUTS=./: ./htlatex.book 00book.tex "bookhtml,html4-uni,2" " -cunihtf -utf8" "html/split/" "-interaction batchmode -output-directory html/split/ -jobname hgbook" || (rm -f html/split/hgbook.html; exit 1)
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
This is BibTeX, Version 0.99c (Web2C 7.5.6)
The top-level auxiliary file: hgbook.aux
A level-1 auxiliary file: preface.aux
A level-1 auxiliary file: intro.aux
A level-1 auxiliary file: tour-basic.aux
A level-1 auxiliary file: tour-merge.aux
I found no \bibdata command---while reading file hgbook.aux
I found no \bibstyle command---while reading file hgbook.aux
(There were 2 error messages)
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
status 2239
cd html/split/ && tex4ht -f/hgbook -cvalidate -cunihtf
----------------------------
tex4ht.c (2007-11-07-16:08 kpathsea)
tex4ht -f/hgbook
-cvalidate
-cunihtf
(/usr/share/texmf/tex4ht/tex4ht.env)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/charset/unicode.4hf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/courier/pcrro7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrro7t.htf)
Searching `pcrr7t.htf' for `pcrro7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/courier/pcrr7t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/courier/pcrb7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/adobe/courier/pcrb7t.htf)
Searching `pcrr7t.htf' for `pcrb7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/courier/pcrr7t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmr7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/times/ptmr7t.htf)
Searching `pplri9t.htf' for `ptmr7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf)
(/usr/share/texmf-texlive/fonts/tfm/public/pslatex/pcrr7tn.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/courier/pcrr7t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmri7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/times/ptmri7t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmb7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/adobe/times/ptmb7t.htf)
Searching `pplri9t.htf' for `ptmb7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/zpzccmry.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/mathptm/zpzccmry.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/zptmcmrm.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmrm.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/zptmcmr.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmr.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmr7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/times/ptmr7t.htf)
Searching `pplri9t.htf' for `ptmr7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf)
(/usr/share/texmf-texlive/fonts/tfm/adobe/times/ptmr7t.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/alias/times/ptmr7t.htf)
Searching `pplri9t.htf' for `ptmr7t.htf'
(/usr/share/texmf/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf)
(/usr/share/texmf-texlive/fonts/tfm/public/cm/cmsy10.tfm)
(/usr/share/texmf/tex4ht/ht-fonts/unicode/cm/cmsy.htf)
[1 file hgbook.html
file hgbook.css
file hgbook.tmp
] [2] [3] [4] [5 file hgbookli1.html
]
[6] [7] [8] [9 file hgbookli2.html
] [10] [11] [12] [13 file hgbookli3.html
] [14] [15]
[16] [17] [18] [19] [20 file hgbookch1.html
] [21] [22] [23] [24] [25]
[26] [27] [28] [29] [30] [31] [32] [33 file hgbookch2.html
] [34] [35]
[36] [37] [38] [39] [40 file hgbook.tmp
] [41] [42] [43] [44] [45]
[46] [47] [48] [49] [50] [51] [52] [53] [54] [55]
--- empty picture --- hgbook.idv[8] ---
--- empty picture --- hgbook.idv[10] ---
--- empty picture --- hgbook.idv[12] ---
--- empty picture --- hgbook.idv[15] ---
--- empty picture --- hgbook.idv[17] ---
--- empty picture --- hgbook.idv[19] ---
--- empty picture --- hgbook.idv[20] ---
--- empty picture --- hgbook.idv[26] ---
Execute script `hgbook.lg'
cd html/split/ && t4ht -f/hgbook
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[2]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[4]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[6]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[9]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[13]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[14]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[18]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[22]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[23]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[24]
This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson
[28]
----------------------------
t4ht.c (2008-02-25-18:56 kpathsea)
t4ht -f/hgbook
(/usr/share/texmf/tex4ht/tex4ht.env)
Entering hgbook.lg
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 2:2 hgbook.idv -o hgbook0x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 4:4 hgbook.idv -o hgbook1x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 6:6 hgbook.idv -o hgbook2x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 9:9 hgbook.idv -o hgbook4x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 13:13 hgbook.idv -o hgbook7x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 14:14 hgbook.idv -o hgbook8x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 18:18 hgbook.idv -o hgbook11x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 22:22 hgbook.idv -o hgbook14x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 23:23 hgbook.idv -o hgbook15x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 24:24 hgbook.idv -o hgbook16x.png
System return: 0
System call: dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 28:28 hgbook.idv -o hgbook18x.png
System return: 0
Entering hgbook.css
Entering hgbook.tmp
./fixhtml.py html/split//*.html
rm html/split//hgbook.css
cp hgbook.css html/split/hgbook.css
cp feature-branches.png html/split/feature-branches.png
cp undo-manual.png html/split/undo-manual.png
cp undo-manual-merge.png html/split/undo-manual-merge.png
cp undo-non-tip.png html/split/undo-non-tip.png
cp undo-simple.png html/split/undo-simple.png
cp filelog.png html/split/filelog.png
cp metadata.png html/split/metadata.png
cp mq-stack.png html/split/mq-stack.png
cp revlog.png html/split/revlog.png
cp snapshot.png html/split/snapshot.png
cp tour-history.png html/split/tour-history.png
cp tour-merge-conflict.png html/split/tour-merge-conflict.png
cp tour-merge-merge.png html/split/tour-merge-merge.png
cp tour-merge-pull.png html/split/tour-merge-pull.png
cp tour-merge-sep-repos.png html/split/tour-merge-sep-repos.png
cp wdir.png html/split/wdir.png
cp wdir-after-commit.png html/split/wdir-after-commit.png
cp wdir-branch.png html/split/wdir-branch.png
cp wdir-merge.png html/split/wdir-merge.png
cp wdir-pre-branch.png html/split/wdir-pre-branch.png
cp kdiff3.png html/split/kdiff3.png
cp note.png html/split/note.png
rm feature-branches.svg undo-simple.svg undo-manual-merge.svg undo-non-tip.svg undo-manual.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment