log

age author description
Sat, 22 Apr 2017 19:07:00 +0900 Yuya Nishihara formatter: put topic in templatespec tuple
Sat, 22 Apr 2017 19:02:47 +0900 Yuya Nishihara cmdutil: pass templatespec tuple directly to changeset_templater (API)
Sat, 22 Apr 2017 18:48:38 +0900 Yuya Nishihara formatter: wrap (tmpl, mapfile) by named tuple
Sat, 22 Apr 2017 18:42:03 +0900 Yuya Nishihara cmdutil: factor out helper to create changeset_templater with literal template
Wed, 14 Jun 2017 23:56:58 -0400 Matt Harbison test-dirstate-race: stabilize for Windows
Sat, 06 May 2017 16:24:21 +0900 Yuya Nishihara formatter: document lookuptemplate()
Sat, 22 Apr 2017 15:30:27 +0900 Yuya Nishihara cmdutil: rename gettemplate() to _lookuplogtemplate()
Sat, 22 Apr 2017 15:11:53 +0900 Yuya Nishihara formatter: inline gettemplater()
Sat, 22 Apr 2017 15:06:06 +0900 Yuya Nishihara formatter: factor out function to create templater from literal or map file
Sat, 22 Apr 2017 14:53:05 +0900 Yuya Nishihara graphlog: do not look up graphnodetemplate in template paths (BC)
Sat, 06 May 2017 14:48:47 +0900 Yuya Nishihara formatter: open raw template file in posix semantics
Sat, 06 May 2017 14:47:31 +0900 Yuya Nishihara formatter: open raw template file in binary mode (BC)
Sat, 06 May 2017 14:40:22 +0900 Yuya Nishihara formatter: close raw template file explicitly
Tue, 13 Jun 2017 22:24:41 -0400 Matt Harbison largefiles: avoid a crash when archiving a subrepo with largefiles disabled stable
Tue, 13 Jun 2017 17:43:33 -0400 Augie Fackler patchbomb: make getaddrs function easier to work with
Tue, 13 Jun 2017 16:30:50 -0400 Augie Fackler patchbomb: look for non-empty publicurl, not a non-None one
Tue, 13 Jun 2017 16:30:11 -0400 Augie Fackler patchbomb: make variable name for publicurl always be publicurl
Wed, 14 Jun 2017 01:43:47 -0400 Brandon McCaig bisect: simpler approach for option validation message
Mon, 12 Jun 2017 16:35:57 -0700 Martin von Zweigbergk pushkey: use False/True for return values from push functions
Fri, 10 Apr 2015 00:14:16 +0900 Yuya Nishihara smartset: micro optimize spanset.slice() to narrow range accordingly
Thu, 09 Apr 2015 23:56:06 +0900 Yuya Nishihara smartset: micro optimize baseset.slice() to use slice of list
Tue, 24 Mar 2015 00:14:53 +0900 Yuya Nishihara smartset: extract method to slice abstractsmartset
Sun, 24 May 2015 11:07:14 +0900 Yuya Nishihara smartset: extract spanset factory to make it constructed without a repo
Sun, 11 Jun 2017 00:21:38 +0900 Yuya Nishihara smartset: change repr of spanset to show revisions as half-open range
Mon, 12 Jun 2017 15:34:31 -0700 Siddharth Agarwal fsmonitor: don't write out state if identity has changed (issue5581)
Mon, 12 Jun 2017 15:34:31 -0700 Siddharth Agarwal fsmonitor: write state with wlock held and dirstate unchanged (issue5581)
Mon, 12 Jun 2017 13:56:50 -0700 Siddharth Agarwal workingctx: add a way for extensions to run code at status fixup time
Mon, 12 Jun 2017 13:56:43 -0700 Siddharth Agarwal workingctx: also pass status tuple into poststatusfixup
Mon, 12 Jun 2017 13:54:59 -0700 Siddharth Agarwal workingctx: factor out post-status dirstate fixup
Tue, 13 Jun 2017 10:02:34 -0400 Augie Fackler merge with stable
Mon, 12 Jun 2017 17:24:10 +0200 Pierre-Yves David profile: properly propagate exception from the sub-context manager
Mon, 12 Jun 2017 17:25:37 +0200 Pierre-Yves David profile: close 'fp' in all cases
Mon, 12 Jun 2017 17:21:41 +0200 Pierre-Yves David profile: close 'fp' on error within '__enter__'
Mon, 12 Jun 2017 17:20:48 +0200 Pierre-Yves David profile: indent part of '__enter__'
Mon, 12 Jun 2017 17:15:43 +0200 Pierre-Yves David profile: remove now useless indent
Mon, 12 Jun 2017 17:14:56 +0200 Pierre-Yves David profile: use explicit logic to control file closing
Mon, 12 Jun 2017 17:13:35 +0200 Pierre-Yves David profiling: move 'fp' closing logic into its own function
Tue, 13 Jun 2017 01:23:54 +0530 Pulkit Goyal py3: use python3 hg in test-py3-commands.t at places where py2 hg was used
Mon, 12 Jun 2017 13:10:09 -0700 Siddharth Agarwal test-dirstate-race: back out changeset c82fa7efcbc8
Sat, 10 Jun 2017 19:48:48 +0900 Yuya Nishihara revset: fix order of first/last members in compound expression (BC)
Sat, 10 Jun 2017 19:41:42 +0900 Yuya Nishihara revset: filter first/last members by __and__ operation
Sat, 10 Jun 2017 18:35:11 +0900 Yuya Nishihara revset: reject negative number to select first/last n members
Sat, 10 Jun 2017 18:04:56 +0900 Yuya Nishihara revset: fix order of last() n members where n > 1 (BC)
Sat, 10 Jun 2017 20:14:23 +0900 Yuya Nishihara debugrevspec: add option to suppress list of computed revisions
Sat, 10 Jun 2017 20:03:35 +0900 Yuya Nishihara debugrevspec: add option to print representation of smartset object
Mon, 12 Jun 2017 11:24:21 -0700 Martin von Zweigbergk help: correct description of "glob:foo/*" matching stable
Sat, 10 Jun 2017 01:59:22 +0100 Pierre-Yves David bookmarks: make sure we close the bookmark file after reading
Sat, 10 Jun 2017 01:55:01 +0100 Pierre-Yves David bookmarks: rephrase a comment to be shorted and clearer
Mon, 05 Jun 2017 13:44:15 +0100 Pierre-Yves David checkheads: use a "lazyancestors" object for allfuturecommon
Mon, 05 Jun 2017 13:37:04 +0100 Pierre-Yves David checkheads: use "revnum" in the "allfuturecommon" set
Mon, 05 Jun 2017 15:20:20 +0100 Pierre-Yves David checkheads: use 'nodemap.get' to convert nodes to revs
Mon, 05 Jun 2017 15:17:47 +0100 Pierre-Yves David checkheads: pass "ispushed" function to the obsmarkers logic
Fri, 09 Jun 2017 12:29:29 +0100 Pierre-Yves David profile: drop maybeprofile
Fri, 09 Jun 2017 12:36:07 +0100 Pierre-Yves David profile: support --profile in alias and abbreviated version (--prof)
Fri, 09 Jun 2017 11:42:45 +0100 Pierre-Yves David profile: make the contextmanager object available to the callers
Fri, 09 Jun 2017 11:41:47 +0100 Pierre-Yves David profile: introduce a knob to control if the context is actually profiling
Fri, 09 Jun 2017 11:39:53 +0100 Pierre-Yves David profile: introduce a "start" method to the profile context
Thu, 08 Jun 2017 01:38:48 +0100 Pierre-Yves David profile: upgrade the "profile" context manager to a full class
Fri, 09 Jun 2017 22:15:53 -0400 Matt Harbison setup: avoid linker warnings on Windows about multiple export specifications
Sat, 10 Jun 2017 16:00:18 -0700 Sean Farley memctx: always use cache for filectxfn
Sat, 10 Jun 2017 00:06:57 -0400 Matt Harbison test-hardlinks: stabilize for Windows
Sun, 04 Jun 2017 00:16:45 +0200 Rishabh Madan releasenotes: add more tests for formatting and merging of release notes
Fri, 02 Jun 2017 23:33:30 +0200 Gregory Szorc releasenotes: command to manage release notes files
Mon, 12 Jun 2017 03:23:58 +0900 Toshi MARUYAMA packagelib: use LANGUAGE=C for "hg version"
Mon, 12 Jun 2017 03:23:56 +0900 Toshi MARUYAMA rpms: add hgdemandimport in files
Mon, 12 Jun 2017 03:22:45 +0900 Toshi MARUYAMA rpms: remove '%if "%{?pythonver}" != "2.4"'
Fri, 02 Jun 2017 20:49:42 -0700 Jun Wu obsstore: do not load all markers to detect duplication
Sat, 10 Jun 2017 11:33:57 -0700 Gregory Szorc clonebundles: reference correct config option
Sat, 10 Jun 2017 14:09:54 -0700 Siddharth Agarwal filestat: move __init__ to frompath constructor
Sat, 10 Jun 2017 14:07:31 -0700 Siddharth Agarwal test-dirstate-race: ensure that a isn't in the lookup set at the end
Sat, 10 Jun 2017 14:07:31 -0700 Siddharth Agarwal hghave: add test for whether fsmonitor is enabled
Sat, 10 Jun 2017 14:07:30 -0700 Siddharth Agarwal tests: add a wrapper to run fsmonitor tests
Sat, 10 Jun 2017 18:47:09 +0100 Pierre-Yves David setdiscovery: improves logged message
Sat, 10 Jun 2017 10:46:06 -0400 Augie Fackler tests: handle variation between pure and normal output in annotate --skip
Fri, 09 Jun 2017 20:12:39 -0400 Brandon McCaig bisect: improve option validation message
Sat, 10 Jun 2017 10:24:33 -0400 Sean Farley context: inline makememctx (API)
Fri, 09 Jun 2017 13:39:13 -0700 Sean Farley context: add convenience method for returning a memfilectx from a patch
Fri, 09 Jun 2017 13:25:02 -0700 Sean Farley memctx: refactor inline getfilectx into convenience method
Fri, 09 Jun 2017 13:55:51 -0700 Gregory Szorc hgweb: refresh styling of gitweb's search form
Fri, 09 Jun 2017 13:45:36 -0700 Gregory Szorc hgweb: consistently add search form to all gitweb pages
Fri, 09 Jun 2017 13:42:38 -0700 Gregory Szorc hgweb: consolidate search form for gitweb
Fri, 09 Jun 2017 13:41:10 -0700 Gregory Szorc hgweb: consolidate search form for monoblue
Fri, 09 Jun 2017 13:59:13 -0700 Gregory Szorc hgweb: consolidate search form for paper
Fri, 09 Jun 2017 23:56:50 -0400 Matt Harbison test-extension: fix load path for Windows
Sat, 10 Jun 2017 00:11:54 -0400 Matt Harbison test-setdiscovery: stabilize for Windows
Sat, 10 Jun 2017 02:20:14 -0400 Matt Harbison convert: correct the documentation about whitespace in branchmap branches
Thu, 08 Jun 2017 00:51:46 +0530 Pulkit Goyal py3: use pycompat.bytestr() instead of str()
Fri, 02 Jun 2017 16:57:21 +0530 Pulkit Goyal py3: convert bool variables to bytes
Fri, 09 Jun 2017 13:07:49 +0900 FUJIWARA Katsunori context: avoid writing outdated dirstate out (issue5584)
Fri, 09 Jun 2017 13:07:49 +0900 FUJIWARA Katsunori tests: factor external procedures out for portability
Fri, 09 Jun 2017 13:07:48 +0900 FUJIWARA Katsunori dirstate: add identity information to detect simultaneous changing in storage
Fri, 09 Jun 2017 13:07:48 +0900 FUJIWARA Katsunori util: make filestat.__eq__ return True if both of self and old have None stat
Fri, 09 Jun 2017 12:58:18 +0900 FUJIWARA Katsunori vfs: create copy at renaming to avoid file stat ambiguity if needed
Fri, 09 Jun 2017 12:58:18 +0900 FUJIWARA Katsunori vfs: factor out "rename and avoid ambiguity" to reuse
Fri, 09 Jun 2017 12:58:17 +0900 FUJIWARA Katsunori util: make filestat.avoidambig() return whether ambiguity is avoided or not
Fri, 09 Jun 2017 10:42:19 -0700 Gregory Szorc debugcommands: issue warning when repo has secret changesets (issue5589)
Fri, 09 Jun 2017 10:41:13 -0700 Gregory Szorc streamclone: consider secret changesets (BC) (issue5589)
Fri, 09 Jun 2017 21:33:15 +0900 Yuya Nishihara json: pass formatting options recursively
Sun, 23 Apr 2017 13:40:18 +0900 Yuya Nishihara json: avoid extra string manipulation of dict keys
Fri, 09 Jun 2017 21:45:22 +0900 Yuya Nishihara test-obsolete: include <> in user field to check JSON escapes
Fri, 09 Jun 2017 21:28:22 +0900 Yuya Nishihara templatefilers: correct filename in header comment
Thu, 08 Jun 2017 20:28:13 -0700 Gregory Szorc repoview: remove special casing of "requirements"
Wed, 07 Jun 2017 19:32:16 +0100 Pierre-Yves David bookmarks: move variable initialization earlier
Wed, 07 Jun 2017 19:13:09 +0100 Pierre-Yves David bookmarks: directly use base dict 'setitem'
Wed, 07 Jun 2017 19:22:39 +0100 Pierre-Yves David bookmarks: rely on exception for malformed lines
Wed, 07 Jun 2017 22:26:43 +0100 Pierre-Yves David bookmarks: explicitly convert to 'node' during initialization
Wed, 07 Jun 2017 19:21:02 +0100 Pierre-Yves David bookmarks: prefetch 'lookup' outside of the loop
Wed, 07 Jun 2017 18:22:11 +0100 Pierre-Yves David perf: add a perfbookmarks command
Tue, 23 May 2017 02:27:41 +0200 Pierre-Yves David perfphases: add a flag to also include file access time
Wed, 07 Jun 2017 17:31:30 +0100 Pierre-Yves David perf: have a generic "clearstorecache" function
Thu, 08 Jun 2017 23:23:37 -0700 Gregory Szorc localrepo: move filtername to __init__
Thu, 08 Jun 2017 21:54:30 -0700 Gregory Szorc obsolete: move obsstore creation logic from localrepo
Thu, 08 Jun 2017 22:18:17 -0700 Martin von Zweigbergk match: allow pats to be None
Tue, 06 Jun 2017 11:16:38 -0400 Augie Fackler tests: add a test for installing hg with pip in a virtualenv
Tue, 06 Jun 2017 11:16:10 -0400 Augie Fackler hghave: add check for virtualenv
Tue, 06 Jun 2017 11:02:30 -0400 Augie Fackler setup: introduce dummy copies of setuptools flags
Tue, 06 Jun 2017 10:09:48 -0400 Augie Fackler extensions: catch uisetup and extsetup failures and don't let them break hg
Tue, 06 Jun 2017 10:03:16 -0400 Augie Fackler tests: add test demonstrating how broken third-party extensions can get
Thu, 08 Jun 2017 10:44:53 -0400 Augie Fackler extensions: move wrapfilecache function from fsmonitor
Wed, 26 Apr 2017 16:05:22 +0200 Koen Van Hoof chmod: create a new file when flags are set on a hardlinked file
Wed, 07 Jun 2017 21:17:24 -0700 Siddharth Agarwal run-tests: make --restart work with output dir
Wed, 07 Jun 2017 21:17:06 -0700 Siddharth Agarwal run-tests: output coverage to output dir
Wed, 07 Jun 2017 20:46:43 -0700 Siddharth Agarwal run-tests: write JSON reports to output dir
Wed, 07 Jun 2017 20:32:11 -0700 Siddharth Agarwal run-tests: write test times to output dir
Wed, 07 Jun 2017 20:30:08 -0700 Siddharth Agarwal run-tests: allow specifying an output dir to write .errs to
Wed, 07 Jun 2017 15:47:06 -0700 Siddharth Agarwal run-tests: add information about skipped tests to XUnit output
Wed, 07 Jun 2017 15:47:06 -0700 Siddharth Agarwal run-tests: wrap failures in an XUnit 'failure' element
Wed, 07 Jun 2017 10:44:11 +0100 Pierre-Yves David discovery: log discovery result in non-trivial cases
Wed, 07 Jun 2017 10:29:39 +0100 Pierre-Yves David discovery: include timing in the debug output
Sun, 28 May 2017 21:33:33 -0400 Augie Fackler tests: remove sys.executable from "required tools"
Mon, 05 Jun 2017 16:24:01 +0100 Pierre-Yves David perfbranchmap: add an option to purge the revbranch cache
Mon, 29 May 2017 05:53:58 +0200 Pierre-Yves David push: add a way to allow concurrent pushes on unrelated heads
Mon, 29 May 2017 05:52:13 +0200 Pierre-Yves David headsummary: expose the 'discardedheads' set in the headssummary
Mon, 29 May 2017 05:47:27 +0200 Pierre-Yves David checkheads: perform obsolescence post processing directly in _headssummary
Mon, 29 May 2017 10:56:00 +0200 Pierre-Yves David headssummary: directly feed the function with the 'pushop' object
Mon, 29 May 2017 05:45:59 +0200 Pierre-Yves David checkheads: gather the postprocessing with other obsolescence specific code
Tue, 06 Jun 2017 14:38:59 -0700 Siddharth Agarwal run-tests: add a way to list tests, with JSON and XUnit support
Tue, 06 Jun 2017 13:56:53 -0700 Siddharth Agarwal run-tests: install hg after computing tests to run
Tue, 06 Jun 2017 13:52:25 -0700 Siddharth Agarwal run-tests: make time field optional for xunit report
Tue, 06 Jun 2017 13:10:55 -0700 Siddharth Agarwal run-tests: factor out json write code into another method
Tue, 06 Jun 2017 13:10:55 -0700 Siddharth Agarwal run-tests: factor out xunit write code into another method
Sat, 27 May 2017 10:25:09 -0700 David Soria Parra revset: lookup descendents for negative arguments to ancestor operator
Tue, 06 Jun 2017 22:17:39 +0530 Pulkit Goyal update: show the commit to which we updated in case of multiple heads (BC)
Fri, 19 May 2017 20:29:11 -0700 Gregory Szorc revlog: skeleton support for version 2 revlogs
Tue, 06 Jun 2017 08:58:27 -0700 Danek Duvall check-code: ban grep's context flags (-A/-B/-C) since they're not on Solaris
Tue, 06 Jun 2017 08:52:51 +0200 David Demelier patchbomb: avoid -r and -B options at the same time
Mon, 05 Jun 2017 16:19:41 -0700 Danek Duvall debugbundle: add --part-type flag to emit only named part types
Mon, 05 Jun 2017 20:37:45 -0400 Matt Harbison test-obsolete-bundle-strip: add globs for Windows
Sun, 04 Jun 2017 00:38:11 -0700 Jun Wu obsstore: move header encoding to a separate function
Sun, 04 Jun 2017 08:49:15 -0700 Jun Wu obsstore: move _version to a propertycache
Fri, 02 Jun 2017 20:38:01 -0700 Jun Wu obsstore: separate marker parsing from obsstore reading
Fri, 02 Jun 2017 19:34:56 -0700 Jun Wu obsstore: move marker version reading to a separate function
Fri, 02 Jun 2017 19:32:27 -0700 Jun Wu obsstore: minor optimization for the obsolete revset
Sun, 23 Apr 2017 00:31:29 +0900 Yuya Nishihara dispatch: do not close stdout and stderr, just flush() instead
Mon, 05 Jun 2017 23:36:35 +0900 Yuya Nishihara windows: do not close stdout on flush() failure
Mon, 05 Jun 2017 23:23:03 +0900 Yuya Nishihara test-obsolete-bundle-strip: do not include \n in filename (issue5586)
Fri, 19 Aug 2016 18:26:04 +0900 Yuya Nishihara revlog: add support for partial matching of wdir node id
Sat, 20 Aug 2016 18:15:19 +0900 Yuya Nishihara revset: add support for branch(wdir()) and wdir() & branch()
Sun, 04 Jun 2017 16:08:50 -0700 Siddharth Agarwal dirstate: add docstring for invalidate
Fri, 02 Jun 2017 23:05:03 -0700 Martin von Zweigbergk tests: simplify and clarify test-obsolete-bundle-strip.t a little
Fri, 02 Jun 2017 23:29:20 -0700 Martin von Zweigbergk tests: add missing parens in test-obsolete-bundle-strip.t
Sun, 04 Jun 2017 20:37:32 -0400 Matt Harbison test-clonebundles: conditionalize output for Windows
Sun, 04 Jun 2017 20:11:59 -0400 Matt Harbison tests: adjust recent output changes for Windows
Mon, 22 May 2017 21:45:02 -0400 Matt Harbison killdaemons: close pid file before killing processes
Sun, 21 May 2017 18:58:51 -0400 Matt Harbison win32: drop a py26 daemonizing hack
Mon, 29 May 2017 05:23:30 +0200 Pierre-Yves David checkheads: simplify the code around obsolescence post-processing
Mon, 29 May 2017 05:21:38 +0200 Pierre-Yves David checkheads: drop now unused filtering of 'unsyncedheads'
Mon, 29 May 2017 05:20:09 +0200 Pierre-Yves David checkheads: clarify that we no longer touch the head unknown locally
Mon, 29 May 2017 05:33:59 +0200 Pierre-Yves David headssummary: ensure all returned lists are sorted
Mon, 29 May 2017 05:37:19 +0200 Pierre-Yves David discovery: also use lists for the returns of '_oldheadssummary'
Mon, 29 May 2017 05:53:51 +0200 Pierre-Yves David test: add a push race case where the updated head is obsoleted
Mon, 29 May 2017 05:53:24 +0200 Pierre-Yves David test: add a push race case where obsoleted head is updated
Fri, 02 Jun 2017 14:08:26 -0700 Kyle Lippincott keepalive: set buffering=True to do more efficient reads of headers
Thu, 01 Jun 2017 18:23:20 -0700 Kyle Lippincott keepalive: pass the correct arguments to HTTPResponse
Mon, 22 May 2017 22:32:59 -0400 Matt Harbison help: update the color documentation for Windows 10 ANSI support
Mon, 22 May 2017 22:20:38 -0400 Matt Harbison color: enable ANSI support on Windows 10
Mon, 22 May 2017 22:00:56 -0400 Matt Harbison win32: add a method to enable ANSI color code processing on Windows 10
Sun, 04 Jun 2017 08:57:37 -0500 Kevin Bullock merge with stable
Sat, 03 Jun 2017 19:17:19 +0900 Yuya Nishihara export: map wctx.node() to 'ff...' node id (issue5438)
Sat, 03 Jun 2017 20:39:33 +0900 Yuya Nishihara revset: add support for integer and hex wdir identifiers
Fri, 19 Aug 2016 18:40:35 +0900 Yuya Nishihara localrepo: map integer and hex wdir identifiers to workingctx
Sat, 20 Aug 2016 22:37:58 +0900 Yuya Nishihara revlog: map rev(wdirid) to WdirUnsupported exception
Sat, 03 Jun 2017 19:12:01 +0900 Yuya Nishihara scmutil: introduce binnode(ctx) as paired function with intrev(ctx)
Sat, 03 Jun 2017 19:01:19 +0900 Yuya Nishihara merge: use scmutil.intrev() to sort ctx objects
Sat, 03 Jun 2017 18:57:28 +0900 Yuya Nishihara scmutil: pass ctx object to intrev()
Sat, 03 Jun 2017 14:05:52 +0900 Yuya Nishihara setup: do not overwrite local __modulepolicy__.py on out-of-source build
Sun, 04 Jun 2017 08:16:37 -0500 Kevin Bullock Added signature for changeset c850f0ed54c1 stable
Sun, 04 Jun 2017 08:16:29 -0500 Kevin Bullock Added tag 4.2.1 for changeset c850f0ed54c1 stable
Sat, 03 Jun 2017 16:33:28 -0400 Augie Fackler merge with stable
Fri, 02 Jun 2017 22:27:52 -0700 Siddharth Agarwal status: don't crash if a lookup file disappears stable 4.2.1
Thu, 01 Jun 2017 08:31:21 -0700 Martin von Zweigbergk match: simplify nevermatcher
Sat, 03 Jun 2017 00:25:24 +0900 Yuya Nishihara annotate: restructure formatter output to be nested list (BC)
Sat, 03 Jun 2017 00:05:12 +0900 Yuya Nishihara annotate: rename formatter variable
Sun, 07 May 2017 23:29:03 -0400 Matt Harbison setup: prevent setuptools from laying an egg
Fri, 02 Jun 2017 10:32:39 -0700 Martin von Zweigbergk bitmanipulation: add missing include of string.h
Thu, 01 Jun 2017 02:41:19 +0530 Pulkit Goyal py3: add test to show `hg update` and `hg identify` works on Python 3
Fri, 02 Jun 2017 10:14:00 +0530 Pulkit Goyal py3: add a test to show `hg diff` works on Python 3
Thu, 01 Jun 2017 02:25:18 +0530 Pulkit Goyal py3: implement __bytes__ for committablectx
Fri, 02 Jun 2017 10:35:21 +0530 Pulkit Goyal py3: convert exception to bytes to pass into ui.warn()
Thu, 01 Jun 2017 02:14:26 +0530 Pulkit Goyal py3: convert bool variables to bytes before passing into ui.debug()
Thu, 01 Jun 2017 01:14:02 +0530 Pulkit Goyal py3: use dict.update() instead of constructing lists and adding them
Fri, 03 Feb 2017 15:02:27 +0100 David Demelier patchbomb: add -B option to select a bookmark
Sat, 27 May 2017 22:27:56 +0200 Pierre-Yves David test: add the mirror push race case for non-contiguous branch head
Sat, 27 May 2017 22:27:41 +0200 Pierre-Yves David test: add a push race case where non-contiguous branch head are created
Sat, 27 May 2017 22:27:09 +0200 Pierre-Yves David test: add a push race case where the raced push touch multiple heads
Sat, 27 May 2017 22:26:51 +0200 Pierre-Yves David test: add a push race case where racing push touches multiple heads
Sat, 27 May 2017 22:26:35 +0200 Pierre-Yves David test: add a push race case where racing push create a new named branch
Sat, 27 May 2017 22:26:16 +0200 Pierre-Yves David test: add a push race case where raced push created a new named branch
Sat, 27 May 2017 22:25:40 +0200 Pierre-Yves David test: add a push race case where the racing client create a new head
Sat, 27 May 2017 22:25:20 +0200 Pierre-Yves David test: add a push race case where each client replaces a different head
Sat, 27 May 2017 22:24:58 +0200 Pierre-Yves David test: add a file dedicated to push race between clients
Sat, 20 May 2017 16:19:59 +0200 Pierre-Yves David strip: strip obsmarkers exclusive to the stripped changeset
Thu, 01 Jun 2017 12:08:49 +0200 Pierre-Yves David strip: do not include obsolescence markers for the temporary bundle
Thu, 01 Jun 2017 08:44:01 +0200 Pierre-Yves David exclusive-markers: update the dedicated test with list of exclusive markers
Sat, 20 May 2017 15:02:30 +0200 Pierre-Yves David obsolete: add a function to compute "exclusive-markers" for a set of nodes
Thu, 01 Jun 2017 08:32:24 +0200 Pierre-Yves David test-obsolete-bundle-strip: check all changesets in the isolated prune case
Fri, 26 May 2017 03:52:11 +0200 Pierre-Yves David test-obsolete-bundle-strip: add testing of markers backup during strip
Sat, 20 May 2017 15:06:10 +0200 Pierre-Yves David strip: also backup obsmarkers
Tue, 30 May 2017 20:48:43 -0400 Augie Fackler tests: fix run-tests when there's a bad #if in a test
Tue, 30 May 2017 20:47:00 -0400 Augie Fackler tests: make run-tests fail early if no channel is found
Sun, 28 May 2017 15:47:00 -0400 Augie Fackler dispatch: convert exception payload to bytes more carefully
Sun, 28 May 2017 15:49:29 -0400 Augie Fackler help: convert flag default to bytes portably
Thu, 01 Jun 2017 23:08:23 +0900 Yuya Nishihara cmdutil: use isstdiofilename() where appropriate
Thu, 01 Jun 2017 23:05:29 +0900 Yuya Nishihara py3: simply use b'%d\n' to format pid in server.py
Thu, 01 Jun 2017 22:43:24 +0900 Yuya Nishihara py3: implement __bytes__() on most of our exception classes
Thu, 01 Jun 2017 22:24:15 +0900 Yuya Nishihara py3: convert __doc__ back to bytes in help.py
Thu, 01 Jun 2017 01:41:34 +0530 Pulkit Goyal py3: ensure that we don't concat bytes and str and the end result is bytes
Thu, 01 Jun 2017 00:00:10 +0530 Pulkit Goyal py3: make sure we return strings from __str__ and __repr__
Wed, 31 May 2017 23:48:52 +0530 Pulkit Goyal py3: replace None with -1 to sort an integer array
Wed, 31 May 2017 23:42:58 +0530 Pulkit Goyal py3: pass str in os.sysconf()
Thu, 11 May 2017 13:59:48 -0700 Sean Farley context: move dirty() to committablectx
Thu, 11 May 2017 13:51:10 -0700 Sean Farley committablectx: extra is already normalized by committablectx.__init__
Fri, 02 Jun 2017 10:44:40 +0200 Xavier Lepaul help: clarify the choice of pager stable
Fri, 02 Jun 2017 20:50:46 -0300 Wagner Bruna i18n-pt_BR: fix syntax error on translation stable
Thu, 01 Jun 2017 20:06:02 -0300 Wagner Bruna i18n-pt_BR: synchronized with 870248603a4e stable
Thu, 01 Jun 2017 00:40:52 -0700 Siddharth Agarwal match: introduce nevermatcher for when no ignore files are present
Wed, 31 May 2017 11:41:54 -0700 Jun Wu check-code: suggest policy.importmod
Fri, 26 May 2017 03:41:10 +0200 Pierre-Yves David test-obsolete-bundle-strip: test bundling in the seventh case
Fri, 26 May 2017 03:23:56 +0200 Pierre-Yves David test-obsolete-bundle-strip: test bundling in the sixth case
Fri, 26 May 2017 03:20:40 +0200 Pierre-Yves David test-obsolete-bundle-strip: test bundling in the fifth case