/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/revisionspec.py

  • Committer: Vincent Ladeuil
  • Date: 2009-10-22 18:55:07 UTC
  • mto: (4772.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4773.
  • Revision ID: v.ladeuil+lp@free.fr-20091022185507-4p3jrfgnaxwhw5x7
All tests passing for the dwim revspec.

* bzrlib/revisionspec.py:
(RevisionSpec_dwim): We never want the revision history.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
    """
299
299
 
300
300
    help_txt = None
 
301
    # We don't need to build the revision history ourself, that's delegated to
 
302
    # each revspec we try.
 
303
    wants_revision_history = False
301
304
 
302
305
    def _try_spectype(self, rstype, branch):
303
306
        rs = rstype(self.spec, _internal=True)