Submitter | phabricator |
---|---|
Date | April 5, 2018, 1:30 p.m. |
Message ID | <2ef75a10ff25ffb4543efe95938b125c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30366/ |
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 @@ -4034,7 +4034,7 @@ brev = None if checkout: - checkout = "%d" % repo.changelog.rev(checkout) + checkout = repo.changelog.rev(checkout) # order below depends on implementation of # hg.addbranchrevs(). opts['bookmark'] is ignored,