log

age author description
Sun, 18 Jun 2017 21:31:53 -0400 Matt Harbison tinyproxy: explicitly flush logged messages
Sun, 18 Jun 2017 22:46:56 +0900 Yuya Nishihara help: clarify ancestors() and descendants() include given set (issue5594)
Sun, 19 Feb 2017 19:37:14 +0900 Yuya Nishihara dagop: move blockancestors() and blockdescendants() from context
Sun, 16 Oct 2016 18:03:24 +0900 Yuya Nishihara dagop: split module hosting DAG-related algorithms from revset
Thu, 15 Jun 2017 17:14:53 -0700 Sean Farley tests: protect tests involving git ext::sh with git-ext-sh
Thu, 15 Jun 2017 17:13:23 -0700 Sean Farley hghave: add has_git_range for testing if git understands ext::sh
Sat, 17 Jun 2017 23:09:47 -0700 Martin von Zweigbergk rebase: rewrite "x in y.children()" as "y in x.parents()"
Sat, 17 Jun 2017 23:09:39 -0700 Martin von Zweigbergk shelve: rewrite "x in y.children()" as "y in x.parents()"
Sat, 17 Jun 2017 17:16:28 +0530 Pulkit Goyal py3: use open() instead of file() constructor
Sat, 17 Jun 2017 15:29:26 +0530 Pulkit Goyal py3: convert keys of kwargs back to bytes using pycompat.byteskwargs()
Sat, 17 Jun 2017 15:05:11 +0530 Pulkit Goyal py3: use pycompat.strkwargs() to convert kwargs keys to str before passing
Sat, 17 Jun 2017 14:53:25 +0530 Pulkit Goyal py3: use '%d' instead of '%s' for integers
Sat, 17 Jun 2017 14:39:10 +0530 Pulkit Goyal py3: pass the path in hg.repository() as bytes
Sat, 17 Jun 2017 14:38:02 +0530 Pulkit Goyal py3: pass range() into list() to get one explicitly
Sun, 28 May 2017 00:12:38 +0200 Pierre-Yves David check-concurrency: expose the feature as 'concurrent-push-mode'
Fri, 16 Jun 2017 22:57:31 -0700 Martin von Zweigbergk exchange: switch to usual way of testing for bundle2-ness
Fri, 16 Jun 2017 21:57:22 -0400 Matt Harbison setup: update a comment that blamed py26 for a Windows workaround
Fri, 16 Jun 2017 20:55:34 -0400 Matt Harbison i18n: drop a py25 conditional
Fri, 16 Jun 2017 20:49:32 -0400 Matt Harbison perf: ensure HGRCPATH is exported on Windows
Fri, 16 Jun 2017 20:35:45 -0400 Matt Harbison test-status: glob fixes for Windows
Fri, 16 Jun 2017 18:42:03 -0400 Matt Harbison plan9: drop py26 hacks
Sun, 18 Jun 2017 12:25:23 +0900 Yuya Nishihara revset: fix negative ancestor spec to not return changectx objects
Mon, 01 May 2017 05:57:36 +0200 Pierre-Yves David obsolete: use ProgrammingError over assert for volatile set registration
Fri, 16 Jun 2017 10:13:44 -0700 Martin von Zweigbergk strip: remove a redundant setting of hookargs
Fri, 16 Jun 2017 10:38:14 -0700 Martin von Zweigbergk unbundle: move streamclone error case away from bundle[12] cases
Fri, 16 Jun 2017 10:36:43 -0700 Martin von Zweigbergk bundle2: use "else" instead of checking condition again
Fri, 16 Jun 2017 09:37:22 -0700 Martin von Zweigbergk wireproto: update reference to deleted addchangegroup()
Thu, 15 Jun 2017 13:02:58 +0200 Boris Feld template: add predecessors template
Sat, 22 Apr 2017 20:29:45 +0900 Yuya Nishihara commit: select template by spec.ref name
Sat, 22 Apr 2017 15:28:29 +0900 Yuya Nishihara commit: do not look up committemplate in template paths (BC)