Stop bzr from creating stupid tilde files

Asked by treaves

I can not seem to stop bazaar from creating the very inane and stupid files with the tilde in the extensions. Have I over-looked a setting?

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jelmer Vernooij (jelmer) said :
#1

On 03/11/2012 02:55 AM, treaves wrote:
> New question #190313 on Bazaar:
> https://answers.launchpad.net/bzr/+question/190313
>
> I can not seem to stop bazaar from creating the very inane and stupid files with the tilde in the extensions. Have I over-looked a setting?
These files are created by "bzr revert". Use the '--no-backup' option to
disable that behaviour.

Or, if you never want revert to create those files, set an alias:

bzr alias revert='revert --no-backup'

Cheers,

Jelmer

Can you help with this problem?

Provide an answer of your own, or ask treaves for more information if necessary.

To post a message you must log in.