Bazaar

Bazaar

 




Wiki Tools

  • Login
  • Create Profile
  • FindPage
  • RecentChanges
  • Page History
  • Attachments

Plugin commit_selector

https://launchpad.net/bzr-commit-selector

Provide basic support for selecting files for commit. When plugin loaded it extends builtin commit command with new option --select. This options allows you to edit list of changed files to select what files will be committed. When you run

bzr commit --select

then automatically invoke external editor and show you list of all files with changes (identical to status output). You can delete or comment lines with filenames that you want to unselect for current commit. When you done save file and exit from editor. After that edited list will be used for usual commit.