~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/random.txt

- merge various windows and other fixes from Ollie Rutherfurd
  
1179: changed diff help example to -r1..2 from deprecated -r1:2
1178: fixed \r\n -> \n conversion in branch._check_format
1177: disable urlgrabber on win32, since it converts / -> \
1176: changed assert path.startswith('./') -> '.'+os.sep in merge.py
1175: replaced os.spawnvp with subprocess.call in msgeditor.py
1174: os.name == 'windows' -> 'nt', check for %EDITOR% on win32
1173: fixed bzr mv filename newfilename, re-enabled test_mv_modes

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
 
236
236
-----
237
237
 
238
 
 
239
 
* Fix up diffs for files without a trailing newline
 
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