0.18: checking removes files automatically?

Jari Aalto jari.aalto at cante.net
Thu Aug 16 14:39:40 BST 2007


Cnsider this:

    ... Hm, disable this file temporarily
    $ mv install.sh install.sh.tmp
    ... edit other things
    ... run tests. Okay
    ... Let's put these chnages in
    $ bzr ci -m "- Experimental fix without custom build"
    modified setup.hint
    missing install.sh
    deleted install.sh

Ooooopsss! I would not expect that to happen. Only if I flag file
specifically as deleted:

    $ bzr rm install.sh

then it would be okay for checkin to remove it.

    $ bzr ci ...

Is there some "auto" setting somewhere that I have mistakenly anabled
or was that bzr's default behavior?

Jari




More information about the bazaar mailing list