Submitter | phabricator |
---|---|
Date | Feb. 20, 2018, 1:34 p.m. |
Message ID | <04091ce0aef79a2e0aad559a4756f720@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28174/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4014,7 +4014,7 @@ brev = None if checkout: - checkout = str(repo.changelog.rev(checkout)) + checkout = "%d" % repo.changelog.rev(checkout) # order below depends on implementation of # hg.addbranchrevs(). opts['bookmark'] is ignored,