tags() methods have inconsistent argument order
Bug #537611 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subunit |
Fix Released
|
Medium
|
Robert Collins |
Bug Description
$ bzr ls -VR --kind=file --null | xargs -0 grep -In def\ tags
python/
python/
python/
python/
Note that python/
def tags(self, gone_tags, new_tags):
return self.decorated.
Which smells wrong, and like a gap in testing.
Related branches
To post a comment you must log in.
Its pretty hard to test, as the two parameters are passed down consistently; it is however a bug and I'm just going to land the obvious fix in trunk.