~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/compared-cvsnt.txt

  • Committer: Robert Collins
  • Date: 2005-10-29 23:48:45 UTC
  • Revision ID: robertc@robertcollins.net-20051029234845-7ae4e7d118bdd3ed
Implement a 'bzr push' command, with saved locations; update diff to return 1.

    * 'bzr diff' now returns 1 when there are changes in the working 
      tree.

    * 'bzr push' now exists and can push changes to a remote location. 
      This uses the transport infrastructure, and can store the remote
      location in the ~/.bazaar/branches.conf configuration file.

    * WorkingTree.pull has been split across Branch and WorkingTree,
      to allow Branch only pulls.

    * commands.display_command now returns the result of the decorated 
      function.

    * LocationConfig now has a set_user_option(key, value) call to save
      a setting in its matching location section (a new one is created
      if needed).

    * Branch has two new methods, get_push_location and set_push_location
      to respectively, get and set the push location.

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'