log

age author description
Thu, 09 Aug 2018 14:31:25 -0700 Gregory Szorc changegroup: move node sorting into deltagroup()
Tue, 21 Aug 2018 21:05:15 -0400 Matt Harbison cext: fix truncation warnings in revlog on Windows
Tue, 21 Aug 2018 20:57:58 -0400 Matt Harbison cext: fix revlog compiler error on Windows
Sun, 05 Aug 2018 00:42:07 -0700 Martin von Zweigbergk shortest: use nodetree for finding shortest node within revset
Mon, 20 Aug 2018 15:57:03 -0700 Martin von Zweigbergk index: fix a comment about overflow-checking
Mon, 20 Aug 2018 16:19:36 -0400 Matt Harbison tests: demonstrate a problem with renames on the p2 side of a conversion
Fri, 13 Jul 2018 15:03:15 -0400 Matt Harbison tests: add a test to show the added/modified/removed files in a bzr convert
Fri, 13 Jul 2018 12:33:06 -0400 Matt Harbison tests: show added/modified/removed files when logging repos converted from bzr
Mon, 20 Aug 2018 22:04:22 -0400 Matt Harbison tests: drop an unnecessary redirect to /dev/null
Mon, 20 Aug 2018 11:29:43 -0400 Augie Fackler py3: whitelist another test caught by the ratchet
Fri, 03 Aug 2018 23:03:13 -0700 Martin von Zweigbergk index: move raise_revlog_error() further up
Fri, 06 Jul 2018 07:53:23 -0700 Martin von Zweigbergk index: make node tree a Python object
Sun, 19 Aug 2018 22:30:32 -0700 Martin von Zweigbergk index: rename _fix_index() since it no longer fixes the index
Sat, 18 Aug 2018 00:01:31 -0700 Martin von Zweigbergk index: don't include nullid in boundary check in pure code
Mon, 20 Aug 2018 16:13:17 -0400 Augie Fackler fastannotate: address pyflakes concerns
Thu, 09 Aug 2018 15:08:32 -0400 Augie Fackler fastannotate: move some global state mutation to extsetup()
Thu, 09 Aug 2018 15:05:43 -0400 Augie Fackler fastannotate: rip out specialized support for remotefilelog
Thu, 09 Aug 2018 14:56:29 -0400 Augie Fackler fastannotate: record some TODO items from indygreg's review
Wed, 01 Aug 2018 11:10:41 -0400 Augie Fackler fastannotate: write out files from server in a predictable order
Mon, 30 Jul 2018 22:50:00 -0400 Augie Fackler fastannotate: initial import from Facebook's hg-experimental
Thu, 16 Aug 2018 05:50:49 +0200 Joerg Sonnenberger util: improve handling of truncated compressed streams
Fri, 10 Aug 2018 23:24:33 +0800 Anton Shestakov zsh_completion: update all options
Fri, 10 Aug 2018 14:46:56 +0800 Anton Shestakov zsh_completion: run hg with HGPLAINEXCEPT=alias to list commands
Fri, 10 Aug 2018 14:41:41 +0800 Anton Shestakov zsh_completion: remove completion for obsolete graphlog extension
Fri, 10 Aug 2018 09:09:52 +0800 Anton Shestakov zsh_completion: declare appropriate local parameters for ->string form
Fri, 10 Aug 2018 08:59:52 +0800 Anton Shestakov zsh_completion: complete files from `hg st -mar` for commit and diff
Fri, 10 Aug 2018 08:33:27 +0800 Anton Shestakov zsh_completion: drop -w, add -S to _arguments
Fri, 10 Aug 2018 08:19:36 +0800 Anton Shestakov zsh_completion: rename _hg_style_opts to _hg_template_opts
Fri, 17 Aug 2018 00:51:46 +0200 Joerg Sonnenberger pycompat: wrap xrange for py2 to provide efficient __contains__
Sat, 18 Aug 2018 10:24:57 +0200 Boris Feld phases: drop dead code in `newheads` stable