/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2007-02-08 16:28:05 UTC
  • Revision ID: john@arbash-meinel.com-20070208162805-dcqiqrwjh9a5lo7n
``GPGStrategy.sign()`` will now raise ``BzrBadParameterUnicode`` if
you pass a Unicode string rather than an 8-bit string. It doesn't 
make sense to sign a Unicode string, and it turns out that some 
versions of python will write out the raw Unicode bytes rather than
encoding automatically. So fail and make callers do the right thing.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 1551.9.16 18 years ago Aaron Bentley Implement Tree.annotate_iter for RevisionTree and 7.5 KB Diff Download File
test_test_trees.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 5.9 KB Diff Download File
test_tree.py 1551.9.21 18 years ago Aaron Bentley Fix copyright statements 1.2 KB Diff Download File