yuja added a comment.
repr() should be applied to a bytestr object to get bytestr.__repr__()
working.
Fixed in flight.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2438
To: durin42, #hg-reviewers, pulkit
Cc: pulkit, yuja, mercurial-devel
___
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG8346c0e2af92: util: use pycompat.bytestr() on repr() in
date parse abort (authored by durin42, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D2438
pulkit accepted this revision.
pulkit added a comment.
Looks good to me and Yuya's feedback is also addressed. Queued thanks.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2438
To: durin42, #hg-reviewers, pulkit
Cc: pulkit, yuja, mercurial-devel
___
durin42 updated this revision to Diff 6296.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D2438?vs=6267&id=6296
REVISION DETAIL
https://phab.mercurial-scm.org/D2438
AFFECTED FILES
mercurial/util.py
CHANGE DETAILS
diff --git a/mercurial/util.py b/mer
durin42 updated this revision to Diff 6267.
durin42 edited the summary of this revision.
durin42 retitled this revision from "util: use util.shellquote() instead of
repr() in date parse abort" to "util: use pycompat.bytestr() on repr() in date
parse abort".
REPOSITORY
rHG Mercurial
CHANGES SI