~mbp/bzr/remove-logging

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-20 05:00:17 UTC
  • mfrom: (4815.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091120050017-v09m0msompvbol5b
(igc) Explain that .bzrignore is implicitly added (Patrick Regan,
        #59608)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2577
2577
 
2578
2578
    See ``bzr help patterns`` for details on the syntax of patterns.
2579
2579
 
 
2580
    If a .bzrignore file does not exist, the ignore command
 
2581
    will create one and add the specified files or patterns to the newly
 
2582
    created file. The ignore command will also automatically add the 
 
2583
    .bzrignore file to be versioned. Creating a .bzrignore file without
 
2584
    the use of the ignore command will require an explicit add command.
 
2585
 
2580
2586
    To remove patterns from the ignore list, edit the .bzrignore file.
2581
2587
    After adding, editing or deleting that file either indirectly by
2582
2588
    using this command or directly by using an editor, be sure to commit