Robert Collins robertc at robertcollins.net
Sat Oct 29 18:48:56 CDT 2005


------------------------------------------------------------
revno: 1393
revision-id: robertc at robertcollins.net-20051029234845-7ae4e7d118bdd3ed
parent: robertc at robertcollins.net-20051028222236-24a8086314b34613
committer: Robert Collins <robertc at robertcollins.net>
timestamp: Sat 2005-10-29 19:48:45 -0400
message:
  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.
  
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzrlib/branch.py               branch.py-20050309040759-e4baf4e0d046576e
  bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
  bzrlib/commands.py             bzr.py-20050309040720-d10f4714595cf8c3
  bzrlib/config.py               config.py-20051011043216-070c74f4e9e338e8
  bzrlib/diff.py                 diff.py-20050309040759-26944fbbf2ebbf36
  bzrlib/selftest/__init__.py    selftest.py-20050531073622-8d0e3c8845c97a64
  bzrlib/selftest/blackbox.py    blackbox.py-20050620052131-a7370d756399f615
  bzrlib/selftest/testbranch.py  testbranch.py-20050711070244-121d632bc37d7253
  bzrlib/selftest/testconfig.py  testconfig.py-20051011041908-742d0c15d8d8c8eb
  bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3



More information about the bazaar-commits mailing list