Mon, 14 Jan 2019 22:19:43 -0500 |
Augie Fackler |
histedit: fix call to _getgoal() by adding a byteskwargs() wrapper
|
Fri, 04 Jan 2019 13:41:21 +0100 |
Boris Feld |
revset: introduce an API that avoids `formatspec` input serialization
|
Fri, 04 Jan 2019 05:26:13 +0100 |
Boris Feld |
revset: detect integer list on parsing
|
Fri, 04 Jan 2019 05:16:57 +0100 |
Boris Feld |
revert: extract "%ld" formatting in a _formatintlist function
|
Fri, 04 Jan 2019 02:29:04 +0100 |
Boris Feld |
revset: extract parsing logic out of formatspec
|
Thu, 10 Jan 2019 15:23:58 +0100 |
Boris Feld |
revset: enforce "%d" to be interpreted as literal revision number (API) (BC)
|
Thu, 10 Jan 2019 16:03:07 +0100 |
Boris Feld |
revset: remove the last usage of "%d" for a non-revision entry
|
Thu, 10 Jan 2019 15:57:13 +0100 |
Boris Feld |
revset: remove a rare usage of "%d" for a non-revision item
|
Mon, 14 Jan 2019 17:45:48 -0500 |
Augie Fackler |
merge with stable
|
Sun, 13 Jan 2019 17:56:02 +0530 |
Taapas Agrawal |
tests: replace mockmakedate function in test-amend.t
|
Thu, 10 Jan 2019 20:11:19 +0530 |
Taapas Agrawal |
histedit: add rewrite.update-timestamp support to fold and mess
|
Sun, 13 Jan 2019 14:46:15 +0900 |
Yuya Nishihara |
histedit: remove trailing space from warning message
|
Sun, 13 Jan 2019 14:44:44 +0900 |
Yuya Nishihara |
histedit: fix weird indent of i18n text
|
Sun, 13 Jan 2019 14:36:45 +0900 |
Yuya Nishihara |
progress: specify updatebar() function by constructor argument
|
Sun, 13 Jan 2019 14:21:35 +0900 |
Yuya Nishihara |
progress: change _updatebar() to take parameters as arguments
|