Released: | 2007-09-26 |
---|
Released: | 2007-09-11 |
---|
Released: | 2007-09-11 |
---|
New option --author in bzr commit to specify the author of the change, if it’s different from the committer. bzr log and bzr annotate display the author instead of the committer. (Lukáš Lalinský)
In addition to global options and command specific options, a set of standard options are now supported. Standard options are legal for all commands. The initial set of standard options are:
Unlike global options, standard options can be used in aliases and may have command-specific help. (Ian Clatworthy)
Verbosity level processing has now been unified. If --verbose or -v is specified on the command line multiple times, the verbosity level is made positive the first time then increased. If --quiet or -q is specified on the command line multiple times, the verbosity level is made negative the first time then decreased. To get the default verbosity level of zero, either specify none of the above , --no-verbose or --no-quiet. Note that most commands currently ignore the magnitude of the verbosity level but do respect quiet vs normal vs verbose when generating output. (Ian Clatworthy)
Branch.hooks now supports pre_commit hook. The hook’s signature is documented in BranchHooks constructor. (Nam T. Nguyen, #102747)
New Repository.stream_knit_data_for_revisions request added to the network protocol for greatly reduced roundtrips when retrieving a set of revisions. (Andrew Bennetts)