bzr diff -r1 -r2 does not give error or expected result

Bug #244465 reported by Deepinthekernel
4
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Low
Unassigned

Bug Description

Giving bzr diff two -r options seems to result in silently ignoring the first option.

bzr diff -r1..2

gives the expected result

bzr diff -r1
bzr diff -r2

both give the expected result of diffing with the current working files.

bzr diff -r1 -r2

ignores the first -r argument.

This is particularly confusing as legal cvs usage would be to give cvs diff two -r options - bzr should at least complain if two options are given even if it cant do the default cvs-type thing.

It makes no matter if the options are given as -r 1 , -r1 or -r revno:1

description: updated
description: updated
Jelmer Vernooij (jelmer)
Changed in bzr:
importance: Undecided → Low
status: New → Triaged
Martin Pool (mbp)
Changed in bzr:
status: Triaged → Confirmed
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.