~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/random.txt

  • Committer: Martin Pool
  • Date: 2005-05-26 02:13:57 UTC
  • Revision ID: mbp@sourcefrog.net-20050526021357-9a56decdca0c174f
- All top-level classes inherit from object
  (Python new-style classes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
* Use readline for reading log messages, and store a history of
195
195
  previous commit messages!
196
196
 
 
197
* Warn when adding huge files(?) - more than say 10MB?  On the other
 
198
  hand, why not just cope?
 
199
 
 
200
* Perhaps allow people to specify a revision-id, much as people have
 
201
  unique but human-assigned names for patches at the moment?
 
202
 
197
203
----
198
204
 
199
205
20050218090900.GA2071@opteron.random
226
232
    levels with them and they can be greatly optimized easily with C/C++
227
233
    extensions of the performance critical parts.
228
234
 
 
235
 
 
236
-----
 
237
 
 
238
When sending patches by email (optionall) send each one as a separate
 
239
mail, with a sequence number [%03d/%03d] at the start of the Subject.
 
240
See mail from linus 2005-04-07.
 
241
 
 
242
http://linux.yyz.us/patch-format.html
 
243
 
 
244
http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt
 
245
 
 
246
----
 
247
 
 
248
dwmw2 (2005-04-07) 
 
249
 
 
250
reorder patches by cherry-picking them from a main development tree
 
251
before sending them on.
 
252
 
 
253
----
 
254
 
 
255
ignore BitKeeper
 
256
 
 
257
re-add should give the same id as before