Wed, 03 Jan 2018 15:46:15 +0900 |
Yuya Nishihara |
log: resolve --follow thoroughly in getlogrevs()
|
Wed, 03 Jan 2018 15:13:22 +0900 |
Yuya Nishihara |
log: extract function that processes log file patterns
|
Sun, 10 Dec 2017 17:28:44 +0900 |
Yuya Nishihara |
log: resolve --follow with -rREV in cmdutil.getlogrevs()
|
Sun, 10 Dec 2017 18:22:06 +0900 |
Yuya Nishihara |
log: remove dead code to follow descendants if ascending revisions specified
|
Sun, 10 Dec 2017 16:59:54 +0900 |
Yuya Nishihara |
log: duplicate _logrevs() dedicated for walkchangerevs()
|
Tue, 16 Jan 2018 19:56:00 -0500 |
Matt Harbison |
cat: factor out a function that populates the formatter
|
Tue, 02 Jan 2018 17:37:01 +0900 |
Yuya Nishihara |
log: use revsetlang.formatspec() thoroughly
|
Tue, 02 Jan 2018 17:13:18 +0900 |
Yuya Nishihara |
log: use revsetlang.formatspec() to concatenate list expression
|
Tue, 02 Jan 2018 17:00:48 +0900 |
Yuya Nishihara |
log: simplify 'x or ancestors(x)' expression
|
Tue, 02 Jan 2018 16:58:37 +0900 |
Yuya Nishihara |
log: make opt2revset table a module constant
|
Sun, 22 Oct 2017 22:49:11 +0900 |
Yuya Nishihara |
log: drop unused expr from return value of getlogrevs()
|
Thu, 04 Jan 2018 12:00:18 +0900 |
Yuya Nishihara |
log: don't expand aliases in revset built from command options
|
Sun, 22 Oct 2017 22:38:16 +0900 |
Yuya Nishihara |
log: remove redundant handling of --limit
|
Sun, 22 Oct 2017 23:04:07 +0900 |
Yuya Nishihara |
log: use smartset.slice() to limit number of revisions to be displayed
|
Thu, 04 Jan 2018 10:51:41 +0900 |
Yuya Nishihara |
log: merge getlogrevs() and getgraphlogrevs()
|
Fri, 22 Dec 2017 21:19:29 +0900 |
Yuya Nishihara |
templater: register keywords to defaults table
|
Thu, 21 Dec 2017 22:05:30 +0900 |
Yuya Nishihara |
templater: move repo, ui and cache to per-engine resources
|
Thu, 21 Dec 2017 21:29:06 +0900 |
Yuya Nishihara |
templater: keep default resources per template engine (API)
|
Tue, 19 Dec 2017 21:41:39 +0900 |
Yuya Nishihara |
log: make "slowpath" condition slightly more readable
|
Tue, 19 Dec 2017 16:27:24 -0500 |
Augie Fackler |
merge with stable
|
Sun, 17 Dec 2017 18:43:05 +0900 |
Yuya Nishihara |
diff: disable diff.noprefix option for diffstat (issue5759)
stable
|
Mon, 11 Dec 2017 09:27:40 -0800 |
Martin von Zweigbergk |
memfilectx: make changectx argument mandatory in constructor (API)
|
Sun, 10 Dec 2017 04:45:10 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in cmdutil.py
|
Thu, 26 Oct 2017 00:13:38 +0900 |
Matthieu Laneuville |
patch: add within-line color diff capacity
|
Sat, 02 Dec 2017 16:29:49 +0900 |
Yuya Nishihara |
log: translate column labels at once (issue5750)
|
Sat, 02 Dec 2017 16:08:24 +0900 |
Yuya Nishihara |
log: remove temporary variable 'date' used only once
|
Wed, 29 Nov 2017 08:39:48 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() or '%d' in place of str()
|
Fri, 01 Dec 2017 16:53:55 +0530 |
Pulkit Goyal |
py3: use bytes in place of basestring
|
Fri, 01 Dec 2017 14:13:55 -0800 |
Martin von Zweigbergk |
amend: make a copy of "extra" to avoid mutating an input
|
Thu, 30 Nov 2017 15:48:42 -0500 |
Augie Fackler |
merge with stable
|