/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
184 by mbp at sourcefrog
pychecker fixups
1
bzr-0.0.4  NOT RELEASED YET
2
196 by mbp at sourcefrog
selected-file diff
3
  ENHANCEMENTS:
184 by mbp at sourcefrog
pychecker fixups
4
244 by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote
5
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
196 by mbp at sourcefrog
selected-file diff
6
      basic.  Patch from QuantumG.
184 by mbp at sourcefrog
pychecker fixups
7
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
8
    * More default ignore patterns.
9
244 by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote
10
    * New 'bzr log --verbose' shows a list of files changed in the
11
      changeset.  Patch from Sebastian Cote.
12
235 by mbp at sourcefrog
update NEWS
13
252 by Martin Pool
- Don't use host fqdn for default user name, because DNS tends
14
  CHANGES:
15
16
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
17
      or $EMAIL.  All are decoded by the locale preferred encoding.
18
      If none of these are present user@hostname is used.  The host's
19
      fully-qualified name is not used because that tends to fail when
20
      there are DNS problems.
21
255 by Martin Pool
- New whoami command
22
    * New 'bzr whoami' command instead of username user-email.
23
252 by Martin Pool
- Don't use host fqdn for default user name, because DNS tends
24
235 by mbp at sourcefrog
update NEWS
25
  BUG FIXES: 
26
27
    * Make commit safe for hardlinked bzr trees.
28
245 by mbp at sourcefrog
- control files always in utf-8-unix format
29
    * Some Unicode/locale fixes.
30
235 by mbp at sourcefrog
update NEWS
31
232 by mbp at sourcefrog
Allow docstrings for help to be in PEP0257 format.
32
  INTERNAL:
33
34
    * Allow docstrings for help to be in PEP0257 format.  Patch from
35
      Matt Brubeck.
36
235 by mbp at sourcefrog
update NEWS
37
    * More tests in test.sh.
38
239 by mbp at sourcefrog
- remove profiler temporary file when done
39
    * Write profile data to a temporary file not into working
40
      directory and delete it when done.
238 by mbp at sourcefrog
- Don't put profiling temp file in current directory
41
257 by Martin Pool
- Write less startup junk to .bzr.log
42
    * Smaller .bzr.log with process ids.
43
184 by mbp at sourcefrog
pychecker fixups
44
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
45
  PORTABILITY:
46
47
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew Bennetts.
48
49
181 by mbp at sourcefrog
prepare for 0.0.3 release
50
bzr-0.0.3  2005-04-06
155 by mbp at sourcefrog
add new explicit RootEntry to inventory (in-core only)
51
156 by mbp at sourcefrog
new "directories" command
52
  ENHANCEMENTS:
53
54
    * New "directories" internal command lists versioned directories
55
      in the tree.
56
159 by mbp at sourcefrog
bzr commit --help now works
57
    * Can now say "bzr commit --help".
58
174 by mbp at sourcefrog
- New 'move' command; now separated out from rename
59
    * New "rename" command to rename one file to a different name
60
      and/or directory.
61
62
    * New "move" command to move one or more files into a different
63
      directory.
168 by mbp at sourcefrog
new "rename" command
64
164 by mbp at sourcefrog
new 'renames' command
65
    * New "renames" command lists files renamed since base revision.
66
176 by mbp at sourcefrog
New cat command contributed by janmar.
67
    * New cat command contributed by janmar.
68
165 by mbp at sourcefrog
- put .bzr.log in /home/mbp
69
  CHANGES:
70
166 by mbp at sourcefrog
- Write .bzr.log in utf8
71
    * .bzr.log is placed in $HOME (not pwd) and is always written in
72
      UTF-8.  (Probably not a completely good long-term solution, but
73
      will do for now.)
165 by mbp at sourcefrog
- put .bzr.log in /home/mbp
74
162 by mbp at sourcefrog
workaround for python2.3 difflib bug
75
  PORTABILITY:
