~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/switch-in-branch.txt

  • Committer: Martin Pool
  • Date: 2005-09-13 05:11:27 UTC
  • Revision ID: mbp@sourcefrog.net-20050913051127-47c500210200a219
- branch now tracks ancestry - all merged revisions

 - new Branch.get_ancestry() returns them as a list

 - basic test for this

 - commit appends to ancestry (only for non-merge commits)
 
 - clean up imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Trees which are annoying to set up.  Want to switch to a different
 
2
branch without needing to set everything up again.
 
3
 
 
4
Uses for switch: keeps around unknown/ignored files and any local
 
5
changes.