log

age author description
Fri, 05 Aug 2016 16:34:30 -0400 Augie Fackler wirepeer: rename confusing `source` parameter
Fri, 05 Aug 2016 13:44:17 +0200 Pierre-Yves David develwarn: use the lock helper in local repo
Fri, 05 Aug 2016 16:25:15 -0400 Augie Fackler exchange: correctly specify url to unbundle (issue5145) stable
Sat, 19 Mar 2016 17:19:03 -0700 Yuya Nishihara debugextension: change "testedwith" to a list (BC)
Sun, 10 Jul 2016 22:07:34 +0900 Yuya Nishihara debugextensions: unindent nested if
Sun, 10 Jul 2016 22:06:13 +0900 Yuya Nishihara debugextensions: give short name to util.version()
Sun, 10 Jul 2016 21:59:43 +0900 Yuya Nishihara debugextensions: simply keep testedwith variable as a list
Thu, 28 Jul 2016 16:27:35 -0400 Augie Fackler test-treemanifest: ensure manifest command isn't broken
Thu, 04 Aug 2016 00:32:19 +0530 Pulkit Goyal py3: use unicode literals in pure/osutil.py
Thu, 04 Aug 2016 00:21:14 +0530 Pulkit Goyal py3: use unicode literals in crecord.py
Thu, 04 Aug 2016 00:15:39 +0530 Pulkit Goyal py3: use unicode literals in changelog.py
Mon, 25 Jul 2016 15:10:52 +0200 Maciej Fijalkowski mpatch: write a cffi version of mpatch.patches
Fri, 22 Jul 2016 17:28:05 +0200 Maciej Fijalkowski mpatch: remove dependency on Python.h in mpatch.c
Mon, 18 Jul 2016 19:02:30 +0200 Maciej Fijalkowski mpatch: split mpatch into two files
Mon, 18 Jul 2016 16:25:14 +0200 Maciej Fijalkowski mpatch: provide things that will be exported later with a prefixed name
Mon, 18 Jul 2016 15:14:40 +0200 Maciej Fijalkowski mpatch: change Py_ssize_t to ssize_t in places that will be later copied
Wed, 03 Aug 2016 22:07:52 -0700 Gregory Szorc discovery: move code to create outgoing from roots and heads
Wed, 03 Aug 2016 16:23:26 +0200 Pierre-Yves David bundle2: remove 'experimental.bundle2-exp' boolean config (BC)
Wed, 03 Aug 2016 15:52:11 +0200 Pierre-Yves David tests: remove all remaining usage of experimental.bundle2-exp
Wed, 03 Aug 2016 15:39:55 +0200 Pierre-Yves David tests: use 'legacy.exchange' option in various mixed tests
Wed, 03 Aug 2016 15:34:03 +0200 Pierre-Yves David tests: use 'legacy.exchange' option in various bundle1 tests
Tue, 02 Aug 2016 15:23:03 +0200 Pierre-Yves David tests: use 'legacy.exchange' option in 'test-bundle2-exchange.t'
Wed, 03 Aug 2016 16:42:10 +0200 Pierre-Yves David bundlerepo: also read the 'devel.legacy.exchange' config
Tue, 02 Aug 2016 14:48:21 +0200 Pierre-Yves David bundle2: add a devel option controling bundle version used for exchange
Wed, 03 Aug 2016 15:01:23 +0200 Pierre-Yves David bundle2: rename the _canusebundle2 method to _forcebundle1
Wed, 03 Aug 2016 14:24:09 +0200 Pierre-Yves David tests: remove bundle2 activation from test-bookmark-pushpull.t
Thu, 04 Aug 2016 19:51:03 +0800 Anton Shestakov tests: update bugzilla link in test-issue1175.t
Sun, 31 Jul 2016 17:11:48 +0900 Yuya Nishihara journal: use fm.formatdate() to pass date tuple in appropriate type (BC)
Sun, 31 Jul 2016 17:07:29 +0900 Yuya Nishihara formatter: add function to convert date tuple to appropriate format
Sun, 31 Jul 2016 16:56:26 +0900 Yuya Nishihara journal: use fm.formatlist() to pass hashes in appropriate type (BC)