76
77
    * Workaround for difflib bug in Python 2.3 that causes an
78
      exception when comparing empty files.  Reported by Erik Toubro
79
      Nielsen.
163 by mbp at sourcefrog
merge win32 portability fixes
80
165 by mbp at sourcefrog
- put .bzr.log in /home/mbp
81
  INTERNAL:
82
83
    * Refactored inventory storage to insert a root entry at the top.
84
180 by mbp at sourcefrog
- mv command is gone, but renames seem to be working
85
  TESTING:
86
169 by mbp at sourcefrog
Start of shell-based black-box testing in test.sh
87
    * Start of shell-based black-box testing in test.sh.
88
163 by mbp at sourcefrog
merge win32 portability fixes
89
90
bzr-0.0.2.1
91
92
  PORTABILITY:
93
94
    * Win32 fixes from Steve Brown.
95
96
181 by mbp at sourcefrog
prepare for 0.0.3 release
97
bzr-0.0.2  "black cube"  2005-03-31
101 by mbp at sourcefrog
change default ignore list
98
133 by mbp at sourcefrog
- new 'ignored' command
99
  ENHANCEMENTS:
101 by mbp at sourcefrog
change default ignore list
100
110 by mbp at sourcefrog
Add more patterns to default ignore list
101
    * Default ignore list extended (see bzrlib/__init__.py).
101 by mbp at sourcefrog
change default ignore list
102
102 by mbp at sourcefrog
- cache ignore list in Tree
103
    * Patterns in .bzrignore are now added to the default ignore list,
104
      rather than replacing it.
105
146 by mbp at sourcefrog
match ignore patterns like ./config.h
106
    * Ignore list isn't reread for every file.
102 by mbp at sourcefrog
- cache ignore list in Tree
107
110 by mbp at sourcefrog
Add more patterns to default ignore list
108
    * More help topics.
109
118 by mbp at sourcefrog
Update news
110
    * Reinstate the 'bzr check' command to check invariants of the
111
      branch.
133 by mbp at sourcefrog
- new 'ignored' command
112
135 by mbp at sourcefrog
Simple new 'deleted' command
113
    * New 'ignored' command lists which files are ignored and why;
114
      'deleted' lists files deleted in the current working tree.
115
116
    * Performance improvements.
137 by mbp at sourcefrog
new --profile option
117
118
    * New global --profile option.
146 by mbp at sourcefrog
match ignore patterns like ./config.h
119
    
120
    * Ignore patterns like './config.h' now correctly match files in
163 by mbp at sourcefrog
merge win32 portability fixes
121
      the root directory only.
122
123
99 by mbp at sourcefrog
update for release 0.0.1
124
bzr-0.0.1  2005-03-26
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
125
81 by mbp at sourcefrog
show space usage for various stores in the info command
126
  ENHANCEMENTS:
127
128
    * More information from info command.
129
83 by mbp at sourcefrog
Can now say "bzr help COMMAND" for more detailed help
130
    * Can now say "bzr help COMMAND" for more detailed help.
131
92 by mbp at sourcefrog
more performance measurement
132
    * Less file flushing and faster performance when writing logs and
133
      committing to stores.
134
96 by mbp at sourcefrog
with commit -v, show committed revision number
135
    * More useful verbose output from some commands.
136
93 by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v'
137
  BUG FIXES:
138
139
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
140
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
141
  PORTABILITY:
142
143
    * Include a subset of ElementTree-1.2.20040618 to make
144
      installation easier.
145
73 by mbp at sourcefrog
fix time.localtime call for python 2.3
146
    * Fix time.localtime call to work with Python 2.3 (the minimum
147
      supported).
148
149
71 by mbp at sourcefrog
Add NEWS file
150
bzr-0.0.0.69  2005-03-22
151
152
  ENHANCEMENTS:
153
154
    * First public release.
155
156
    * Storage of local versions: init, add, remove, rm, info, log,
157
      diff, status, etc.