diff options
author | John Vogel <jvogel4@stny.rr.com> | 2018-05-18 16:55:45 -0400 |
---|---|---|
committer | John Vogel <jvogel4@stny.rr.com> | 2018-05-18 16:55:45 -0400 |
commit | a8dbd51820b75ae1b5a6e43dabff66bfcbf9a29d (patch) | |
tree | 0b949fe168110f9400d30293af4a28f77bb6b5aa /bzr | |
parent | 630af09ef40d63988e0024f88fad7fe0fc638148 (diff) | |
download | contrib-a8dbd51820b75ae1b5a6e43dabff66bfcbf9a29d.tar.gz contrib-a8dbd51820b75ae1b5a6e43dabff66bfcbf9a29d.tar.xz |
bzr: add missing README
Diffstat (limited to 'bzr')
-rw-r--r-- | bzr/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bzr/README b/bzr/README new file mode 100644 index 000000000..e2465c74d --- /dev/null +++ b/bzr/README @@ -0,0 +1,9 @@ + +README for bzr + + +NOTES: + + Installing python-celementtree and python-elementtree which is dependency + of celementtree speeds up certain operations in bzr and is highly + recommended for larger trees. It's perfectly optional, though. |