log

age author description
Wed, 13 Jun 2018 21:57:24 +0900 Yuya Nishihara templater: restore the original string format of {date}
Tue, 12 Jun 2018 20:43:56 -0400 Augie Fackler hgweb: insist http_status value is a sysstr
Tue, 12 Jun 2018 20:42:42 -0400 Augie Fackler hgweb: pass a sysstr to low-level _start_response method
Tue, 12 Jun 2018 18:49:35 -0400 Augie Fackler tests: fix printenv script on Python 3
Tue, 12 Jun 2018 18:49:22 -0400 Augie Fackler cvsps: port changeset __repr__ to py3
Tue, 12 Jun 2018 18:24:25 -0400 Augie Fackler cvsps: avoid comparison between None and a tuple in date sorting
Tue, 12 Jun 2018 18:21:41 -0400 Augie Fackler py3: buildbot informs me we have two new passing tests
Sun, 20 May 2018 23:05:18 -0400 Augie Fackler tests: fix test-patch.t on pickier /bin/sh implementations stable
Tue, 12 Jun 2018 12:41:09 -0700 Jun Wu commandserver: close server's fds explicitly from a worker
Tue, 12 Jun 2018 23:04:27 +0200 Boris Feld run-tests: restrict the test cases allowed characters
Sat, 09 Jun 2018 13:34:47 +0900 Yuya Nishihara templater: abstract truth testing to fix {if(list_of_empty_strings)}
Tue, 12 Jun 2018 23:17:38 +0900 Yuya Nishihara show: stringify filtered list of tags before testing emptiness
Sat, 24 Mar 2018 18:03:23 +0900 Yuya Nishihara templatefilters: deprecate hgdate as {date|hgdate} is the default format
Sat, 24 Mar 2018 17:59:19 +0900 Yuya Nishihara templater: make date wrapper support dot/map operations
Sat, 24 Mar 2018 17:54:02 +0900 Yuya Nishihara templater: introduce a wrapper for date tuple (BC)
Sat, 21 Apr 2018 19:01:35 +0900 Yuya Nishihara templater: promote tomap() to an interface type
Sat, 09 Jun 2018 12:36:06 +0900 Yuya Nishihara templater: rename mappable to hybriditem as it is the primary use case
Fri, 08 Jun 2018 23:32:33 +0900 Yuya Nishihara serve: do not daemonize by default by --print-url
Thu, 07 Jun 2018 16:19:18 -0700 Gregory Szorc mercurial: add .t files to .editorconfig
Mon, 28 May 2018 21:13:32 +0530 Pulkit Goyal graft: add a new `--stop` flag to stop interrupted graft
Tue, 12 Jun 2018 02:36:34 +0530 Pulkit Goyal graft: fix the help text to say `graft reapplies previous options`
Mon, 11 Jun 2018 10:09:35 -0700 Martin von Zweigbergk files: drop now-unnecessary filtering of removed dirstate files
Mon, 11 Jun 2018 10:05:23 -0700 Martin von Zweigbergk context: make workingctx.matches() filter our removed files (API)
Mon, 11 Jun 2018 09:47:07 -0700 Martin von Zweigbergk locate: explicitly use dirstate.matches() for working copy
Mon, 11 Jun 2018 11:37:21 -0700 Martin von Zweigbergk revsets: define a none() revset
Mon, 11 Jun 2018 19:24:01 +0200 Boris Feld statprof: fix save and load
Mon, 11 Jun 2018 19:05:41 +0200 Boris Feld perftemplating: abort on incompatible version
Tue, 05 Jun 2018 21:40:33 +0900 Yuya Nishihara templater: fix string representation of wrapped None
Fri, 08 Jun 2018 20:57:54 +0900 Yuya Nishihara templater: show slightly better hint on map operation error
Wed, 21 Mar 2018 12:28:12 +0900 Yuya Nishihara templater: inline unwraphybrid()
Mon, 19 Mar 2018 00:26:55 +0900 Yuya Nishihara templater: drop hybrid-ness on unwrapvalue()
Fri, 23 Mar 2018 22:31:58 +0900 Yuya Nishihara templater: mark .keytype as a private attribute
Mon, 19 Mar 2018 00:23:20 +0900 Yuya Nishihara templater: abstract ifcontains() over wrapped types
Wed, 21 Mar 2018 12:06:18 +0900 Yuya Nishihara templater: inline wraphybridvalue()
Mon, 19 Mar 2018 00:16:12 +0900 Yuya Nishihara templater: abstract min/max away
Sun, 10 Jun 2018 12:24:53 +0900 Yuya Nishihara stringutil: fix prettyrepr() to not orphan foo=<...> line
Sun, 10 Jun 2018 11:55:52 +0900 Yuya Nishihara debugwalk: pretty-print nested matcher
Sun, 10 Jun 2018 11:53:56 +0900 Yuya Nishihara debugwalk: show matcher output only if -v/--verbose
Sun, 10 Jun 2018 11:50:09 +0900 Yuya Nishihara stringutil: promote smartset.prettyformat() to utility function
Fri, 01 Jun 2018 17:27:58 +0200 Boris Feld profiling: introduce a "profiling.time-track" option
Fri, 01 Jun 2018 11:23:27 +0200 Boris Feld statprof: also gather wall time
Thu, 31 May 2018 19:34:08 +0200 Boris Feld perftemplating: allow to specify the template to test
Thu, 31 May 2018 19:23:04 +0200 Boris Feld perftemplating: stop going through the log command
Thu, 31 May 2018 18:48:08 +0200 Boris Feld perftemplating: move revision argument to flag only
Thu, 31 May 2018 18:43:15 +0200 Boris Feld perftemplating: drop usage of buffer
Thu, 31 May 2018 17:31:46 +0200 Boris Feld perftemplating: move template formating into its own function
Thu, 31 May 2018 18:05:15 +0200 Boris Feld perftemplating: fix the revisions argument
Sat, 09 Jun 2018 15:14:31 +0530 Pulkit Goyal py3: make sure util.username() always returns bytes
Sat, 09 Jun 2018 15:01:04 +0530 Pulkit Goyal py3: add b'' prefix to make the regex bytes
Tue, 05 Jun 2018 02:50:25 +0200 Boris Feld phases: use "published" in the phase movement message
Tue, 05 Jun 2018 01:49:52 +0200 Boris Feld phase: clarify the message about movement on command changeset
Sun, 29 Apr 2018 00:29:40 -0400 Augie Fackler fuzz: try and generate an interesting mpatch seed from a repo
Sun, 29 Apr 2018 00:04:16 -0400 Augie Fackler fuzz: structured helpers for creating mpatch seed corpus entries
Sat, 28 Apr 2018 22:35:14 -0400 Augie Fackler fuzz: new fuzzer for the mpatch code
Thu, 07 Jun 2018 21:09:16 +0200 Boris Feld run-tests: follow-up on the test-case format
Fri, 04 May 2018 12:43:15 +0900 Yuya Nishihara templater: resolve type of dict key in getmember()
Wed, 21 Mar 2018 11:30:21 +0900 Yuya Nishihara templater: promote getmember() to an interface of wrapped types
Wed, 21 Mar 2018 01:39:44 +0900 Yuya Nishihara templater: move getdictitem() to hybrid class
Sat, 21 Apr 2018 17:43:16 +0900 Yuya Nishihara templater: add try-except stub to runmember()
Wed, 21 Mar 2018 01:18:29 +0900 Yuya Nishihara templater: do dict lookup over a wrapped object
Wed, 06 Jun 2018 13:31:24 -0400 Augie Fackler merge with stable
Sat, 26 May 2018 03:01:14 +0530 Pulkit Goyal graft: reuse the --log value passed initially in `hg graft --continue` (BC)
Sat, 26 May 2018 02:57:36 +0530 Pulkit Goyal graft: add test showing --continue not preserving --log passed earlier
Sun, 03 Jun 2018 13:40:58 +0900 Yuya Nishihara test-fuzz-targets: look for clang-6.0 binary as well
Sun, 03 Jun 2018 13:23:12 +0900 Yuya Nishihara test-fuzz-targets: rebuild executable silently
Sun, 03 Jun 2018 13:21:13 +0900 Yuya Nishihara fuzz: fix "make clean" to pass even if no binaries built yet
Sun, 03 Jun 2018 13:18:13 +0900 Yuya Nishihara fuzz: compile xdiff.cc with -std=c++17
Sun, 03 Jun 2018 13:12:32 +0900 Yuya Nishihara fuzz: fix use of undeclared function memcpy()
Sun, 03 Jun 2018 13:11:49 +0900 Yuya Nishihara fuzz: fix the default make target
Sun, 03 Jun 2018 13:11:22 +0900 Yuya Nishihara fuzz: expand variables by make
Sat, 21 Apr 2018 17:21:31 +0900 Yuya Nishihara templater: always map over a wrapped object
Sat, 21 Apr 2018 17:15:11 +0900 Yuya Nishihara templater: consistently join() string-like object per character (BC)
Sat, 21 Apr 2018 17:00:21 +0900 Yuya Nishihara templater: always join() over a wrapped object (BC)
Tue, 20 Mar 2018 23:56:26 +0900 Yuya Nishihara templater: add wrapped types for pure non-list/dict values
Wed, 04 Apr 2018 21:06:14 +0900 Yuya Nishihara templater: unify unwrapvalue() with _unwrapvalue()
Wed, 04 Apr 2018 21:01:21 +0900 Yuya Nishihara templater: inline unwrapvalue()
Sun, 13 May 2018 23:18:26 +0200 Boris Feld run-tests: update the test case name format
Thu, 26 Apr 2018 23:57:20 +0200 Boris Feld run-tests: add support for running specific test cases
Sun, 03 Jun 2018 17:02:38 +0530 Pulkit Goyal configitems: drop the deprecated alias for commands.update.check
Sat, 02 Jun 2018 15:55:28 +0530 Sushil khanchi graft: correct documentation about options can be reapplied
Sat, 02 Jun 2018 22:18:12 -0400 Matt Harbison cmdutil: use internal separators when building the terse list
Wed, 30 May 2018 14:20:09 +0530 Sushil khanchi advanceboundary: add dryrun parameter
Wed, 30 May 2018 17:37:17 +0530 Sangeet Kumar Mishra grep: enable passing wdir as a revision
Fri, 01 Jun 2018 23:33:17 -0400 Matt Harbison outgoing: drop an extraneous URL parse
Mon, 14 May 2018 12:38:05 +0200 David Demelier config: rename allow_archive to allow-archive
Sat, 21 Apr 2018 17:31:03 +0900 Yuya Nishihara hgweb: fill {rename} even if ?linerange is specified
Wed, 04 Apr 2018 20:53:16 +0900 Yuya Nishihara hgweb: wrap {earlycommands} and {othercommands} of help with mappinggenerator
Wed, 04 Apr 2018 20:51:49 +0900 Yuya Nishihara hgweb: wrap {topics}es of help with mappinggenerator or mappinglist
Wed, 04 Apr 2018 20:48:37 +0900 Yuya Nishihara hgweb: wrap {edges} of {nodes} of graph with mappinglist
Wed, 04 Apr 2018 20:48:00 +0900 Yuya Nishihara hgweb: wrap {nodes} of graph with mappinggenerator
Wed, 04 Apr 2018 20:46:12 +0900 Yuya Nishihara hgweb: adapt {jsdata} of graph to mappinggenerator
Wed, 04 Apr 2018 20:44:18 +0900 Yuya Nishihara hgweb: wrap {nextentry} of graph with mappinglist
Fri, 01 Jun 2018 23:02:36 +0900 Yuya Nishihara setup: write version constant as bytes literal
Thu, 31 May 2018 18:53:28 +0800 Anton Shestakov spartan: don't show '[up]' in file view when in root directory already
Thu, 31 May 2018 18:39:35 +0800 Anton Shestakov monoblue: don't show '[up]' in file view when in root directory already
Thu, 31 May 2018 18:33:49 +0800 Anton Shestakov gitweb: don't show '[up]' in file view when in root directory already
Thu, 31 May 2018 18:01:54 +0800 Anton Shestakov paper: don't show '[up]' in file view when in root directory already
Thu, 31 May 2018 16:52:02 +0800 Anton Shestakov spartan: add missing closing tags
Fri, 20 Apr 2018 15:21:03 +0200 Joerg Sonnenberger templatefilters: add commonprefix
Sun, 20 May 2018 19:07:51 +0530 Pulkit Goyal py3: add 3 new passing tests to whitelist
Thu, 24 May 2018 09:56:28 +0000 Nicola Spanti serve: add option print-url
Wed, 06 Jun 2018 12:53:26 -0700 Jun Wu chg: fix an undefined behavior about memcpy stable
Wed, 06 Jun 2018 13:28:49 -0400 Augie Fackler Added signature for changeset 9c5ced5276d6 stable
Wed, 06 Jun 2018 13:28:48 -0400 Augie Fackler Added tag 4.6.1 for changeset 9c5ced5276d6 stable
Mon, 30 Apr 2018 22:24:58 -0400 Augie Fackler mpatch: avoid integer overflow in combine() (SEC) stable 4.6.1
Mon, 30 Apr 2018 22:23:06 -0400 Augie Fackler mpatch: avoid integer overflow in mpatch_decode (SEC) stable
Mon, 30 Apr 2018 22:20:13 -0400 Augie Fackler mpatch: fix UB integer overflows in discard() (SEC) stable
Mon, 30 Apr 2018 22:15:11 -0400 Augie Fackler mpatch: fix UB in int overflows in gather() (SEC) stable
Thu, 03 May 2018 12:54:20 -0400 Augie Fackler mpatch: introduce a safesub() helper as well stable
Mon, 30 Apr 2018 22:13:42 -0400 Augie Fackler mpatch: introduce a safeadd() helper to work around UB int overflow stable
Sat, 28 Apr 2018 10:09:12 -0400 Augie Fackler mpatch: ensure fragment start isn't past the end of orig (SEC) stable
Sat, 28 Apr 2018 02:04:56 -0400 Augie Fackler mpatch: protect against underflow in mpatch_apply (SEC) stable
Sat, 28 Apr 2018 00:42:16 -0400 Augie Fackler mpatch: be more careful about parsing binary patch data (SEC) stable
Wed, 06 Jun 2018 09:14:33 -0700 Gregory Szorc zstandard: pull in bug fixes from upstream 0.9.1 release (issue5884) stable
Wed, 06 Jun 2018 21:19:42 +0800 Anton Shestakov templatefuncs: only render text portion of minirst.format() result stable
Wed, 06 Jun 2018 21:15:26 +0800 Anton Shestakov tests: demonstrate that hgweb renders "pruned" that minirst.format() returns stable
Tue, 05 Jun 2018 23:49:54 -0400 Matt Harbison rebase: avoid RevlogError when computing obsoletenotrebased (issue5907) stable
Sat, 02 Jun 2018 13:44:44 -0400 Matt Harbison rebase: prioritize indicating an interrupted rebase over update (issue5838) stable
Sat, 02 Jun 2018 13:25:45 -0400 Matt Harbison tests: demonstrate inconsistent messaging around interrupted rebases stable
Thu, 31 May 2018 22:15:52 -0400 Matt Harbison tests: adapt test-check-pylint to run on Windows stable
Thu, 31 May 2018 22:11:47 -0400 Matt Harbison hghave: avoid a deadlock reading the child process's output stable
Thu, 31 May 2018 09:19:09 -0400 Matt Harbison lfs: bypass wrapped functions when reposetup() hasn't been called (issue5902) stable
Sat, 26 May 2018 11:33:02 +0900 Yuya Nishihara revlog: disallow setting uncompressed length to None
Sat, 26 May 2018 11:31:51 +0900 Yuya Nishihara unionrepo: fill in uncompressed length of revlog entry
Sun, 29 Apr 2018 19:48:16 -0400 Augie Fackler fuzz: add clean target
Mon, 30 Apr 2018 22:02:07 -0400 Augie Fackler fuzzutil: make it possible to use absl when C++17 isn't supported
Sat, 28 Apr 2018 22:18:50 -0400 Augie Fackler fuzz: extract some common utilities and use modern C++ idioms
Sat, 28 Apr 2018 22:13:33 -0400 Augie Fackler tests: update fuzzer tests to include both fuzzers
Thu, 24 May 2018 12:19:50 +0200 Denis Laxalde transaction-summary: show phase changes statistics in pull/unbundle
Mon, 28 May 2018 01:36:34 -0400 Matt Harbison outgoing: pay attention to `default:pushurl` for bookmarks and subrepos
Sat, 21 Apr 2018 17:27:57 +0200 Paul Morelle revlog: make chainbase cache its result for the correct revision
Wed, 07 Mar 2018 11:10:22 +0100 Paul Morelle revlog: make getcandidaterevs more consistent about updating tested revs set
Mon, 26 Mar 2018 10:49:01 -0700 Martin von Zweigbergk templatekw: make getrenamed() return only filename, not nodeid
Sat, 26 May 2018 12:38:07 +0900 Yuya Nishihara py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name
Sat, 26 May 2018 12:20:36 +0900 Yuya Nishihara py3: wrap tempfile.mkdtemp() to use bytes path
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Thu, 03 May 2018 18:39:58 +0900 Yuya Nishihara extensions: remove strip_init=True from _disabledpaths()
Thu, 03 May 2018 18:38:02 +0900 Yuya Nishihara extensions: peek command table of disabled extensions without importing
Thu, 26 Apr 2018 23:00:19 -0400 Matt Harbison lfs: clarify pointer validation error messages
Tue, 22 May 2018 23:22:15 -0400 Matt Harbison terse: pconvert() entries added to the temporary terse dict for Windows
Thu, 24 May 2018 15:56:47 -0600 hindlemail filemerge: don't pass function name as loadpath's module_name param
Tue, 22 May 2018 18:10:37 +0200 Boris Feld phases: define an official tuple of phases we do not share
Tue, 22 May 2018 18:10:00 +0200 Boris Feld phases: define an official tuple of mutable phases
Mon, 21 May 2018 17:33:50 +0200 Boris Feld repoview: use 'phasecache.getrevset' when computing 'unserved' filter
Sat, 26 May 2018 02:11:09 +0530 Pulkit Goyal graft: drop --user and --date values info from hint in case of conflicts
Fri, 25 May 2018 17:21:01 +0530 Pulkit Goyal graft: reuse --user and --date values in `hg graft --continue` (BC)
Sat, 26 May 2018 01:52:42 +0530 Pulkit Goyal tests: add test showing --continue not preserving --date and --user flags
Fri, 25 May 2018 16:14:15 +0530 Pulkit Goyal graft: store user passed date and user information in graftstate
Fri, 25 May 2018 16:00:37 +0530 Pulkit Goyal graft: use cmdstate.delete() to delete the state file
Thu, 24 May 2018 23:05:12 -0700 John Stiles graph: add outputgraph() function, called by ascii() to print
Wed, 28 Feb 2018 03:07:48 +0530 Pulkit Goyal graft: add test for reading old graftstate files with new mechanism
Fri, 25 May 2018 01:53:30 +0530 Pulkit Goyal graft: start using the cmdstate class to read and write data to graftstate
Fri, 25 May 2018 01:25:31 +0530 Pulkit Goyal graft: use state.cmdstate() to check whether graftstate exists
Fri, 25 May 2018 01:15:30 +0530 Pulkit Goyal graft: factor out function to read graft state in separate function
Fri, 25 May 2018 01:46:06 +0530 Pulkit Goyal state: removing remaining instances of opts class variable
Thu, 24 May 2018 23:26:28 +0900 Yuya Nishihara help: mention pattern syntax of latesttag() template function
Wed, 23 May 2018 22:25:00 -0400 Matt Harbison py3: replace str.format(x) with `str % x` in githelp
Wed, 23 May 2018 22:17:04 -0400 Matt Harbison githelp: drop the trailing period from single sentence output for consistency
Wed, 04 Apr 2018 20:37:52 +0900 Yuya Nishihara hgweb: wrap {entries}* of filelog with mappinglist
Wed, 04 Apr 2018 20:37:03 +0900 Yuya Nishihara hgweb: don't use dict(key=value) to build a mapping dict in filelog
Wed, 04 Apr 2018 20:31:16 +0900 Yuya Nishihara hgweb: wrap {diffopts} of annotate by hybriddict()
Wed, 04 Apr 2018 20:29:58 +0900 Yuya Nishihara hgweb: wrap {parents} of {annotate} with mappinggenerator
Wed, 04 Apr 2018 20:28:51 +0900 Yuya Nishihara hgweb: wrap {annotate} with mappinggenerator
Wed, 04 Apr 2018 20:24:04 +0900 Yuya Nishihara hgweb: wrap {bookmarks} of summary with mappinggenerator
Wed, 04 Apr 2018 20:21:29 +0900 Yuya Nishihara hgweb: wrap {lastchange} of bookmarks with mappinglist
Wed, 04 Apr 2018 20:19:51 +0900 Yuya Nishihara hgweb: wrap {entries}* of bookmarks with mappinggenerator
Wed, 23 May 2018 03:13:04 +0530 Pulkit Goyal state: raise CorruptedState error isntead of ProgrammingError
Tue, 22 May 2018 11:20:55 -0700 Kyle Lippincott localrepo: add docstring to _makedirstate to make it less likely to be removed
Tue, 15 May 2018 14:35:41 +0200 David Demelier scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs (API)
Tue, 22 May 2018 23:48:08 -0400 Matt Harbison githelp: cleanup one more abort message
Tue, 22 May 2018 20:43:42 +0900 Yuya Nishihara githelp: do not concatenate i18n messages dynamically so they can be collected
Wed, 16 May 2018 14:59:32 -0700 Kyle Lippincott narrow: only wrap dirstate functions once, instead of per-reposetup
Tue, 22 May 2018 00:25:18 +0530 Pulkit Goyal state: temporary silence pyflakes warning by removing variable assignment
Tue, 22 May 2018 00:22:23 +0530 Pulkit Goyal state: fix usage of an unassigned variable
Sun, 20 May 2018 18:53:03 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-revset2.t
Mon, 21 May 2018 23:26:53 +0530 Pulkit Goyal py3: use encoding.strfromlocal() instead of pycompat.sysstr()
Sun, 20 May 2018 23:05:18 -0400 Matt Harbison tests: stabilize test-patch.t on Windows
Mon, 21 May 2018 23:04:28 -0400 Matt Harbison githelp: lowercase the start of output messages for consistency
Mon, 21 May 2018 22:57:05 -0400 Matt Harbison githelp: rewrite a Yoda conditional
Mon, 21 May 2018 22:55:17 -0400 Matt Harbison githelp: make several strings localizable
Mon, 21 May 2018 22:41:55 -0400 Matt Harbison githelp: cleanly abort if the `svn` command is unknown
Mon, 21 May 2018 22:32:15 -0400 Matt Harbison githelp: fail gracefully in a couple cases where arguments are missing
Wed, 07 Mar 2018 12:00:58 +0100 Paul Morelle revlog: isgooddeltainfo takes the whole revinfo object
Wed, 07 Mar 2018 12:00:07 +0100 Paul Morelle revlog: make variable name 'd' more explicit in _isgooddeltainfo
Thu, 19 Apr 2018 07:57:06 +0200 Paul Morelle debugdeltachain: r.start and r.length can be retrieved outside the loop
Fri, 04 May 2018 15:00:55 +0200 Paul Morelle revlog: in _getcandidaterevs, shorten revlog._generaldelta to gdelta
Sat, 19 May 2018 14:24:36 -0400 Augie Fackler pathencode: remove unused variable
Sun, 20 May 2018 18:41:24 +0530 Pulkit Goyal py3: add r'' prefixes to fix kwargs handling in hgext/sparse.py
Sun, 20 May 2018 17:39:09 +0530 Pulkit Goyal py3: use bytes in tests/printenv.py
Sun, 20 May 2018 17:37:07 +0530 Pulkit Goyal py3: use stringutil.pprint() to prevent b'' prefixes in output
Sun, 20 May 2018 17:35:57 +0530 Pulkit Goyal py3: use pycompat.fsencode to convert path to bytes
Sun, 20 May 2018 17:34:53 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-ssh.t and tests/test-ssh-bundle1.t
Sun, 20 May 2018 17:33:18 +0530 Pulkit Goyal py3: add b'' prefixes in contrib/hg-ssh
Fri, 18 May 2018 16:28:45 +0530 Pulkit Goyal state: write the version number in plain text on top of state files
Fri, 18 May 2018 16:34:19 +0530 Pulkit Goyal state: set canonical=True to write deterministically
Wed, 28 Mar 2018 16:31:16 +0530 Pulkit Goyal state: don't have a dict like interface for cmdstate class
Wed, 21 Feb 2018 17:20:22 +0530 Pulkit Goyal state: import the file to write state files from evolve extension
Mon, 14 May 2018 13:05:14 +0200 Paul Morelle revlog: suggest other parent when a parent was refused for a delta (issue5481)
Mon, 14 May 2018 22:02:44 -0400 Augie Fackler status: add default of --terse=u to tweakdefaults (BC)
Mon, 14 May 2018 22:01:27 -0400 Augie Fackler status: add a config knob for setting default of --terse
Sat, 19 May 2018 16:50:30 -0400 Augie Fackler tests: port inline extensions in test-obsolete.t to Python 3
Sat, 19 May 2018 16:22:15 -0400 Augie Fackler py3: consolidate down some (case ...) entries
Sat, 19 May 2018 16:21:53 -0400 Augie Fackler py3: re-sort test whitelist
Sat, 19 May 2018 16:02:39 -0400 Augie Fackler tests: fix test-subrepo-paths.t on Python 3
Sat, 19 May 2018 15:53:31 -0400 Augie Fackler tests: fix test-parseindex2 on Python 3
Sat, 19 May 2018 15:47:32 -0400 Augie Fackler tests: use [(] instead of \( to avoid warning on py3
Sat, 19 May 2018 15:15:51 -0400 Augie Fackler tests: fix test-patch.t on pickier /bin/sh implementations
Sat, 19 May 2018 15:14:56 -0400 Augie Fackler patch: add debug message to show external patch tool invocation
Sat, 19 May 2018 20:04:54 +0530 Pulkit Goyal py3: add 13 new passing tests to whitelist
Sat, 19 May 2018 18:59:21 +0530 Pulkit Goyal py3: check for None before comparing with integers
Sat, 19 May 2018 18:58:35 +0530 Pulkit Goyal py3: use `except error as e` instead of `except error, e`
Sat, 19 May 2018 18:56:00 +0530 Pulkit Goyal py3: use pycompat.fsencode() to convert tempfile name to bytes
Sat, 19 May 2018 18:55:30 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-parseindex.t
Sat, 19 May 2018 18:52:56 +0530 Pulkit Goyal py3: fix .write() calls in few tests
Sat, 19 May 2018 18:51:14 +0530 Pulkit Goyal py3: bytestr() bytes to get bytechar while iterating on it
Sat, 19 May 2018 18:49:07 +0530 Pulkit Goyal py3: slice over bytes to prevent getting the ascii values
Sat, 19 May 2018 18:48:26 +0530 Pulkit Goyal py3: use utils.stringutil.forcebytestr to convert error to bytes
Sat, 19 May 2018 18:47:20 +0530 Pulkit Goyal py3: make sure we open files in bytes mode
Sat, 19 May 2018 18:45:53 +0530 Pulkit Goyal py3: add b'' prefix in test/test-fileset.t
Sat, 19 May 2018 18:43:13 +0530 Pulkit Goyal py3: suppress the output from .write() calls in few tests
Sat, 19 May 2018 18:42:18 +0530 Pulkit Goyal py3: use print as a function in tests/test-parseindex.t
Sat, 19 May 2018 18:41:02 +0530 Pulkit Goyal py3: use print as a function in tests/test-pull.t
Sat, 19 May 2018 18:33:36 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-rebuildstate.t
Sat, 19 May 2018 18:32:57 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-progress.t
Sat, 19 May 2018 18:32:24 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-profile.t
Sat, 19 May 2018 18:31:15 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-pager.t
Sat, 19 May 2018 18:30:20 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-hgrc.t
Sat, 19 May 2018 18:28:52 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-extensions-afterloaded.t
Sat, 19 May 2018 18:27:57 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-custom-filters.t
Sat, 19 May 2018 18:26:38 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-bugzilla.t
Sat, 19 May 2018 18:25:18 +0530 Pulkit Goyal py3: fix kwargs handling in hgext/split.py
Sat, 19 May 2018 18:24:36 +0530 Pulkit Goyal py3: add b'' prefixes in hgext/convert/subversion.py
Sat, 19 May 2018 18:23:03 +0530 Pulkit Goyal py3: use '%d' for integers in hgext/infinitepush/__init__.py
Sat, 19 May 2018 18:21:21 +0530 Pulkit Goyal py3: make sure we pass str to date.strftime()
Sat, 19 May 2018 21:47:59 +0530 Pulkit Goyal py3: use pycompat.bytestr() to convert str into bytes
Sat, 19 May 2018 21:46:54 +0530 Pulkit Goyal py3: fix kwargs handling in hgext/rebase.py
Wed, 04 Apr 2018 20:18:28 +0900 Yuya Nishihara hgweb: wrap {entries}* of tags with mappinggenerator
Wed, 04 Apr 2018 20:14:19 +0900 Yuya Nishihara hgweb: wrap {fentries} and {dentries} of manifest with mappinggenerator
Wed, 04 Apr 2018 20:11:20 +0900 Yuya Nishihara hgweb: wrap {entries}* of changelog with mappinglist
Wed, 04 Apr 2018 00:24:09 +0900 Yuya Nishihara hgweb: wrap {lines} of filerevision with mappinggenerator