Show More
@@ -293,7 +293,10 b' def annotate(ui, repo, *pats, **opts):' | |||
|
293 | 293 | # to mimic the behavior of Mercurial before version 1.5 |
|
294 | 294 | opts['file'] = True |
|
295 | 295 | |
|
296 |
|
|
|
296 | rev = opts.get('rev') | |
|
297 | if rev: | |
|
298 | repo = scmutil.unhidehashlikerevs(repo, [rev], 'nowarn') | |
|
299 | ctx = scmutil.revsingle(repo, rev) | |
|
297 | 300 | |
|
298 | 301 | rootfm = ui.formatter('annotate', opts) |
|
299 | 302 | if ui.quiet: |
General Comments 0
You need to be logged in to leave comments.
Login now