log

age author description
Fri, 30 Jun 2017 03:44:24 +0200 Boris Feld configitems: register the 'smtp.port' config
Fri, 30 Jun 2017 03:43:48 +0200 Boris Feld configitems: register the 'phases.new-commit' config
Fri, 30 Jun 2017 03:41:23 +0200 Boris Feld configitems: register the 'experimental.histeditng' config
Fri, 30 Jun 2017 03:41:19 +0200 Boris Feld configitems: register the 'experimental.histedit.autoverb' config
Fri, 30 Jun 2017 03:42:40 +0200 Boris Feld configitems: register the 'histedit.singletransaction' config
Fri, 30 Jun 2017 03:42:39 +0200 Boris Feld configitems: register the 'histedit.linelen' config
Fri, 30 Jun 2017 03:42:38 +0200 Boris Feld configitems: register the 'histedit.dropmissing' config
Fri, 30 Jun 2017 03:42:37 +0200 Boris Feld configitems: register the 'histedit.defaultrev' config
Fri, 30 Jun 2017 03:44:30 +0200 Boris Feld configitems: register the 'transplant.log' config
Fri, 30 Jun 2017 03:44:29 +0200 Boris Feld configitems: register the 'transplant.filter' config
Wed, 04 Oct 2017 11:58:00 -0400 Augie Fackler urllibcompat: move some adapters from pycompat to urllibcompat
Sun, 01 Oct 2017 12:14:21 -0400 Augie Fackler cleanup: use urllibcompat for renamed methods on urllib request objects
Sun, 01 Oct 2017 10:45:03 -0400 Augie Fackler urllibcompat: new library to help abstract out some python3 urllib2 stuff
Wed, 04 Oct 2017 10:42:55 -0700 Saurabh Singh test-devel-warnings: make the test compatible with chg
Sun, 01 Oct 2017 22:26:24 +0100 Gregory Szorc fsmonitor: use configitem
Sun, 01 Oct 2017 23:47:16 +0100 Gregory Szorc fsmonitor: access copymap in new location
Sun, 01 Oct 2017 12:12:56 +0100 Yuya Nishihara extdata: use subprocess so we don't have to chdir() manually
Sun, 01 Oct 2017 11:58:27 +0100 Yuya Nishihara extdata: just use iterator to read lines one by one
Sun, 01 Oct 2017 11:56:41 +0100 Yuya Nishihara extdata: ignore ambiguous identifier as well
Sun, 01 Oct 2017 11:13:09 +0100 Yuya Nishihara templater: add experimental support for extdata
Sun, 01 Oct 2017 10:50:00 +0100 Yuya Nishihara revset: add experimental support for extdata
Tue, 13 Sep 2016 14:14:05 -0500 Matt Mackall extdata: add extdatasource reader
Wed, 04 Oct 2017 10:02:15 +0200 Denis Laxalde tests: change to parent directory before all "hg init" in test-log.t
Tue, 03 Oct 2017 12:00:07 -0700 Jun Wu config: add a missing preparewrite() call
Tue, 03 Oct 2017 16:59:17 -0700 Saurabh Singh test-strip: make test compatible with chg
Tue, 03 Oct 2017 14:35:24 -0700 Saurabh Singh test-hook: make test compatible with chg
Tue, 03 Oct 2017 13:30:36 -0700 Saurabh Singh test-setdiscovery: make test compatible with chg
Tue, 03 Oct 2017 13:05:58 -0700 Saurabh Singh test-merge-subrepos: make test compatible with chg
Tue, 03 Oct 2017 12:49:28 -0700 Saurabh Singh test-convert-cvs: make test compatible with chg
Tue, 03 Oct 2017 12:09:23 -0700 Saurabh Singh test-basic: make test compatible with chg
Mon, 02 Oct 2017 20:23:25 -0700 Jun Wu zeroconf: do not crash if socket being read is closed by another thread
Mon, 02 Oct 2017 19:31:33 -0700 Jun Wu test-revlog-mmapindex: make it compatible with chg
Mon, 02 Oct 2017 19:10:32 -0700 Jun Wu test-profile: gate chg-incompatible part with '#if chg'
Mon, 02 Oct 2017 18:22:43 -0700 Jun Wu test-logtoprocess: make it compatible with chg
Tue, 03 Oct 2017 11:10:03 -0700 Saurabh Singh test-globalopts: make the test compatible with chg
Mon, 02 Oct 2017 16:11:57 -0700 Jun Wu test-pager: make it compatible with chg
Mon, 02 Oct 2017 11:03:53 +0100 Gregory Szorc changelog: use a Factory for default value for files
Mon, 02 Oct 2017 19:28:41 +0100 Gregory Szorc cext: wrap before brace for functions
Mon, 02 Oct 2017 19:09:52 +0100 Gregory Szorc cext: put case statements on separate line
Mon, 02 Oct 2017 19:06:00 +0100 Gregory Szorc cext: reorder #include
Mon, 02 Oct 2017 19:02:43 +0100 Gregory Szorc cext: move braces for control statements to same line
Mon, 02 Oct 2017 19:17:04 +0100 Saurabh Singh registrar: fixing typo in comment
Fri, 29 Sep 2017 15:49:20 +0000 Alex Gaynor style: never put multiple statements on one line
Mon, 02 Oct 2017 18:18:57 +0100 Siddharth Agarwal annotate: mark lines affected by skip-annotate with *
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: track whether a particular annotation was the result of a skip
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: introduce attr for storing per-line annotate data
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal context: rename local 'attr' to 'attr_'
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: move annotatepair unit tests to a separate file
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal check-code: allow an exception for camelcase where required
Sun, 01 Oct 2017 12:16:34 -0400 Augie Fackler url: use native strings for header values
Sun, 01 Oct 2017 12:15:53 -0400 Augie Fackler keepalive: python 3 portability tweaks
Sun, 01 Oct 2017 07:29:51 -0400 Augie Fackler httppasswordmgrdbproxy: specify exact arguments
Sun, 01 Oct 2017 08:37:04 +0100 Yuya Nishihara formatter: fix default list/dict generator to be evaluated more than once
Wed, 27 Sep 2017 21:38:48 +0900 Yuya Nishihara doctest: drop hack to run py2/3 tests selectively
Sun, 01 Oct 2017 01:02:22 +0200 muxator docker: try to follow the best practices for writing Dockerfiles
Thu, 24 Aug 2017 18:40:30 +0200 Boris Feld effectflag: document effect flag
Thu, 06 Jul 2017 15:00:07 +0200 Boris Feld effectflag: detect when diff changed
Thu, 06 Jul 2017 14:58:44 +0200 Boris Feld effectflag: detect when meta changed
Thu, 06 Jul 2017 14:56:16 +0200 Boris Feld effectflag: detect when parents changed
Thu, 06 Jul 2017 14:55:12 +0200 Boris Feld effectflag: detect when branch changed
Thu, 06 Jul 2017 14:54:22 +0200 Boris Feld effectflag: detect when date changed
Thu, 06 Jul 2017 14:53:48 +0200 Boris Feld effectflag: detect when user changed
Thu, 06 Jul 2017 14:52:34 +0200 Boris Feld effectflag: detect when description changed
Thu, 06 Jul 2017 14:51:08 +0200 Boris Feld tests: add tests for effect flags
Thu, 06 Jul 2017 14:50:17 +0200 Boris Feld effectflag: store an empty effect flag for the moment
Fri, 30 Jun 2017 03:44:00 +0200 Boris Feld configitems: register the 'profiling.type' config
Fri, 30 Jun 2017 03:43:57 +0200 Boris Feld configitems: register the 'profiling.showmin' config
Fri, 30 Jun 2017 03:43:56 +0200 Boris Feld configitems: register the 'profiling.showmax' config
Fri, 30 Jun 2017 03:43:55 +0200 Boris Feld configitems: register the 'profiling.output' config
Sun, 01 Oct 2017 16:46:02 +0100 Simon Whitaker dirstate: implement __len__ on dirstatemap (issue5695)
Sun, 01 Oct 2017 12:54:35 +0100 Simon Whitaker obsmarker: crash more helpfully when metadata fields are >255bytes (issue5681)
Sun, 01 Oct 2017 03:31:32 -0700 Kyle Lippincott deb: build and install chg
Sun, 01 Oct 2017 02:53:10 -0700 Kyle Lippincott deb: install zsh completions to /usr/share/zsh/vendor-completions
Sun, 01 Oct 2017 14:37:50 +0100 Rishabh Madan releasenotes: display release notes when no filename is specified
Sun, 01 Oct 2017 12:29:33 +0100 Gregory Szorc hgweb: use parsebool for parsing diff query string options
Sun, 01 Oct 2017 14:02:47 +0100 Gregory Szorc hgweb: remove extra </div>
Sun, 01 Oct 2017 05:21:32 -0700 Kyle Lippincott tests: add "have" check for dpkg builddeps
Sun, 01 Oct 2017 04:37:56 -0700 Kyle Lippincott tests: expect parsers.so in cext, parsers.py in pure (test-debian-packages)
Sun, 01 Oct 2017 04:10:01 -0700 Kyle Lippincott hghave: check for debuild being installed as well
Sun, 01 Oct 2017 03:24:20 -0700 Siddharth Agarwal changelog: use attrs instead of namedtuple
Sun, 01 Oct 2017 04:14:16 -0700 Siddharth Agarwal thirdparty: vendor attrs
Sun, 01 Oct 2017 04:04:18 -0700 Siddharth Agarwal python3: don't byte mangle third-party packages
Sun, 01 Oct 2017 03:24:19 -0700 Siddharth Agarwal tests: disable lints on mercurial/thirdparty
Sun, 01 Oct 2017 03:48:28 -0700 Kyle Lippincott hghave: fix dpkg --version check to work on recent dpkg versions
Sun, 01 Oct 2017 11:29:20 +0100 Gregory Szorc commands: rename clone --uncompressed to --stream and document
Sun, 01 Oct 2017 10:17:11 +0100 Gregory Szorc commands: remove suggestion to clone via `cp -al`
Sat, 30 Sep 2017 09:01:36 +0100 Gregory Szorc hgweb: add HTML elements to control whitespace settings for annotate
Sat, 30 Sep 2017 09:08:01 +0100 Gregory Szorc hgweb: query string arguments to control whitespace for annotate
Sat, 30 Sep 2017 09:07:00 +0100 Gregory Szorc tests: add tests for hgweb annotate output
Thu, 06 Jul 2017 14:46:07 +0200 Boris Feld obsolete: clean createmarkers part about operation
Sat, 30 Sep 2017 12:58:06 -0400 Augie Fackler treediscovery: update test expectation
Sat, 30 Sep 2017 12:57:00 -0400 Augie Fackler tests: update some clonebundles expectations to pass on both pure and non-pure
Sun, 01 Oct 2017 10:41:39 +0100 Kevin Bullock merge with stable
Fri, 29 Sep 2017 11:55:44 -0400 Augie Fackler contrib: add a check to check-code to ban superfluous pass statements
Sat, 30 Sep 2017 07:45:18 -0400 Augie Fackler posix: replace superfluous pass statement with explicit return
Sat, 30 Sep 2017 07:45:51 -0400 Augie Fackler subrepo: remove superfluous pass statements
Sat, 30 Sep 2017 07:45:41 -0400 Augie Fackler registrar: remove superfluous pass statements
Sat, 30 Sep 2017 07:45:07 -0400 Augie Fackler patch: remove superfluous pass statements
Sat, 30 Sep 2017 07:44:55 -0400 Augie Fackler obsolete: remove superfluous pass statements
Sat, 30 Sep 2017 07:44:45 -0400 Augie Fackler match: remove superfluous pass statements
Sat, 30 Sep 2017 07:44:34 -0400 Augie Fackler localrepo: remove superfluous pass statements
Sat, 30 Sep 2017 07:44:20 -0400 Augie Fackler hgweb: remove superfluous pass statements
Sat, 30 Sep 2017 07:44:08 -0400 Augie Fackler formatter: remove superfluous pass statements
Sat, 30 Sep 2017 07:43:53 -0400 Augie Fackler exchange: remove superfluous pass statements
Sat, 30 Sep 2017 07:43:40 -0400 Augie Fackler commandserver: remove superfluous pass statements
Sat, 30 Sep 2017 07:43:26 -0400 Augie Fackler cmdutil: remove superfluous pass statements
Sat, 30 Sep 2017 07:43:11 -0400 Augie Fackler byterange: remove superfluous pass statements
Sat, 30 Sep 2017 07:42:59 -0400 Augie Fackler branchmap: remove superfluous pass statements
Sat, 30 Sep 2017 07:42:47 -0400 Augie Fackler convert: remove superfluous pass statements
Fri, 29 Sep 2017 11:55:26 -0400 Augie Fackler bugzilla: remove superfluous pass statements
Sat, 30 Sep 2017 07:52:48 -0700 Martin von Zweigbergk merge with stable
Fri, 22 Sep 2017 22:45:02 +0900 Yuya Nishihara copytrace: use ctx.mutable() instead of adhoc constant of non-public phases
Sat, 30 Sep 2017 10:09:29 +0100 Boris Feld exchange: fix test for remote support of binary phases
Thu, 28 Sep 2017 15:24:54 +0100 Gregory Szorc exchange: perform stream clone with clone bundle with --uncompressed
Thu, 28 Sep 2017 12:17:30 +0200 Gregory Szorc tests: add tests for clone bundles with --uncompressed
Wed, 27 Sep 2017 19:27:41 +0900 Yuya Nishihara py3: work around bytes/unicode divergence in parsedate()
Wed, 27 Sep 2017 19:13:43 +0900 Yuya Nishihara py3: replace bytes[n] with slicing in checkwinfilename()
Wed, 27 Sep 2017 19:11:28 +0900 Yuya Nishihara py3: manually escape control character to be embedded in win filename error
Wed, 27 Sep 2017 19:08:23 +0900 Yuya Nishihara py3: replace str(None) with literal in convcmd.py
Wed, 27 Sep 2017 19:04:32 +0900 Yuya Nishihara py3: remove use of str() in hgwebdir