Rev 4589: All tests passing for the dwim revspec. in file:///home/vila/src/bzr/reviews/revspec-dwim/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu Oct 22 19:55:07 BST 2009
At file:///home/vila/src/bzr/reviews/revspec-dwim/
------------------------------------------------------------
revno: 4589
revision-id: v.ladeuil+lp at free.fr-20091022185507-4p3jrfgnaxwhw5x7
parent: v.ladeuil+lp at free.fr-20091022160325-qy5bvqnru5e518hx
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: revspec-dwim
timestamp: Thu 2009-10-22 20:55:07 +0200
message:
All tests passing for the dwim revspec.
* bzrlib/revisionspec.py:
(RevisionSpec_dwim): We never want the revision history.
-------------- next part --------------
=== modified file 'bzrlib/revisionspec.py'
--- a/bzrlib/revisionspec.py 2009-10-22 16:03:25 +0000
+++ b/bzrlib/revisionspec.py 2009-10-22 18:55:07 +0000
@@ -298,6 +298,9 @@
"""
help_txt = None
+ # We don't need to build the revision history ourself, that's delegated to
+ # each revspec we try.
+ wants_revision_history = False
def _try_spectype(self, rstype, branch):
rs = rstype(self.spec, _internal=True)
More information about the bazaar-commits
mailing list