Tue, 10 Jul 2018 10:04:44 +0200 |
Boris Feld |
revlog: add a doctest to _trimchunk
|
Sat, 03 Mar 2018 14:08:44 -0800 |
Danny Hooper |
fix: new extension for automatically modifying file contents
|
Thu, 22 Mar 2018 21:19:31 +0900 |
Yuya Nishihara |
stringutil: move generic string helpers to new module
|
Sun, 07 Jan 2018 11:53:07 +0900 |
Yuya Nishihara |
cmdutil: expand filename format string by templater (BC)
|
Thu, 23 Nov 2017 22:04:53 +0900 |
Yuya Nishihara |
fancyopts: add early-options parser compatible with getopt()
stable
|
Wed, 27 Sep 2017 21:38:48 +0900 |
Yuya Nishihara |
doctest: drop hack to run py2/3 tests selectively
|
Wed, 27 Sep 2017 19:27:41 +0900 |
Yuya Nishihara |
py3: work around bytes/unicode divergence in parsedate()
|
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
|
Sun, 17 Sep 2017 12:39:53 +0900 |
Yuya Nishihara |
py3: convert system strings to bytes in doctest of formatter.py
|
Sun, 17 Sep 2017 12:26:42 +0900 |
Yuya Nishihara |
py3: use bytes os.sep in doctest of pathutil.py
|
Sun, 17 Sep 2017 12:23:16 +0900 |
Yuya Nishihara |
py3: fix doctests in patch.py to be compatible with Python 3
|
Sat, 16 Sep 2017 22:55:48 +0900 |
Yuya Nishihara |
py3: use 'surrogatepass' error handler to process U+DCxx transparently
|
Sun, 03 Sep 2017 17:28:47 +0900 |
Yuya Nishihara |
py3: iterate bytes as a byte string in store.lowerencode()
|
Sun, 03 Sep 2017 15:32:45 +0900 |
Yuya Nishihara |
py3: iterate bytes as a byte string in dagparser.py
|
Sun, 03 Sep 2017 17:47:21 +0900 |
Yuya Nishihara |
py3: convert function name to bytes in ui.configwith()
|
Wed, 23 Aug 2017 10:51:26 -0400 |
Augie Fackler |
drawdag: add a couple of doctests to help with python3 porting
|
Sun, 03 Sep 2017 15:09:04 +0900 |
Yuya Nishihara |
doctest: enable tests by default on Python 3
|
Thu, 24 Aug 2017 22:33:28 +0900 |
Yuya Nishihara |
doctest: normalize b'', u'' and exception output on Python 3
|
Wed, 24 May 2017 19:07:14 -0700 |
Siddharth Agarwal |
annotate: add core algorithm to skip a rev
|
Sat, 01 Apr 2017 12:24:59 +0200 |
Denis Laxalde |
mdiff: add a hunkinrange helper function
|
Sat, 18 Mar 2017 20:11:15 +0900 |
Yuya Nishihara |
color: insert color code after every "\e[0m" (issue5413)
|
Fri, 17 Mar 2017 09:19:56 -0700 |
Jun Wu |
ui: move configlist parser to config.py
|
Wed, 08 Mar 2017 22:48:26 +0900 |
Yuya Nishihara |
pycompat: add bytestr wrapper which mostly acts as a Python 2 str
|
Wed, 08 Mar 2017 22:13:32 +0900 |
Yuya Nishihara |
tests: allow running doctests selectively on Python 3
|
Sun, 19 Feb 2017 18:19:33 +0900 |
Yuya Nishihara |
revset: split language services to revsetlang module (API)
|
Sun, 16 Oct 2016 17:28:51 +0900 |
Yuya Nishihara |
smartset: move set classes and related functions from revset module (API)
|
Sat, 22 Oct 2016 15:02:11 +0900 |
Yuya Nishihara |
formatter: add overview of API and example as doctest
|
Sat, 16 Apr 2016 03:38:23 +0530 |
Pulkit Goyal |
tests: make test-doctest use absolute_import
|
Fri, 11 Dec 2015 11:23:49 -0500 |
Augie Fackler |
changegroup: introduce cg3, which has support for exchanging treemanifests
|
Tue, 14 Jul 2015 14:40:56 +0100 |
Eugene Baranov |
convert: use 'default' for specifying branch name in branchmap (issue4753)
|
Tue, 14 Jul 2015 16:23:57 +0100 |
Eugene Baranov |
convert: unescape Perforce-escaped special characters in filenames
|
Mon, 15 Jun 2015 23:11:35 +0900 |
Yuya Nishihara |
templater: introduce one-pass parsing of nested template strings
|
Sun, 26 Apr 2015 18:05:23 +0900 |
Yuya Nishihara |
parser: add helper to reduce nesting of chained infix operations
|
Fri, 06 Mar 2015 21:48:40 -0800 |
Siddharth Agarwal |
patch.pathtransform: add doctests
|
Wed, 24 Sep 2014 02:41:11 +0200 |
Mads Kiilerich |
mq: refactor patchheader header ordering to match export (BC)
|
Thu, 08 May 2014 19:03:00 +0900 |
FUJIWARA Katsunori |
subrepo: normalize path in the specific way for problematic encodings
stable
|
Fri, 21 Mar 2014 16:09:17 -0700 |
Siddharth Agarwal |
subrepo: factor out Git version check to add doctests
|
Sat, 22 Mar 2014 00:46:08 +0900 |
Yuya Nishihara |
clone: add doctest for default destination
|
Fri, 07 Feb 2014 17:28:37 +0100 |
Mads Kiilerich |
convert: make subversion revsplit more stable when meeting revisions without @
|
Sun, 17 Nov 2013 11:18:39 -0500 |
Mads Kiilerich |
convert: readability and test of rpairs function
|
Sun, 17 Nov 2013 11:16:59 -0500 |
Mads Kiilerich |
tests: make doctest test runner less verbose
|
Mon, 29 Apr 2013 14:14:41 -0700 |
Bryan O'Sullivan |
dispatch: add doctests for _earlygetopt
stable
|
Wed, 09 Jan 2013 20:27:17 +0100 |
Remy Blank |
posix: fix split() for the case where the path is at the root of the filesystem
|
Wed, 07 Mar 2012 01:02:12 +0100 |
Yann E. MORIN |
templates/filters: add doctest to the 'person' filter
|
Mon, 31 Oct 2011 21:06:18 +0900 |
FUJIWARA Katsunori |
minirst: use unicode string as intermediate form for replacement
stable
|
Mon, 31 Oct 2011 15:41:39 -0500 |
Matt Mackall |
util: add a doctest for empty sha() calls
stable
|
Thu, 21 Jul 2011 14:05:45 -0500 |
Matt Mackall |
revset: add formatspec convenience query builder
|
Tue, 03 May 2011 22:28:08 +0200 |
Sune Foldager |
ui: add configint function and tests
|
Sun, 17 Apr 2011 17:55:34 +0200 |
Adrian Buehlmann |
store: add some doctests
|
Tue, 15 Feb 2011 01:04:10 +0100 |
Mads Kiilerich |
hgweb: doctest of url creation from wildcard expansion
|
Wed, 29 Dec 2010 14:19:44 -0600 |
Matt Mackall |
merge with stable
|
Wed, 29 Dec 2010 14:19:31 -0600 |
Matt Mackall |
date: fix matching of underspecified date ranges
stable
|
Wed, 29 Dec 2010 14:04:47 -0600 |
Matt Mackall |
date: fix matching of underspecified date ranges
|
Tue, 28 Dec 2010 14:53:08 +0100 |
Patrick Mezard |
test-doctest: test url.py again, removed by 7cc4263e07a9
|
Wed, 24 Nov 2010 15:38:52 -0600 |
Matt Mackall |
encoding: add localstr class to track UTF-8 version of transcoded strings
|
Fri, 01 Oct 2010 00:54:03 +0200 |
Mads Kiilerich |
merge with stable
|
Fri, 01 Oct 2010 00:48:51 +0200 |
Mads Kiilerich |
test-doctest: test the modules that contains doctests
stable
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
match: add narrowmatcher class
|
Thu, 10 Jun 2010 11:49:48 +0200 |
Peter Arrenbrecht |
debugbuilddag: build a changelog dag from a concise description
|
Thu, 10 Jun 2010 11:48:15 +0200 |
Peter Arrenbrecht |
dagparser: parses and formats DAGs as concise text
|
Tue, 09 Feb 2010 14:12:22 -0600 |
Matt Mackall |
fix up a bunch of check-code warnings
|
Mon, 20 Oct 2008 14:52:58 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Mon, 20 Oct 2008 14:51:55 +0200 |
Dirkjan Ochtman |
clean up trailing spaces
|
Mon, 13 Oct 2008 17:31:03 +0100 |
Patrick Mezard |
convert: fix builtin cvsps under Windows
|
Sat, 11 Oct 2008 16:40:59 +0200 |
Patrick Mezard |
test-doctest: remove TERM env variable only if it's there
|
Thu, 18 Sep 2008 13:48:41 +0200 |
Mads Kiilerich |
tests: fix readline escape characters in output for test-doctest.py
|
Mon, 05 Nov 2007 20:29:32 +0100 |
Manuel Holtgrewe |
Do not display passwords with pull/push/incoming/outgoing
|
Mon, 06 Aug 2007 00:35:06 -0300 |
Alexis S. L. Carvalho |
httprepo: quote the path part of the URL
|
Thu, 01 Mar 2007 22:15:17 +0100 |
Thomas Arendsen Hein |
Unified #! paths for python scripts and removed them for test modules.
|
Mon, 02 Oct 2006 22:35:37 +0200 |
Benoit Boissinot |
[extendedchangelog] encode/decode function
|