Mercurial > hg-stable
log
age | author | description |
---|---|---|
Thu, 04 Jan 2018 14:37:15 +0900 | Yuya Nishihara | log: replace "not pats" with matcher attribute for consistency |
Wed, 03 Jan 2018 15:58:59 +0900 | Yuya Nishihara | log: follow file history across copies even with -rREV (BC) (issue4959) |
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() |