D5491: amend:added config option to update time to current in hg amend(issue5828)

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Fri Jan 4 10:37:16 EST 2019


pulkit added inline comments.

INLINE COMMENTS

> cmdutil.py:2548
>  
> +        if ui.configbool('rewrite','update-timestamp'):  
> +            if opts.get('date'):

If you move this change after the `if` statement at line 2565 on this side and drop changes to that if, it should work, right?

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5491

To: taapas1128, #hg-reviewers
Cc: pulkit, mercurial-devel


More information about the Mercurial-devel mailing list