monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision f83fbd5ac54dd9f8ce944abae8f98ff874bb26


From: monotone
Subject: [Monotone-commits-diffs] Revision f83fbd5ac54dd9f8ce944abae8f98ff874bb2638
Date: Wed, 28 Feb 2007 07:05:13 +0100

-----------------------------------------------------------------
Revision: f83fbd5ac54dd9f8ce944abae8f98ff874bb2638
Ancestor: b63b54d8b8c98ac51ce629aa25e8189a1d371e50
Author: address@hidden
Date: 2007-02-28T05:26:04
Branch: net.venge.monotone

Modified files:
        HACKING annotate.cc automate.cc cmd_automate.cc cmd_db.cc
        cmd_diff_log.cc cmd_files.cc cmd_key_cert.cc cmd_list.cc
        cmd_merging.cc cmd_netsync.cc cmd_ws_commit.cc commands.cc
        contrib/usher.cc database.cc diff_patch.cc keys.cc
        monotone.cc mt_version.cc packet.cc paths.cc rcs_file.cc
        revision.cc roster.cc sanity.cc simplestring_xform.cc
        tests/diff_against_empty_file/expected.diff txt2c.cc ui.cc
        unit_tests.cc unix/read_password.cc win32/read_password.cc

ChangeLog: 

        * HACKING: Document that std::endl should be avoided and that
        character constants are preferred to single-character strings
        in formatted output.
        * annotate.cc, automate.cc, cmd_automate.cc, cmd_db.cc, cmd_diff_log.cc
        * cmd_files.cc, cmd_key_cert.cc, cmd_list.cc, cmd_merging.cc
        * cmd_netsync.cc, cmd_ws_commit.cc, commands.cc, database.cc
        * diff_patch.cc, monotone.cc, mt_version.cc, packet.cc
        * paths.cc, rcs_file.cc, revision.cc, roster.cc, sanity.cc
        * simplestring_xform.cc, ui.cc, unit_tests.cc:  Change all
        unnecessary uses of std::endl to write '\n' instead.  Change many
        single-character strings in formatted output to character constants.
        Combine adjacent untranslated strings in formatted output and
        eliminate trailing whitespace.
        * contrib/usher.cc: Likewise.
        * txt2c.cc: Likewise.  Also improve error handling a little and
        write the correct number of numbers per line (14, not 20, to
        guarantee each line fits in 80 columns).

        * unix/read_password.cc, win32/read_password.cc: Flush a newline
        to cout after reading the password.
        * keys.cc (get_passphrase): Don't do it here.

        * tests/diff_against_empty_file/expected.diff: Remove trailing
        whitespace from a few lines.

Attachment: txtOZDNe_NHpZ.txt
Description: Diff [b63b54d8b8c98ac51ce629aa25e8189a1d371e50] -> [f83fbd5ac54dd9f8ce944abae8f98ff874bb2638]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]