/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/compared-cvsnt.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:
 
1
*****
 
2
CVSNT
 
3
*****
 
4
 
 
5
 
 
6
http://www.cvsnt.com/cvspro/
 
7
 
 
8
 * Remembers last-merge-point__ between two branches, and uses this to
 
9
   do smarter incremental merges.
 
10
 
 
11
__ http://www.cvsnt.org/wiki/MergePoint
 
12
 
 
13
http://www.cvsnt.org/wiki/CvsntAdvantages
 
14
 
 
15
 * SSPI authentication on Windows, and built-in Putty SSH code.
 
16
 
 
17
 * Branch ACLs.
 
18
 
 
19
 * Remote user administration using cvs passwd command.
 
20
 
 
21
 * Repository browsing via cvs ls command (update: now provided in
 
22
   standard CVS since version 1.12.9)
 
23
 
 
24
 * LockServer on a second port replaces filesystem-based locks &
 
25
   provides file level locking
 
26
 
 
27
 
 
28
Various other improvements relative to CVS, particularly for Windows
 
29
users.  Worth looking at, but nothing apparently earth-shaking.
 
30
 
 
31
Interesting that the advanced merge support is basically that it
 
32
remembers what was pulled across.
 
 
b'\\ No newline at end of file'