Submitter | phabricator |
---|---|
Date | April 16, 2018, 11:21 p.m. |
Message ID | <fca0db74d1a92b49b5c8fdaa43ac8583@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/31135/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/largefiles/lfcommands.py b/hgext/largefiles/lfcommands.py --- a/hgext/largefiles/lfcommands.py +++ b/hgext/largefiles/lfcommands.py @@ -589,7 +589,7 @@ numcached = 0 for rev in revs: - ui.note(_('pulling largefiles for revision %s\n') % rev) + ui.note(_('pulling largefiles for revision %d\n') % rev) (cached, missing) = cachelfiles(ui, repo, rev) numcached += len(cached) ui.status(_("%d largefiles cached\n") % numcached)