Merge lp:~jfb-tempo-consulting/qbrz/1939011 into lp:qbrz

Proposed by jftempo
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 1642
Merged at revision: 1643
Proposed branch: lp:~jfb-tempo-consulting/qbrz/1939011
Merge into: lp:qbrz
Diff against target: 12 lines (+1/-1)
1 file modified
lib/commands.py (+1/-1)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/qbrz/1939011
Reviewer Review Type Date Requested Status
Robert Ladyman Approve
Review via email: mp+406712@code.launchpad.net

Commit message

To post a comment you must log in.
Revision history for this message
Robert Ladyman (saccadic-masking) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/commands.py'
2--- lib/commands.py 2021-01-08 16:50:52 +0000
3+++ lib/commands.py 2021-08-05 11:14:20 +0000
4@@ -262,7 +262,7 @@
5 file_id = tree.path2id(relpath)
6 if file_id is None:
7 raise errors.NotVersionedError(filename)
8- [(path, entry)] = list(tree.iter_entries_by_dir(specific_files=[filename]))
9+ [(path, entry)] = list(tree.iter_entries_by_dir(specific_files=[relpath]))
10 if entry.kind != 'file':
11 raise errors.BzrCommandError('brz qannotate only works for files (got %r)' % entry.kind)
12 #repo = branch.repository

Subscribers

People subscribed via source and target branches