Fri, 05 Aug 2016 14:00:39 -0400 |
Augie Fackler |
url: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:30 -0400 |
Augie Fackler |
sshserver: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:22 -0400 |
Augie Fackler |
sshpeer: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:14 -0400 |
Augie Fackler |
patch: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:08 -0400 |
Augie Fackler |
commands: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 13:59:58 -0400 |
Augie Fackler |
changegroup: use `iter(callable, sentinel)` instead of while True
|
Wed, 27 Jul 2016 21:44:49 +0900 |
Yuya Nishihara |
extdiff: isolate path variable of saved command to independent paragraph
|
Wed, 27 Jul 2016 21:42:24 +0900 |
Yuya Nishihara |
extdiff: export __doc__ of saved command for translation
|
Wed, 27 Jul 2016 21:40:42 +0900 |
Yuya Nishihara |
extdiff: refactor closure of saved diff command as a top-level class
|
Wed, 27 Jul 2016 21:53:14 +0900 |
Yuya Nishihara |
i18n: use inspect.getsourcelines() to obtain lineno from func or class
|
Fri, 05 Aug 2016 21:21:33 +0900 |
Yuya Nishihara |
chg: just take it as EOF if recv() returns 0
|
Thu, 04 Aug 2016 16:56:50 +0200 |
Pierre-Yves David |
vfs: use propertycache for open
|
Mon, 08 Aug 2016 16:47:42 +0200 |
Mathias De Maré |
help: add example of '[templates]' usage
stable
|
Fri, 05 Aug 2016 17:27:51 -0400 |
Augie Fackler |
check-commit: allow underbars in cffi_-prefix function names
|
Fri, 05 Aug 2016 13:08:11 -0400 |
Augie Fackler |
bundlerepo: add support for treemanifests in cg3 bundles
|
Fri, 05 Aug 2016 11:19:22 -0400 |
Augie Fackler |
auditvfs: forward options property from nested vfs
|
Thu, 04 Aug 2016 14:13:35 -0400 |
Augie Fackler |
bundlerepo: use supportedincomingversions instead of allsupportedversions
|
Fri, 05 Aug 2016 13:07:58 -0400 |
Augie Fackler |
bundlerepo: introduce method to find file starts and use it
|
Fri, 05 Aug 2016 13:09:50 -0400 |
Augie Fackler |
bundlerevlog: use for loop over iterator instead of while True
|
Fri, 05 Aug 2016 13:09:24 -0400 |
Augie Fackler |
bundlerepo: use for loop over iterator instead of while True
|
Fri, 05 Aug 2016 12:47:03 -0400 |
Augie Fackler |
localrepo: jettison now-unused dirlog() method from localrepo
|
Fri, 05 Aug 2016 13:01:01 -0400 |
Augie Fackler |
repair: build dirlogs using manifest, rather than repo shortcut method
|
Fri, 05 Aug 2016 13:00:33 -0400 |
Augie Fackler |
cmdutil: open dirlogs via manifest property, not via repo
|
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)
|
Sun, 10 Jul 2016 21:03:06 +0900 |
Yuya Nishihara |
formatter: add function to convert list to appropriate format (issue5217)
|
Sun, 31 Jul 2016 16:38:16 +0900 |
Yuya Nishihara |
journal: use fm.hexfunc() to get full hash in JSON/template output (BC)
|
Thu, 04 Aug 2016 00:04:48 +0530 |
Pulkit Goyal |
py3: update test-check-py3-compat.t output
|
Tue, 02 Aug 2016 16:51:27 +0200 |
Pierre-Yves David |
deprecation: enforce thew 'tr' argument of 'dirstate.write' (API)
|
Tue, 02 Aug 2016 14:54:06 +0200 |
Pierre-Yves David |
tests: remove initial bundle2 enabling in various bundle2 tests
|
Tue, 02 Aug 2016 15:44:51 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-largefiles.t
|
Tue, 02 Aug 2016 15:05:57 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-tags.t
|