Feature Request: bzr add --no-dirs

Jari Aalto jari.aalto at cante.net
Fri Nov 24 17:24:18 GMT 2006


Consider this:

  $ bzr add --no-recurse dir/*

Whoops, it also added all directories inside it for adding. 
It's customary to want to add only files and add directories
case-by-case basis, so please implement additional option
to ignore files:

  $ bzr add --no-dirs --no-recurse dir/*
            =========

I think there sould be also option for symbolic links:

  --no-symlinks

Jari





More information about the bazaar mailing list