~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Vincent Ladeuil
  • Date: 2011-09-09 17:20:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6148.
  • Revision ID: v.ladeuil+lp@free.fr-20110909172052-hk61nux3nvt2vlv8
Add new paraneters add signature's ends, fix a test and a typo, check that no errors and no output is emitted when using assertLogRevnos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
      revisions. Keys can be 'message', 'author', 'committer', 'bugs' or
289
289
      the empty string to match any of the preceding properties.
290
290
 
291
 
    :param omit_merges: If True, commits with mor than one parent are
 
291
    :param omit_merges: If True, commits with more than one parent are
292
292
      omitted.
293
293
 
294
294
    """