~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/todo-from-arch.txt

  • Committer: Martin Pool
  • Date: 2005-08-24 08:59:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050824085932-c61f1f1f1c930e13
- Add a simple UIFactory 

  The idea of this is to let a client of bzrlib set some 
  policy about how output is displayed.

  In this revision all that's done is that progress bars
  are constructed by a policy established by the application
  rather than being randomly constructed in the library 
  or passed down the calls.  This avoids progress bars
  popping up while running the test suite and cleans up
  some code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Opportunities for improvement on GNU Arch
3
3
***************************************** 
4
4
 
5
 
[note that this document is rather out of date in 2005-08]
6
5
 
7
 
GNU Arch is one influence on bazaar-ng.  There are several things we
8
 
would change from Arch in Bazaar to (we hope) improve the user
9
 
experience.
 
6
Bazaar-NG is based on the GNU Arch system, and inherits a lot of its
 
7
design from Arch.  However, there are several things we will change in
 
8
Baz to (we hope) improve the user experience.
10
9
 
11
10
The core design of Arch is good, brilliant even.  It can scale from
12
11
small projects too large ones, and is a good foundation for building