Sat, 03 Jun 2017 17:13:35 -0700 |
Gregory Szorc |
tests: remove WarnTest
|
Sat, 03 Jun 2017 17:09:13 -0700 |
Gregory Szorc |
tests: remove unused IgnoreTest exception
|
Sat, 03 Jun 2017 17:04:42 -0700 |
Gregory Szorc |
tests: use unittest.SkipTest
|
Thu, 15 Jun 2017 23:23:47 -0700 |
Martin von Zweigbergk |
changegroup: delete "if True" and reflow
|
Thu, 15 Jun 2017 22:46:38 -0700 |
Martin von Zweigbergk |
changegroup: let callers pass in transaction to apply() (API)
|
Thu, 15 Jun 2017 23:09:14 -0700 |
Martin von Zweigbergk |
repair: create transaction for bundle1 unbundling earlier
|
Thu, 15 Jun 2017 22:18:21 -0700 |
Martin von Zweigbergk |
unbundle: create transaction for bundle1 unbundling earlier
|
Thu, 15 Jun 2017 16:10:53 -0700 |
Martin von Zweigbergk |
exchange: create transaction for bundle1 unbundling earlier
|
Mon, 19 Jun 2017 00:06:23 -0700 |
Martin von Zweigbergk |
changegroup: inline 'publishing' variable in apply()
|
Mon, 19 Jun 2017 11:24:49 -0700 |
Martin von Zweigbergk |
repair: remove unnecessary locking for bookmarks
|
Mon, 19 Jun 2017 13:18:00 -0700 |
Martin von Zweigbergk |
repair: move check for existing transaction earlier
|
Mon, 19 Jun 2017 13:13:28 -0700 |
Martin von Zweigbergk |
strip: remove unncessary "del" and inline variable
|
Mon, 19 Jun 2017 11:24:21 -0700 |
Martin von Zweigbergk |
repair: clarify in comment that caller must take lock, but not transaction
|
Mon, 19 Jun 2017 11:21:37 -0700 |
Martin von Zweigbergk |
amend: use context manager for locking
|
Mon, 19 Jun 2017 11:20:29 -0700 |
Martin von Zweigbergk |
strip: use context manager for locking and transaction in stripcmd()
|
Mon, 19 Jun 2017 11:17:31 -0700 |
Martin von Zweigbergk |
strip: use context manager for locking in strip()
|
Mon, 19 Jun 2017 11:18:12 -0700 |
Martin von Zweigbergk |
rebase: use context manager for locking in pullrebase()
|
Mon, 19 Jun 2017 11:18:05 -0700 |
Martin von Zweigbergk |
rebase: use context manager for locking in rebase()
|
Mon, 19 Jun 2017 21:53:54 -0400 |
Matt Harbison |
test-http-proxy: redirect proxy stdout to /dev/null
|
Mon, 19 Jun 2017 21:44:23 -0400 |
Matt Harbison |
test-logtoprocess: don't run on Windows
|
Sun, 18 Jun 2017 12:06:22 +0900 |
Yuya Nishihara |
revset: add support of keyword arguments to ancestors() and descendants()
|
Sun, 18 Jun 2017 11:57:28 +0900 |
Yuya Nishihara |
revsetlang: check arguments passed to ancestors() before optimizing to only()
|
Sun, 18 Jun 2017 11:39:03 +0900 |
Yuya Nishihara |
revsetlang: factor out helper to match ancestors() in parsed tree
|
Sat, 17 Jun 2017 13:34:18 +0900 |
Yuya Nishihara |
templatekw: use common "rev:node" format as the default of predecessors
|
Sat, 17 Jun 2017 13:23:55 +0900 |
Yuya Nishihara |
templatekw: populate all keywords depending on predecessor in map operation
|
Sat, 17 Jun 2017 13:18:03 +0900 |
Yuya Nishihara |
templatekw: reference predecessor node id as {node} in map operation
|
Sun, 18 Jun 2017 23:05:54 -0400 |
Augie Fackler |
highlight: put pygments import inside demandimport.deactivated
|
Sun, 18 Jun 2017 22:19:54 -0400 |
Matt Harbison |
run-tests: explicitly flush test runner output for Windows stability
|
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)
|
Sat, 06 May 2017 17:03:59 +0900 |
Yuya Nishihara |
formatter: always store a literal template unnamed
|
Sat, 22 Apr 2017 20:14:55 +0900 |
Yuya Nishihara |
formatter: load templates section like a map file
|