Code review comment for lp:~vila/bzr/323111-orphan-config-option

Revision history for this message
Vincent Ladeuil (vila) wrote :

>>>>> Marius Kruger <email address hidden> writes:

    > On 17 September 2010 10:01, Andrew Bennetts For example, I'm imagining
    > plugins adding support for:
    >>
    >>
    >> orphans = vary_by_file_ext
    >> orphan_policies = pyc:delete,*:move
    >>

    > wouldn't it be more suitable to go in ~/.bazaar/rules then?

It would be even more suitable to mirror what is done for ignored files
(junk file, .bzrjunk files and so on) and modify all the commands that
should take care of that.

Then we can have:
- versioned files
- unversioned files
  - junk
  - the rest, which include precious files and maybe nothing else

But again, that vastly out-of-scope with this bugfix.

« Back to merge proposal