/brz/remove-bazaar

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

  • Committer: James Westby
  • Date: 2008-02-25 23:41:06 UTC
  • Revision ID: jw+debian@jameswestby.net-20080225234106-9b4ql42w13ijewp3
Make version-info --custom imply --all.

When using a custom template you can use variables like {clean} which
are not enabled by default. This causes an ugly traceback.

This fixes the issue by implying --all when --custom (or more exactly
--template) is used, so that all variables are available in templates.

This was the easier fix than having the template code report that the
user should pass --check-clean to have {clean} available, but will
have a performance impact on all users of version-info --custom,
regardless of whether they use {clean}.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2777.4.1 17 years ago Andrew Bennetts Move HPSS protocol description from bzrlib.smart d 4.5 KB Diff Download File
branch.py 3015.2.6 17 years ago Robert Collins In the RemoteServer branch methods handle reposito 6 KB Diff Download File
bzrdir.py 3221.3.3 17 years ago Robert Collins * Hook up the new remote method ``RemoteBzrDir.fi 5.8 KB Diff Download File
client.py 3192.2.2 17 years ago Andrew Bennetts Just use urllib.unquote, as suggested by John's re 4 KB Diff Download File
medium.py 3213.1.1 17 years ago Andrew Bennetts Recover (by reconnecting) if the server turns out 21.7 KB Diff Download File
protocol.py 3211.5.1 17 years ago Robert Collins Change the smart server get_parents method to take 24.5 KB Diff Download File
repository.py 3211.5.3 17 years ago Robert Collins Adjust size of batch and change gzip comments to b 16.7 KB Diff Download File
request.py 3221.3.2 17 years ago Robert Collins * New remote method ``RemoteBzrDir.find_repositor 13.7 KB Diff Download File
server.py 2634.1.1 18 years ago Robert Collins (robertc) Reinstate the accidentally backed out ex 9.3 KB Diff Download File
vfs.py 3146.4.10 17 years ago Aaron Bentley Add handling of PermissionDenied errors to smart p 6.2 KB Diff Download File