diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-15 00:22:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-15 00:22:12 +0000 |
commit | dc5810ab2b8fc1a307b91b157bd033c72079f13c (patch) | |
tree | 18bc9eab89b68afc52c3053411f1fca693872d9b /devel/bzr/DESCR | |
parent | cfd38c0e8035cfbd212f60efda509b83f8c106ef (diff) | |
download | pkgsrc-dc5810ab2b8fc1a307b91b157bd033c72079f13c.tar.gz |
Initial import of bzr-0.6.2:
bazaar-ng is a distributed/decentralized version control system.
Features include:
* simple to use
* runs on Unix and Windows
* branches can be hosted on an http server with no special software
* full directory versioning including tracking subdirectories,
file renames, symlinks and execute-bits
* friendly interface that should be familiar to users of cvs,
svn or other systems
* Python interface for extending and embedding, including a
plugin interface
* strong integrity protection, including gpg-signing
* vibrant and active community
For usage instructions run "bzr help".
Diffstat (limited to 'devel/bzr/DESCR')
-rw-r--r-- | devel/bzr/DESCR | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/bzr/DESCR b/devel/bzr/DESCR new file mode 100644 index 00000000000..34bbb69a815 --- /dev/null +++ b/devel/bzr/DESCR @@ -0,0 +1,16 @@ +bazaar-ng is a distributed/decentralized version control system. + +Features include: + * simple to use + * runs on Unix and Windows + * branches can be hosted on an http server with no special software + * full directory versioning including tracking subdirectories, + file renames, symlinks and execute-bits + * friendly interface that should be familiar to users of cvs, + svn or other systems + * Python interface for extending and embedding, including a + plugin interface + * strong integrity protection, including gpg-signing + * vibrant and active community + +For usage instructions run "bzr help". |