~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Adeodato Simó
  • Date: 2007-10-26 10:49:21 UTC
  • mto: (2968.1.1 tags)
  • mto: This revision was merged to the branch mainline in revision 2972.
  • Revision ID: dato@net.com.org.es-20071026104921-zfwb0z5iqu36xm3a
Don't sort by revno; only by time if --sort=time is passed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
   * Experimental directory formats can now be marked with
106
106
     ``experimental = True`` during registration. (Ian Clatworthy)
107
107
 
108
 
   * ``bzr tags`` now prints the revision number for each tag, instead
109
 
     of the revision id, unless --show-ids is passed. In addition, tags
110
 
     are sorted by revision number, and not by name. (Adeodato Simó)
 
108
   * ``bzr tags`` now prints the revision number for each tag, instead of
 
109
     the revision id, unless --show-ids is passed. In addition, tags can be
 
110
     sorted chronologically instead of lexicographically with --sort=time.
 
111
     (Adeodato Simó)
111
112
 
112
113
  DOCUMENTATION:
113
114