diff options
author | Norbert Preining <preining@logic.at> | 2008-09-25 08:18:25 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-09-25 08:18:25 +0000 |
commit | 24a0f857866568c51ba0d9e440e118b33c122451 (patch) | |
tree | cc92eb47ea6a40f03037de3421d7c0b757c1c808 /Master/texmf | |
parent | d62df47d19ca619ae72eaa061db2d2c58d06c16c (diff) |
echo revision numbers when updating
git-svn-id: svn://tug.org/texlive/trunk@10724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index def2880ed85..259a8253976 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -770,7 +770,7 @@ EOF } } } else { - info("update: $pkg ... "); + info("update: $pkg ($rev -> $mediarev) ... "); if (!$unwind_package) { # no backup was made, so let us create a temporary .tar file # of the package |