log

age author description
Mon, 13 Feb 2017 02:31:56 -0800 Stanislau Hlebik localrepo: avoid unnecessary sorting
Mon, 13 Feb 2017 02:26:18 -0800 Stanislau Hlebik localrepo: cache self.changelog in local variable
Tue, 07 Feb 2017 13:11:30 -0800 Martin von Zweigbergk destutil: remove dead code about non-linear updates
Thu, 09 Feb 2017 09:55:31 -0800 Martin von Zweigbergk update: fix typo/stale comment to match code
Wed, 08 Feb 2017 23:03:33 -0800 Martin von Zweigbergk merge: remove unused handling of default destination in merge.update()
Wed, 08 Feb 2017 14:49:37 -0800 Martin von Zweigbergk update: localize logic around which ancestor to use
Wed, 08 Feb 2017 22:12:27 -0800 Martin von Zweigbergk tests: add test for updating to null revision
Fri, 10 Feb 2017 15:26:03 -0800 Martin von Zweigbergk import: mention "stdin" (abbreviated) and add example
Thu, 09 Feb 2017 09:32:25 -0800 Martin von Zweigbergk merge: print status message before launching external merge tool
Wed, 08 Feb 2017 07:44:10 -0800 Simon Farnsworth pager: exit cleanly on SIGPIPE (BC)
Fri, 10 Feb 2017 04:09:06 -0800 Jun Wu runtests: catch EPROTONOSUPPORT in checkportisavailable
Tue, 07 Feb 2017 23:24:47 -0800 Gregory Szorc zstd: vendor python-zstandard 0.7.0
Thu, 09 Feb 2017 21:44:32 -0500 Augie Fackler tests: exclude python-zstandard from pyflakes analysis
Tue, 07 Feb 2017 23:25:37 +0530 Pulkit Goyal py3: fix the way we produce bytes list in store.py
Tue, 07 Feb 2017 22:47:24 +0530 Pulkit Goyal py3: convert os.__file__ to bytes
Wed, 08 Feb 2017 14:45:30 -0800 Jun Wu commandserver: handle backlog before exiting
Wed, 08 Feb 2017 14:37:38 -0800 Jun Wu commandserver: prevent unlink socket twice
Thu, 09 Feb 2017 05:57:54 -0800 Jun Wu runtests: check ports on IPv6 address
Wed, 08 Feb 2017 08:08:41 -0800 Simon Farnsworth zeroconf: fail nicely on IPv6 only system
Mon, 06 Feb 2017 17:01:06 -0800 Jun Wu chg: verify XDG_RUNTIME_DIR
Sat, 21 Jan 2017 14:43:13 -0800 Yedidya Feldblum check-code: permit functools.reduce
Sat, 04 Feb 2017 08:47:46 -0800 Gregory Szorc perf: split obtaining chunks from decompression
Sun, 16 Oct 2016 17:28:51 +0900 Yuya Nishihara smartset: move set classes and related functions from revset module (API)
Wed, 25 Jan 2017 22:39:17 +0900 Yuya Nishihara help: test if "hg help TOPIC" reference is valid
Wed, 25 Jan 2017 22:35:40 +0900 Yuya Nishihara help: uppercase command placeholder
Sun, 05 Feb 2017 18:57:19 +0900 Yuya Nishihara help: show section that couldn't be found
Fri, 03 Feb 2017 16:01:19 -0500 Augie Fackler cmdutil: remove forwarding methods per deprecation policy
Fri, 03 Feb 2017 15:10:27 -0800 Simon Farnsworth util: always force line buffered stdout when stdout is a tty (BC)
Thu, 02 Feb 2017 02:56:38 -0800 Stanislau Hlebik localrepo: avoid unnecessary conversion from node to rev
Thu, 02 Feb 2017 14:19:48 +0100 Pierre-Yves David bundle2: implement a basic __repr__ for bundle2 part
Thu, 02 Feb 2017 11:03:41 +0100 Pierre-Yves David bundle2: drop an outdated comment
Thu, 02 Feb 2017 10:53:55 +0100 Pierre-Yves David unbundle: swap conditional branches for clarity
Thu, 02 Feb 2017 10:55:38 +0100 Pierre-Yves David unbundle: add a small comment to tag the bundle1 case as such
Thu, 02 Feb 2017 10:51:04 +0100 Pierre-Yves David unbundle: add a small comment to clarify the 'check_heads' call
Thu, 02 Feb 2017 11:17:36 -0800 Simon Farnsworth pager: don't terminate with extreme prejudice on SIGPIPE (BC)
Mon, 23 Jan 2017 10:48:55 -0800 Martin von Zweigbergk verify: replace _validpath() by matcher
Wed, 01 Feb 2017 08:47:27 -0800 Martin von Zweigbergk rebase: fix code comment to refer to right issue (4504, not 4505)
Wed, 01 Feb 2017 11:30:26 -0600 Kevin Bullock merge with stable
Sat, 08 Apr 2017 11:36:39 -0700 Gregory Szorc repair: use rawvfs when copying extra store files stable
Sat, 08 Apr 2017 11:35:29 -0700 Gregory Szorc tests: add test demonstrating buggy path handling stable
Sat, 08 Apr 2017 11:35:00 -0700 Gregory Szorc repair: iterate store files deterministically stable
Mon, 03 Apr 2017 17:34:24 -0400 Augie Fackler Added signature for changeset ed5b25874d99 stable
Mon, 03 Apr 2017 17:34:22 -0400 Augie Fackler Added tag 4.1.2 for changeset ed5b25874d99 stable
Thu, 23 Mar 2017 19:54:59 -0700 Gregory Szorc changegroup: store old heads as a set stable 4.1.2
Mon, 20 Mar 2017 04:36:55 -0700 Simon Farnsworth subrepo: move prompts out of the if (issue5505) stable
Thu, 16 Mar 2017 12:33:15 -0700 Gregory Szorc exchange: use v2 bundles for modern compression engines (issue5506) stable
Thu, 16 Mar 2017 12:23:56 -0700 Gregory Szorc exchange: reject new compression engines for v1 bundles (issue5506) stable
Tue, 07 Mar 2017 13:24:24 -0500 Augie Fackler pycompat: verify sys.argv exists before forwarding it (issue5493) stable
Thu, 02 Mar 2017 20:19:45 -0500 Augie Fackler Added signature for changeset 25703b624d27 stable
Thu, 02 Mar 2017 20:19:43 -0500 Augie Fackler Added tag 4.1.1 for changeset 25703b624d27 stable
Thu, 02 Mar 2017 20:07:35 -0500 Augie Fackler merge with i18n stable 4.1.1
Thu, 02 Mar 2017 11:08:20 -0300 Wagner Bruna i18n-pt_BR: synchronized with 7074589cf22a stable
Wed, 01 Mar 2017 16:43:22 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 7074589cf22a stable
Sat, 25 Feb 2017 12:48:50 +0900 Yuya Nishihara worker: flush messages written by child processes before exit stable
Sat, 25 Feb 2017 12:33:37 +0900 Yuya Nishihara worker: add basic test to ensure child processes are managed well stable
Thu, 23 Feb 2017 11:23:17 -0800 eloimorlaas record: update help to describe ui.interface stable
Sat, 25 Feb 2017 16:57:21 +0530 Rishabh Madan ui: replace obsolete default-push with default:pushurl (issue5485) stable
Sat, 25 Feb 2017 01:07:52 +0900 FUJIWARA Katsunori worker: ignore meaningless exit status indication returned by os.waitpid() stable
Mon, 13 Feb 2017 11:43:12 -0800 Siddharth Agarwal bundle2: fix assertion that 'compression' hasn't been set stable
Fri, 10 Feb 2017 18:20:58 +0100 Pierre-Yves David wireproto: properly report server Abort during 'getbundle' stable