log

age author description
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()
Tue, 16 Jan 2018 21:51:27 +0900 Yuya Nishihara update: fix crash on bare update when directaccess is enabled
Tue, 16 Jan 2018 21:42:42 +0900 Yuya Nishihara templater: make sure expression is terminated by '}'
Fri, 14 Jul 2017 19:59:10 +0200 Boris Feld bookmark: deprecate direct update of a bookmark value
Mon, 16 Oct 2017 14:32:06 +0200 Paul Morelle debugdeltachain: display how many chunks would be read in sparse-read mode
Wed, 17 Jan 2018 21:36:18 +0000 Alex Gaynor bdiff: handle the possibility of an integer overflow when allocating
Tue, 16 Jan 2018 08:40:14 -0500 Jordi Gutiérrez Hermoso svnsubrepo: check if subrepo is missing when checking dirty state (issue5657)
Wed, 17 Jan 2018 13:02:42 +0100 Boris Feld win32text: use 'tiprev' when appropriate
Wed, 17 Jan 2018 13:01:38 +0100 Boris Feld patchbomb: use 'tiprev' when appropriate
Thu, 04 May 2017 02:28:19 +0200 Boris Feld revset: use 'tiprev' when appropriate
Thu, 04 May 2017 02:24:04 +0200 Boris Feld changelog: use 'tiprev()' in 'tip()'
Thu, 04 May 2017 02:23:21 +0200 Boris Feld changelog: introduce a 'tiprev' method
Wed, 17 Jan 2018 15:47:38 -0500 Augie Fackler contrib: add some basic scaffolding for some fuzz test targets
Wed, 17 Jan 2018 15:56:12 -0500 Augie Fackler formatting: enforce clang-format on all .cc files as well as .c files
Wed, 17 Jan 2018 15:28:38 -0500 Augie Fackler hghave: add test for clang 6 and later
Sun, 14 Jan 2018 12:06:27 -0800 Gregory Szorc py3: cast error message to localstr in blackbox.py
Wed, 10 Jan 2018 21:27:05 -0800 Jun Wu lfs: remove internal url in test
Sun, 14 Jan 2018 18:12:51 -0500 Matt Harbison lfs: control tracked file selection via a tracked file
Sun, 14 Jan 2018 01:04:45 -0500 Matt Harbison lfs: move the tracked file function creation to a method
Tue, 16 Jan 2018 20:15:07 -0500 Matt Harbison lfs: allow the pointer file to be viewed with `hg cat -T '{rawdata}'`
Tue, 16 Jan 2018 19:56:00 -0500 Matt Harbison cat: factor out a function that populates the formatter
Sun, 14 Jan 2018 12:07:06 -0500 Jordi Gutiérrez Hermoso svnsubrepo: add new method _svnmissing
Sun, 14 Jan 2018 12:05:28 -0500 Jordi Gutiérrez Hermoso svnsubrepo: decorate dirty method with annotatesubrepoerror
Tue, 16 Jan 2018 22:14:33 +0900 Yuya Nishihara match: do not weirdly include explicit files excluded by -X option
Sun, 14 Jan 2018 15:56:22 -0500 Matt Harbison lfs: add the '{oid}' template keyword to '{lfs_files}'