Tue, 20 Jun 2017 14:00:41 -0700 |
Martin von Zweigbergk |
py3: catch StopIteration from next() in generatorset
|
changeset |
files
|
Tue, 20 Jun 2017 23:23:45 -0400 |
Matt Harbison |
tests: adjust quoting to keep Windows happy with recent $PYTHON change
|
changeset |
files
|
Tue, 20 Jun 2017 16:33:13 -0700 |
Martin von Zweigbergk |
bundle2: don't use debug message "no-transaction" with transaction
|
changeset |
files
|
Wed, 21 Jun 2017 02:20:34 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() in place of str()
|
changeset |
files
|
Wed, 21 Jun 2017 02:13:34 +0530 |
Pulkit Goyal |
py3: use r'' to access values from kwargs where keys are str
|
changeset |
files
|
Wed, 21 Jun 2017 02:10:25 +0530 |
Pulkit Goyal |
py3: convert keys of kwargs in template keywords functions to bytes
|
changeset |
files
|
Tue, 20 Jun 2017 23:50:50 +0530 |
Pulkit Goyal |
py3: make sure the commands name are bytes in test-devel-warnings.t
|
changeset |
files
|
Tue, 20 Jun 2017 23:46:18 +0530 |
Pulkit Goyal |
py3: replace str with bytes in isinstance()
|
changeset |
files
|
Tue, 20 Jun 2017 22:11:46 +0530 |
Pulkit Goyal |
py3: catch binascii.Error raised from binascii.unhexlify
|
changeset |
files
|
Tue, 20 Jun 2017 23:39:59 -0700 |
Jun Wu |
shelve: allow unlimited shelved changes per name
|
changeset |
files
|
Sat, 17 Jun 2017 12:51:37 +0200 |
Pierre-Yves David |
config: use the new '_unset' value for 'configsuboptions'
|
changeset |
files
|
Sat, 17 Jun 2017 18:28:20 +0200 |
Pierre-Yves David |
config: use the 'config' method in 'configsuboptions'
|
changeset |
files
|
Sat, 17 Jun 2017 12:52:02 +0200 |
Pierre-Yves David |
config: use the new '_unset' value for 'configpath'
|
changeset |
files
|
Sat, 17 Jun 2017 12:54:45 +0200 |
Pierre-Yves David |
config: use the new '_unset' value for 'configdate'
|
changeset |
files
|
Sat, 17 Jun 2017 12:54:04 +0200 |
Pierre-Yves David |
config: use the new '_unset' value for 'configlist'
|
changeset |
files
|
Sat, 17 Jun 2017 12:53:51 +0200 |
Pierre-Yves David |
config: use the new '_unset' value for 'configbytes'
|
changeset |
files
|
Sat, 17 Jun 2017 12:53:40 +0200 |
Pierre-Yves David |
config: use the new '_unset' value for 'configint'
|
changeset |
files
|
Sat, 17 Jun 2017 12:52:31 +0200 |
Pierre-Yves David |
config: use the new '_unset' value for 'configwith'
|
changeset |
files
|
Sat, 17 Jun 2017 12:52:16 +0200 |
Pierre-Yves David |
config: use the new '_unset' value for 'configbool'
|
changeset |
files
|
Sat, 17 Jun 2017 12:51:11 +0200 |
Pierre-Yves David |
config: explicitly track the use of the standard default value
|
changeset |
files
|
Mon, 19 Jun 2017 22:14:37 -0700 |
Martin von Zweigbergk |
clonebundle: update hook arguments (BC)
|
changeset |
files
|
Sat, 10 Jun 2017 23:42:38 -0700 |
Sean Farley |
commands: move checkconflict to bookmarks module
|
changeset |
files
|
Sat, 10 Jun 2017 23:32:58 -0700 |
Sean Farley |
commands: move checkformat to bookmarks module
|
changeset |
files
|
Tue, 20 Jun 2017 14:35:53 -0700 |
Danek Duvall |
tests: tell pip not to check for a newer version
|
changeset |
files
|
Sat, 22 Apr 2017 21:16:08 +0900 |
Yuya Nishihara |
changeset_templater: backport parts map of [templates] section from formatter
|
changeset |
files
|
Sat, 22 Apr 2017 21:29:00 +0900 |
Yuya Nishihara |
formatter: add support for parts map of [templates] section
|
changeset |
files
|
Sat, 17 Jun 2017 16:32:20 +0900 |
Yuya Nishihara |
changeset_templater: backport separator template from formatter
|
changeset |
files
|
Sat, 22 Apr 2017 21:50:51 +0900 |
Yuya Nishihara |
formatter: add support for separator template
|
changeset |
files
|
Sat, 22 Apr 2017 21:46:14 +0900 |
Yuya Nishihara |
formatter: add support for docheader and docfooter templates
|
changeset |
files
|
Sat, 22 Apr 2017 21:38:08 +0900 |
Yuya Nishihara |
formatter: extract helper function to render template
|
changeset |
files
|