~bzr-pqm/bzr/bzr.dev

1185.1.29 by Robert Collins
merge merge tweaks from aaron, which includes latest .dev
1
*****************
2
Library interface
3
*****************
4
5
Should have a pleasant library interface.
6
7
* Be clear what is supposed to be in a stable public interface and
8
  what is not.  (A common failing of Python programs.)
9
10
* If a function changes the working directory (as may be necessary to
11
  run patch) it should restore it.