~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revisionspec.py

  • Committer: Matthieu Moy
  • Date: 2006-09-03 15:58:15 UTC
  • mto: (1998.1.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1999.
  • Revision ID: Matthieu.Moy@imag.fr-20060903155815-9009ac7d567b0c2a
missing newline

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
        """
232
232
        return None
233
233
 
 
234
 
234
235
# private API
235
236
 
236
237
class RevisionSpec_revno(RevisionSpec):