log

age author description
Sat, 03 Oct 2015 15:30:17 -0700 Gregory Szorc demandimport: consolidate code for processing items in fromlist
Sat, 03 Oct 2015 15:16:33 +0900 Yuya Nishihara pager: recreate stdout to make it line-buffered
Sat, 03 Oct 2015 18:48:21 +0900 Yuya Nishihara pager: rename variables of backup fds
Sat, 03 Oct 2015 15:02:52 +0900 Yuya Nishihara pager: inline _pagersubprocess() into _runpager()
Sat, 03 Oct 2015 23:10:40 +0900 Yuya Nishihara ui: send traceback of devel warning to appropriate output stream
Sat, 03 Oct 2015 14:57:24 +0900 Yuya Nishihara util.system: compare fileno to see if it needs stdout redirection
Fri, 02 Oct 2015 23:04:52 -0700 Gregory Szorc exchange: move stream clone logic into pull code path
Fri, 02 Oct 2015 22:16:34 -0700 Gregory Szorc exchange: teach pull about requested stream clones
Fri, 02 Oct 2015 21:53:25 -0700 Gregory Szorc streamclone: add explicit check for empty local repo
Fri, 02 Oct 2015 22:22:11 -0700 Gregory Szorc streamclone: refactor code for deciding to stream clone
Fri, 02 Oct 2015 21:39:04 -0700 Gregory Szorc streamclone: move streaming clone logic from localrepo
Fri, 02 Oct 2015 16:24:56 -0700 Gregory Szorc streamclone: move _allowstream() from wireproto
Fri, 02 Oct 2015 16:05:52 -0700 Gregory Szorc streamclone: move code out of exchange.py
Fri, 02 Oct 2015 15:58:24 -0700 Gregory Szorc streamclone: move stream_in() from localrepo
Fri, 02 Oct 2015 15:51:32 -0700 Gregory Szorc streamclone: move applystreamclone() from localrepo.py
Fri, 02 Oct 2015 15:36:00 -0700 Gregory Szorc exchange: add docstring to pull()
Fri, 25 Sep 2015 12:28:12 -0700 Siddharth Agarwal localrepo: allow creating inherited locks
Fri, 25 Sep 2015 12:56:05 -0700 Siddharth Agarwal error: make lock inheritance contract violations a subclass of RuntimeError
Sat, 26 Sep 2015 12:19:39 +0900 Yuya Nishihara templatekw: hide help of "branches" by DEPRECATED marker
Sat, 26 Sep 2015 12:39:13 +0900 Yuya Nishihara templatekw: remove dockeywords hack
Sat, 26 Sep 2015 12:38:02 +0900 Yuya Nishihara templatekw: port implementation of showparents() from changeset_templater
Sat, 26 Sep 2015 12:32:03 +0900 Yuya Nishihara templatekw: reorder stub of showparents() function
Sat, 26 Sep 2015 12:29:09 +0900 Yuya Nishihara changeset_printer: move _meaningful_parentrevs() to scmutil
Thu, 01 Oct 2015 22:14:11 -0400 Matt Harbison test-run-tests: add globs for Windows
Thu, 01 Oct 2015 21:49:50 -0400 Matt Harbison test-commandserver: generate files with a fixed EOL for test stability
Thu, 01 Oct 2015 21:24:10 -0400 Matt Harbison test-debugextensions: sanitize JSON output for Windows
Thu, 01 Oct 2015 21:10:38 -0400 Matt Harbison test-strip: add glob for Windows
Thu, 01 Oct 2015 10:48:14 -0700 Ryan McElroy bundle2: generate check:heads in a independent function
Thu, 01 Oct 2015 12:17:46 -0500 Matt Mackall merge with stable
Wed, 30 Sep 2015 12:36:30 -0400 timeless cmdutil: handle multiline translations of HG: messages safely