log

age author description
Mon, 22 Aug 2016 19:49:59 -0700 Gregory Szorc help: document wire protocol "handshake" protocol
Mon, 22 Aug 2016 19:48:31 -0700 Gregory Szorc help: document wire protocol capabilities
Fri, 02 Sep 2016 20:15:37 +0000 timeless crecord: properly handle files with No newline at eof (issue5268) stable
Fri, 02 Sep 2016 15:20:59 +0100 Jun Wu annotate: pre-calculate the "needed" dictionary (issue5360) stable
Mon, 22 Aug 2016 19:47:34 -0700 Gregory Szorc help: document wire protocol transport protocols
Mon, 22 Aug 2016 19:46:39 -0700 Gregory Szorc help: internals topic for wire protocol
Thu, 18 Aug 2016 15:13:56 +0900 Yuya Nishihara grep: add formatter support
Thu, 18 Aug 2016 14:52:06 +0900 Yuya Nishihara grep: build list of all columns regardless of display options
Thu, 18 Aug 2016 14:23:29 +0900 Yuya Nishihara grep: build list of columns without "grep." label prefix
Thu, 18 Aug 2016 14:09:49 +0900 Yuya Nishihara grep: factor out function that prints matched line with labels
Thu, 18 Aug 2016 14:03:25 +0900 Yuya Nishihara grep: refactor loop that yields matched text with label
Thu, 01 Sep 2016 14:01:43 -0500 Kevin Bullock Added signature for changeset ccd436f7db6d stable
Thu, 01 Sep 2016 14:01:37 -0500 Kevin Bullock Added tag 3.9.1 for changeset ccd436f7db6d stable
Thu, 01 Sep 2016 13:16:55 -0500 Akihiko Odaki bundle2: localize handleoutput remote prompts stable 3.9.1
Wed, 31 Aug 2016 13:58:33 -0300 Wagner Bruna i18n-pt_BR: synchronized with a12d13eac513 stable
Tue, 05 Jul 2016 09:37:07 +0200 liscju files: change documentation to match its behaviour (issue5276)
Wed, 24 Aug 2016 17:43:45 -0700 Matt Mackall templater: add template path to __base__ search
Thu, 25 Aug 2016 19:53:14 -0700 Gregory Szorc bundle2: fail faster when interrupted stable
Tue, 23 Aug 2016 16:40:08 -0400 Augie Fackler blackbox: also log alias expansions
Thu, 25 Aug 2016 01:06:32 -0400 Augie Fackler test-clonebundles: accept another error string here
Thu, 25 Aug 2016 01:26:39 -0400 Augie Fackler tests: guard test-archive-symlink with unziplinks check
Thu, 25 Aug 2016 01:25:52 -0400 Augie Fackler hghave: add a check for unzip(1) that understands symlinks
Thu, 25 Aug 2016 01:00:54 -0400 Augie Fackler test-https: drop two spurious --traceback flags
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Thu, 25 Aug 2016 01:00:26 -0400 Yuya Nishihara version: add formatter support
Tue, 16 Aug 2016 16:09:12 +0900 Yuya Nishihara version: factor out mapping of internal/external labels
Tue, 16 Aug 2016 16:03:09 +0900 Yuya Nishihara version: always build list of extension versions
Sun, 13 Mar 2016 19:59:39 +0900 Yuya Nishihara formatter: add fm.nested(field) to either write or build sub items
Mon, 15 Aug 2016 13:51:14 +0900 Yuya Nishihara formatter: factor out format*() functions to separate classes
Wed, 24 Aug 2016 11:24:07 +0100 Jun Wu crecord: restore SIGWINCH handler before return