diff format (-F) choices?

Asked by Michael J. Vinca

bzr diff allows for a -F argument to choose a format for the diff. But I don't see anywhere what the possible choices are. Does anyone know what choices I can put for this argument?

Question information

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

On Thu, Jul 26, 2012 at 01:56:02PM -0000, Michael J. Vinca wrote:
> New question #204262 on Bazaar:
> https://answers.launchpad.net/bzr/+question/204262
>
> bzr diff allows for a -F argument to choose a format for the diff. But I don't see anywhere what the possible choices are. Does anyone know what choices I can put for this argument?

There is an open bug about having registry options document all
possible values.

For now, the possible values are 'default', 'git' (if bzr-git is
installed) and 'svn' (if bzr-svn is installed).

Cheers,

Jelmer

Revision history for this message
Michael J. Vinca (michaelj) said :
#2

Thanks Jelmer Vernooij, that solved my question.