log

age author description
Wed, 23 Dec 2015 17:39:32 +0000 timeless error: make ParseError inherit from HintException
Wed, 23 Dec 2015 17:38:24 +0000 timeless error: refactor OutOfBandError to inherit from HintException
Tue, 22 Dec 2015 20:10:22 +0000 timeless phases: mention how to make secret commits in help
Wed, 23 Dec 2015 22:28:52 +0900 FUJIWARA Katsunori mq: use fallback patch name if no alpha-numeric in summary line (issue5025) stable
Tue, 22 Dec 2015 21:38:06 -0800 Bryan O'Sullivan osutil: c_ssize_t is only available in Python >= 2.7
Tue, 22 Dec 2015 21:38:06 -0800 Bryan O'Sullivan check-seclevel: pass a ui to the extension loader
Tue, 22 Dec 2015 21:38:05 -0800 Bryan O'Sullivan check-seclevel: add a --debug option
Mon, 23 Nov 2015 12:14:01 -0500 Matt Harbison test-run-tests: glob away a --debug run difference on Windows
Tue, 22 Dec 2015 21:47:40 -0500 Matt Harbison import-checker: force 'ctype.util' to stdlib module
Tue, 22 Dec 2015 16:28:28 -0800 Gregory Szorc keepalive: use absolute_import
Mon, 21 Dec 2015 21:51:31 -0800 Gregory Szorc context: use absolute_import
Mon, 21 Dec 2015 21:44:15 -0800 Gregory Szorc lsprofcalltree: use absolute_import
Mon, 21 Dec 2015 21:42:14 -0800 Gregory Szorc byterange: use absolute_import
Mon, 21 Dec 2015 21:38:53 -0800 Gregory Szorc dirstate: use absolute_import
Mon, 21 Dec 2015 21:35:46 -0800 Gregory Szorc manifest: use absolute_import
Mon, 21 Dec 2015 21:32:58 -0800 Gregory Szorc pvec: use absolute_import
Tue, 22 Dec 2015 15:25:40 -0800 Bryan O'Sullivan ui: remove unreachable code
Tue, 22 Dec 2015 10:58:47 +0000 timeless mercurial.spec: remove execute bit
Tue, 22 Dec 2015 11:05:05 +0000 timeless tests: add execute bit and fix shbang line
Tue, 22 Dec 2015 11:03:33 +0000 timeless i18n: add execute bit to check-translation.py
Tue, 22 Dec 2015 07:59:14 +0000 timeless doc: add execute bit and fix shbang line for gendoc.py
Tue, 22 Dec 2015 07:58:44 +0000 timeless contrib: add execute bit for fixpax.py
Tue, 22 Dec 2015 07:58:21 +0000 timeless contrib: add execute bit for check-py3-compat.py
Sun, 20 Dec 2015 19:56:23 -0800 Gregory Szorc perf: make start revision configurable for perfrevlog
Sun, 20 Dec 2015 19:45:55 -0800 Gregory Szorc perf: use standard arguments for perfrevlog
Fri, 18 Dec 2015 09:47:21 +0000 Jun Wu test-extension: do not depend on demandimport (issue5012)
Tue, 22 Dec 2015 06:03:00 +0000 timeless commands: split notes into note containers
Tue, 22 Dec 2015 06:02:01 +0000 timeless remove: quote --force in never deletes note
Tue, 22 Dec 2015 06:03:10 +0000 timeless import: reword no hunks partial note
Tue, 22 Dec 2015 05:46:23 +0000 timeless merge: reword help to use See help resolve
Mon, 21 Dec 2015 21:31:57 -0800 Gregory Szorc py3compat: use absolute_import
Mon, 21 Dec 2015 21:33:52 -0800 Gregory Szorc patch: use absolute_import
Mon, 21 Dec 2015 21:26:14 -0800 Gregory Szorc mdiff: use absolute_import
Mon, 21 Dec 2015 21:24:49 -0800 Gregory Szorc scmposix: use absolute_import
Mon, 21 Dec 2015 21:23:43 -0800 Gregory Szorc scmutil: use absolute_import
Mon, 21 Dec 2015 21:21:09 -0800 Gregory Szorc scmwindows: use absolute_import
Mon, 21 Dec 2015 21:19:57 -0800 Gregory Szorc store: use absolute_import
Mon, 21 Dec 2015 21:33:27 -0800 Gregory Szorc help: use absolute_import
Mon, 21 Dec 2015 20:29:32 -0500 Matt Harbison test-commit-interactive: updates for the no-execbit case
Mon, 21 Dec 2015 20:18:06 -0500 Matt Harbison test-fileset: conditionalize output with symlink
Tue, 22 Dec 2015 02:24:16 +0000 timeless commands: the first word of each note should be capital or `hg`
Sun, 20 Dec 2015 16:00:27 -0800 Gregory Szorc revlog: avoid string slice when decompressing u* chunks
Thu, 17 Dec 2015 23:53:09 +0900 Yuya Nishihara osutil: implement pure version of recvfds() for PyPy
Thu, 17 Dec 2015 23:41:46 +0900 Yuya Nishihara osutil: implement recvmsg() of SCM_RIGHTS for chg command server
Mon, 21 Dec 2015 14:52:18 -0600 Matt Mackall cleanup: back out performance hacks amended into previous commit
Fri, 18 Dec 2015 06:33:48 +0000 timeless commands: consistently indent notes 3 spaces
Sun, 20 Dec 2015 18:38:21 -0800 Gregory Szorc perf: add perfrevlogrevision
Sun, 20 Dec 2015 19:02:02 -0800 Gregory Szorc commands: use revlog._deltachain in debugdeltachain
Sun, 20 Dec 2015 18:56:05 -0800 Gregory Szorc revlog: refactor delta chain computation into own function
Sun, 20 Dec 2015 17:57:44 -0800 Gregory Szorc perf: call clearcaches() in perfmanifest
Sun, 20 Dec 2015 19:31:46 -0800 Gregory Szorc manifest: implement clearcaches()
Sun, 20 Dec 2015 17:48:20 -0800 Gregory Szorc revlog: make clearcaches() more effective
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: detect unintentional existing() invocation at runtime
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use set instead of list to mark predicates for efficiency (API)
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a predicate as "existing caller"
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a predicate as "status caller"
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a function as fileset predicate
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: treat encoding and eol as the predicate calling _existing
Fri, 18 Dec 2015 18:32:15 +0000 timeless rebase: mention conflict in documentation instead of merge
Fri, 18 Dec 2015 18:31:45 +0000 timeless rebase: simplify documentation about heads
Fri, 18 Dec 2015 18:22:03 +0000 timeless rebase: simplify documentation about --keep
Fri, 18 Dec 2015 18:24:41 +0000 timeless rebase: simplify documentation about selecting commits to rebase
Fri, 18 Dec 2015 18:06:43 +0000 timeless rebase: simplify documentation about public commits
Sun, 20 Dec 2015 16:33:44 -0600 Matt Mackall verify: clean up weird error/warning lists
Fri, 18 Dec 2015 18:52:25 +0000 timeless diff: clarify comparison as first parent
Fri, 18 Dec 2015 06:19:22 +0000 timeless histedit: add progress support
Sun, 20 Dec 2015 18:38:21 +0900 Yuya Nishihara verify: remove unreachable code to reraise KeyboardInterrupt
Sun, 20 Dec 2015 16:34:54 -0600 Matt Mackall merge with stable
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move exc() function onto class
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move err() to be a class function
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move warn() to a class level function
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move fncachewarned up to a class variable
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move widely used variables into class members
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move verify logic into a class
Thu, 17 Dec 2015 21:18:02 -0500 Matt Harbison test-install: perform the wix checking on wdir() instead of "."
Fri, 18 Dec 2015 20:54:41 -0800 Martin von Zweigbergk revlog: fix bad indentation (replace tab by space) stable
Fri, 18 Dec 2015 12:54:45 -0800 Laurent Charignon log: speed up hg log <file|folder>
Fri, 18 Dec 2015 13:45:55 -0800 Laurent Charignon changelog: add a new method to get files modified by a changeset
Wed, 16 Dec 2015 17:22:37 -0500 Matt Harbison tests: convert directory separators to '/' for MSYS in test-check-py-compat
Wed, 16 Dec 2015 17:17:36 -0500 Matt Harbison tests: make `pwd` URL compatible on Windows in test-default-push
Wed, 16 Dec 2015 13:33:43 -0500 Matt Harbison windows: correct the import of win32
Thu, 17 Dec 2015 19:33:44 +0100 Pascal Quantin win32: add internals help topics to Inno Setup installer
Fri, 18 Dec 2015 09:57:35 -0500 Augie Fackler changegroups: add documentation for cg3
Mon, 14 Dec 2015 15:55:12 -0500 Mike Edgar changegroup: add flags field to cg3 delta header
Fri, 11 Dec 2015 11:23:49 -0500 Augie Fackler changegroup: introduce cg3, which has support for exchanging treemanifests
Fri, 18 Dec 2015 14:40:11 -0600 Matt Mackall merge with stable
Thu, 17 Dec 2015 17:16:02 -0800 Gregory Szorc revlog: seek to end of file before writing (issue4943) stable
Mon, 14 Dec 2015 20:57:21 -0500 Augie Fackler manifestmerge: have manifest do matching before diffing
Thu, 17 Dec 2015 14:57:20 +0000 timeless branch: reword help text
Thu, 17 Dec 2015 14:56:32 +0000 timeless archive: adjust help text
Thu, 17 Dec 2015 14:54:47 +0000 timeless annotate: add missing period to help
Thu, 17 Dec 2015 14:54:20 +0000 timeless addremove: make help match add
Thu, 17 Dec 2015 14:53:40 +0000 timeless add: mention .hgignore in help
Thu, 17 Dec 2015 15:05:25 +0000 timeless bundle: warn for --base with --all
Thu, 17 Dec 2015 15:03:45 +0000 timeless bundle: fix error for --all with destination
Thu, 17 Dec 2015 14:59:11 +0000 timeless bundle: fix grammar in help text
Thu, 17 Dec 2015 14:58:52 +0000 timeless bundle: clarify help text
Sun, 13 Dec 2015 20:07:19 +0900 Yuya Nishihara cmdutil: do not duplicate stdout by makefileobj()
Sun, 13 Dec 2015 20:01:11 +0900 Yuya Nishihara cmdutil: reimplement file wrapper that disables close()
Sun, 13 Dec 2015 19:57:54 +0900 Yuya Nishihara export: remove useless comparison between file object and string
Sun, 13 Dec 2015 19:47:46 +0900 Yuya Nishihara export: do not print '<fdopen>' as an output filename
Sun, 13 Dec 2015 19:32:01 +0900 Yuya Nishihara commandserver: implement name() to clarify channel is not a plain file
Tue, 15 Dec 2015 13:27:09 -0800 Mateusz Kwapich histedit: delete to drop
Wed, 16 Dec 2015 12:33:54 +0100 Mathias De Maré clonebundles: fix bundlespec typo
Thu, 17 Dec 2015 20:13:29 +0000 timeless record: fix hunk handling to remember the current function
Thu, 17 Dec 2015 14:38:22 +0000 timeless record: turn on showfunc
Thu, 17 Dec 2015 13:07:34 -0800 Bryan O'Sullivan parsers: use PyTuple_Pack instead of manual list-filling
Thu, 17 Dec 2015 15:23:36 -0800 Thu Trang Pham tags: mention --quiet switch in help (issue4920)
Thu, 17 Dec 2015 17:27:32 -0600 Matt Mackall merge with stable
Mon, 14 Dec 2015 23:04:17 +0000 timeless histedit: omit useless message from update (edit)
Mon, 14 Dec 2015 22:37:31 +0000 timeless histedit: omit useless message from update (_histedit)
Mon, 14 Dec 2015 21:43:16 +0000 timeless histedit: omit useless message from update (histeditaction)
Mon, 14 Dec 2015 23:14:06 +0000 timeless update: add quietempty flag to _showstats
Mon, 14 Dec 2015 22:08:14 +0000 timeless histedit: omit useless message from abort
Mon, 14 Dec 2015 23:13:25 +0000 timeless hg: add quietempty flag to _showstats
Thu, 17 Dec 2015 11:00:06 -0800 Mateusz Kwapich patch: disable nobinary when HGPLAIN=1
Thu, 17 Dec 2015 22:29:41 +0900 Yuya Nishihara help: add missed last new line to "internals" topic
Wed, 16 Dec 2015 20:58:26 -0600 Matt Mackall dirstate: make delaywrite sleep until the next multiple of n seconds
Wed, 16 Dec 2015 20:49:18 -0600 Matt Mackall dirstate: only invoke delaywrite if relevant
Wed, 16 Dec 2015 20:46:53 -0600 Matt Mackall dirstate: move delaywrite logic from write to _write
Mon, 07 Dec 2015 16:16:06 -0600 Matt Mackall run-tests: show scheduling with --showchannels
Sun, 06 Dec 2015 15:14:01 -0600 Matt Mackall tests: avoid duplicate install steps in test-run-tests
Fri, 04 Dec 2015 17:05:20 -0600 Matt Mackall run-tests: add more scheduling weight hints
Fri, 04 Dec 2015 14:55:10 -0600 Matt Mackall run-tests: report timeouts in a less alarming fashion
Mon, 30 Nov 2015 13:47:29 -0600 Matt Mackall ui: try to handle $$ more robustly in prompts (issue4970) stable
Wed, 16 Dec 2015 17:40:01 -0600 Matt Mackall merge with stable
Tue, 15 Dec 2015 07:57:04 +0000 timeless import: reorder help text
Tue, 15 Dec 2015 07:56:03 +0000 timeless import: add word to help text
Tue, 15 Dec 2015 07:54:01 +0000 timeless import: refactor exact flag
Mon, 14 Dec 2015 05:29:55 +0000 timeless help: filter extension commands
Mon, 14 Dec 2015 06:00:32 +0000 timeless test-help: tighten grep patterns
Mon, 14 Dec 2015 11:19:48 -0800 Laurent Charignon summary: add troubles list to the output of hg summary
Wed, 16 Dec 2015 17:17:12 -0600 Matt Mackall wix: add missing template
Sun, 13 Sep 2015 22:54:51 -0400 Matt Harbison tests: add coverage to ensure Wix tracks 'help' and 'templates' files
Sun, 13 Dec 2015 18:13:44 -0500 Matt Harbison perf: adjust perfstartup() for Windows
Sun, 13 Dec 2015 15:36:20 -0500 Matt Harbison test-hgignore: conditionalize an illegal Windows filename
Sat, 12 Dec 2015 21:36:21 -0600 Matt Mackall mac: fix percent-encoding of non-utf-8 characters (issue4999)
Sun, 13 Dec 2015 11:19:55 -0800 Gregory Szorc help: support loading sub-topics
Sun, 13 Dec 2015 11:29:01 -0800 Gregory Szorc help: pass sub-topic into help query functions
Sun, 13 Dec 2015 11:04:45 -0800 Gregory Szorc help: pass subtopic into help()
Sun, 13 Dec 2015 10:35:03 -0800 Gregory Szorc help: add "internals" topic
Sun, 13 Dec 2015 10:45:27 -0800 Gregory Szorc help: teach loaddoc to load from a different directory
Sun, 13 Dec 2015 11:34:04 -0800 Gregory Szorc setup.py: package internals help files
Sun, 13 Dec 2015 11:27:52 -0800 Gregory Szorc help: add documentation for bundle types
Sun, 25 Oct 2015 00:19:45 +0100 Gregory Szorc help: add documentation for changegroup formats
Sun, 06 Dec 2015 19:04:10 -0800 Gregory Szorc util: reimplement lrucachedict
Sat, 12 Dec 2015 10:58:05 -0800 Siddharth Agarwal record: don't dereference symlinks while copying over stat data stable
Sat, 12 Dec 2015 11:00:04 -0800 Siddharth Agarwal copyfile: add an optional parameter to copy other stat data stable
Sat, 05 Dec 2015 22:49:39 -0800 Pierre-Yves David tests: move the '-hg' postfix for all style tests
Sat, 05 Dec 2015 22:47:26 -0800 Pierre-Yves David test: rename 'check-code' own test to 'test-contrib-check-code.t'
Mon, 14 Dec 2015 10:47:27 -0800 Bryan O'Sullivan parsers: add a missed PyErr_NoMemory
Mon, 14 Dec 2015 10:47:26 -0800 Bryan O'Sullivan parsers: check results of PyInt_FromLong (issue4771)
Mon, 14 Dec 2015 10:47:24 -0800 Bryan O'Sullivan parsers: simplify error logic in compute_phases_map_sets
Sun, 13 Dec 2015 18:48:35 +0900 Yuya Nishihara util: rename argument of isatty()
Sat, 21 Nov 2015 16:21:52 +0900 Yuya Nishihara posix: remove unixdomainserver class
Sat, 12 Dec 2015 23:22:18 -0800 Gregory Szorc revlog: use absolute_import
Sat, 12 Dec 2015 23:19:38 -0800 Gregory Szorc windows: use absolute_import
Sat, 12 Dec 2015 23:17:22 -0800 Gregory Szorc similar: use absolute_import
Sat, 12 Dec 2015 23:14:08 -0800 Gregory Szorc util: use absolute_import
Sat, 12 Dec 2015 23:30:37 -0500 Gregory Szorc util: make hashlib import unconditional
Sat, 12 Dec 2015 23:26:12 -0800 Gregory Szorc encoding: use double backslash
Sat, 12 Dec 2015 22:57:48 -0500 Gregory Szorc encoding: use absolute_import
Sat, 12 Dec 2015 22:20:29 -0500 Gregory Szorc hg: establish function for performing post-share actions
Sat, 12 Dec 2015 22:07:40 -0500 Gregory Szorc share: pass named arguments
Tue, 24 Nov 2015 23:03:54 +0900 Yuya Nishihara commandserver: cut import cycle by itself
Tue, 24 Nov 2015 22:58:40 +0900 Yuya Nishihara commandserver: use absolute_import
Mon, 14 Dec 2015 22:21:30 +0000 timeless tests: histedit-helpers fixbundle should not complain about no input
Mon, 14 Dec 2015 22:34:30 +0000 timeless tests: relax histedit issue4251 and issue3893 backups
Sun, 13 Dec 2015 09:40:53 -0800 Gregory Szorc setup.py: use bytes literals
Tue, 15 Dec 2015 07:17:15 +0100 Mathias De Maré clonebundles: fix typo
Mon, 14 Dec 2015 20:47:22 -0500 Augie Fackler merge: rework manifestmerge to use a matcher
Mon, 14 Dec 2015 20:37:41 -0500 Augie Fackler merge: restate calculateupdates in terms of a matcher
Mon, 14 Dec 2015 18:54:03 -0500 Augie Fackler merge: have merge.update use a matcher instead of partial fn
Sat, 12 Dec 2015 09:57:05 -0800 Martin von Zweigbergk treemanifest: don't iterate entire matching submanifests on match()
Sat, 12 Dec 2015 20:59:37 -0800 Bryan O'Sullivan pathencode: remove an unused assignment
Sat, 12 Dec 2015 20:57:01 -0800 Bryan O'Sullivan parsers: narrow scope of a variable to be less confusing
Sat, 12 Dec 2015 20:10:33 -0800 Bryan O'Sullivan manifest: fix formatting
Sat, 12 Dec 2015 13:39:29 -0500 Gregory Szorc parsers: use absolute_import
Sat, 12 Dec 2015 13:46:32 -0500 Gregory Szorc osutil: use absolute_import
Sat, 12 Dec 2015 13:37:56 -0500 Gregory Szorc mpatch: use absolute_import
Sat, 12 Dec 2015 13:35:41 -0500 Gregory Szorc diffhelpers: use absolute_import
Sat, 12 Dec 2015 13:34:55 -0500 Gregory Szorc bdiff: use absolute_import
Sat, 12 Dec 2015 13:33:47 -0500 Gregory Szorc base85: use absolute_import
Sat, 12 Dec 2015 13:32:25 -0500 Gregory Szorc destutil: use absolute_import
Sat, 12 Dec 2015 13:30:47 -0500 Gregory Szorc obsolete: use absolute_import
Sat, 12 Dec 2015 13:27:31 -0500 Gregory Szorc contrib: ignore empty files in check-py3-compat.py
Sat, 12 Dec 2015 13:23:29 -0500 Gregory Szorc doc: make gendoc.py module import policy aware
Fri, 11 Dec 2015 17:45:19 -0600 Matt Mackall merge with stable
Fri, 11 Dec 2015 12:21:26 +0000 Pierre-Yves David check-commit: add a test for the patch checking script in contrib
Thu, 10 Dec 2015 21:33:55 -0800 Bryan O'Sullivan match: use re2 in readpatternfile if possible
Thu, 10 Dec 2015 21:32:19 -0800 Bryan O'Sullivan test-hgignore.t: add tests for comments
Wed, 09 Dec 2015 05:56:54 +0000 timeless help: fix help -c/help -e/help -k
Wed, 09 Dec 2015 19:09:35 +0000 timeless help: call filtercmd from topicmatch
Wed, 09 Dec 2015 19:09:06 +0000 timeless help: refactor filtercmd
Mon, 30 Nov 2015 19:28:26 +0000 timeless transplant: use Oxford comma
Wed, 09 Dec 2015 17:01:27 -0800 Laurent Charignon crecord: add dictionary to default return value of filterpatch
Mon, 07 Dec 2015 21:42:50 +0900 Yuya Nishihara paths: include #fragment again stable
Wed, 02 Dec 2015 16:12:15 -0800 Pierre-Yves David discovery: properly filter changeset in 'peer.known' (issue4982)
Wed, 09 Dec 2015 14:22:57 -0800 Pierre-Yves David test: add an extra base changeset in test-obsolete.t
Tue, 08 Dec 2015 20:21:08 +0000 timeless parents: provide equivalent revsets in help
Mon, 07 Dec 2015 20:43:24 -0800 Martin von Zweigbergk merge: refuse update/merge if there are unresolved conflicts (BC)
Tue, 08 Dec 2015 07:05:37 +0000 timeless tests: drop require slow in test-contrib-perf
Tue, 08 Dec 2015 08:37:12 +0000 timeless convert/svn: quiet check-config
Tue, 08 Dec 2015 08:21:46 +0000 timeless check-config: handle multiline config
Tue, 08 Dec 2015 08:36:00 +0000 timeless check-config: escape period in regexp for inline comments
Tue, 08 Dec 2015 09:09:01 +0000 timeless check-config: allow numbers in configs
Tue, 08 Dec 2015 09:22:53 +0000 timeless check-config: recognize convert style documentation
Tue, 08 Dec 2015 04:56:26 +0000 timeless tests: use a single repo for test-contrib-perf
Fri, 04 Dec 2015 19:05:56 +0000 timeless perf: perfrevlog optimize for perf.stub
Fri, 04 Dec 2015 19:05:32 +0000 timeless perf: add getlen
Fri, 04 Dec 2015 18:08:50 +0000 timeless perf: add optional rev for perflog and perftemplating
Fri, 04 Dec 2015 18:18:07 +0000 timeless perf: perfparents honor config perf.parentscount
Fri, 04 Dec 2015 17:41:30 +0000 timeless perf: offer perf.stub to only run one loop
Fri, 04 Dec 2015 17:41:02 +0000 timeless perf: improve grammar of gettimer comment
Sun, 06 Dec 2015 22:20:08 -0800 Gregory Szorc tests: use absolute_import in tinyproxy
Sun, 06 Dec 2015 22:02:39 -0800 Gregory Szorc tests: use absolulte_import in test-wireproto.py
Sun, 06 Dec 2015 22:05:19 -0800 Gregory Szorc tests: use absolute_import in test-walkrepo
Sun, 06 Dec 2015 22:27:53 -0800 Gregory Szorc tests: use absolute_import in hgweberror.py
Sun, 06 Dec 2015 22:27:18 -0800 Gregory Szorc tests: use absolute_import in hghave.py
Sun, 06 Dec 2015 22:26:12 -0800 Gregory Szorc tests: use absolute_import for heredoctest.py
Sun, 06 Dec 2015 22:25:41 -0800 Gregory Szorc tests: use absolute_import in /get-with-headers.py
Sun, 06 Dec 2015 22:23:37 -0800 Gregory Szorc tests: use absolute_import in generate-working-copy-states.py
Fri, 13 Nov 2015 14:35:36 +0800 Anton Shestakov hgweb: move entry-preparing code from webcommands to webutils.commonentry()
Mon, 30 Nov 2015 19:30:16 +0000 timeless grammar: favor zero, one, two over ... or no
Mon, 30 Nov 2015 19:29:46 +0000 timeless commands: use Oxford comma (help clone)
Wed, 09 Dec 2015 08:28:53 +0900 FUJIWARA Katsunori commit: make commit acquire store lock before processing for consistency
Wed, 09 Dec 2015 08:28:53 +0900 FUJIWARA Katsunori censor: make censor acquire locks before processing
Wed, 09 Dec 2015 08:28:53 +0900 FUJIWARA Katsunori transplant: widen wlock scope of transplant for consitency while processing
Wed, 09 Dec 2015 08:28:53 +0900 FUJIWARA Katsunori shelve: remove redundant acquisition of wlock for sub commands of unshelve
Wed, 09 Dec 2015 08:28:53 +0900 FUJIWARA Katsunori shelve: widen wlock scope of unshelve for consistency while processing
Sun, 06 Dec 2015 17:07:50 -0800 Gregory Szorc perf: add perflrucachedict command
Sun, 06 Dec 2015 22:22:09 -0800 Gregory Szorc tests/filterpyflakes: use absolute_import
Sun, 06 Dec 2015 22:14:39 -0800 Gregory Szorc tests/fakepatchtime.py: use absolute_import
Sun, 06 Dec 2015 22:13:36 -0800 Gregory Szorc tests/fakedirstatewritetime.py: use absolute_import
Sun, 06 Dec 2015 22:12:07 -0800 Gregory Szorc tests/dumbhttp: use absolute_import
Sun, 06 Dec 2015 22:10:10 -0800 Gregory Szorc tests/autodiff.py: use absolute_import
Sun, 06 Dec 2015 22:07:13 -0800 Gregory Szorc tests/test-ancestor: use absolute_import
Sun, 06 Dec 2015 22:39:12 -0800 Gregory Szorc tests: add test for Python 3 compatibility
Mon, 07 Dec 2015 18:06:13 -0600 Matt Mackall merge with stable
Sat, 05 Dec 2015 23:14:49 -0800 Pierre-Yves David localrepo: reinstate localrepo.parents with a deprecation warning
Sat, 05 Dec 2015 23:34:07 -0800 Pierre-Yves David bookmark: deprecate 'bmstore.write' method
Sat, 05 Dec 2015 23:05:49 -0800 Pierre-Yves David ui: add a 'deprecwarn' helper to issue deprecation warnings
Sat, 05 Dec 2015 23:05:33 -0800 Pierre-Yves David ui: add a 'stacklevel' argument to 'develwarn'
Sun, 06 Dec 2015 14:28:35 +0900 Yuya Nishihara import-checker: tell which symbol causes "direct symbol import"
Sun, 06 Dec 2015 14:18:19 +0900 Yuya Nishihara import-checker: allow absolute imports of sub modules from local packages
Fri, 04 Dec 2015 14:24:45 -0800 Martin von Zweigbergk manifest: use 't' for tree manifest flag
Sat, 05 Dec 2015 23:06:03 -0800 Pierre-Yves David test: update the docstring of 'test-devel-warnings.t' extension
Sat, 05 Dec 2015 17:52:50 -0800 Gregory Szorc setup.py: don't rewrite @LIBDIR@ when creating wheels
Fri, 04 Dec 2015 00:24:48 -0800 Gregory Szorc setup.py: attempt to build and install hg.exe on Windows
Thu, 03 Dec 2015 23:01:59 -0500 Andrew Halberstadt merge.graft: add option to keep second parent
Sat, 05 Dec 2015 21:11:04 -0800 Gregory Szorc ui: support declaring path push urls as sub-options
Sun, 06 Dec 2015 12:31:46 -0800 Gregory Szorc ui: pass ui instance to path.__init__
Sun, 06 Dec 2015 11:49:02 -0800 Gregory Szorc ui: store pushloc as separate attribute
Sat, 05 Dec 2015 23:37:46 -0800 Gregory Szorc commands: add debugdeltachain command
Sat, 24 Oct 2015 19:56:39 +0100 Gregory Szorc histedit: pick an appropriate base changeset by default (BC)
Sat, 05 Dec 2015 23:50:13 +0900 Yuya Nishihara rebase: remove extra "if" from check of collapsing named branches
Sat, 05 Dec 2015 23:48:22 +0900 Yuya Nishihara rebase: drop redundant functions to keep branch and graft source explicitly
Sat, 05 Dec 2015 23:41:11 +0900 Yuya Nishihara color: drop useless override of ui.popbuffer()
Fri, 04 Dec 2015 14:22:15 -0800 Pierre-Yves David repoview: bypass changelog method to computed cache key
Fri, 04 Dec 2015 14:04:24 -0800 Pierre-Yves David repoview: stop recomputing cached key in all case
Sat, 05 Dec 2015 21:40:38 -0800 Gregory Szorc commands.debugindexdot: use cmdutil.openrevlog()
Sat, 05 Dec 2015 21:47:39 -0800 Gregory Szorc commands: unify argument handling for revlog debug commands
Sun, 06 Dec 2015 17:16:37 +0900 Yuya Nishihara commit: fix rest syntax of examples
Sat, 05 Dec 2015 20:24:39 -0800 Gregory Szorc ui: optionally ignore sub-options from configitems()
Sat, 05 Dec 2015 20:20:57 -0800 Gregory Szorc ui: add method to return option and all sub-options
Fri, 04 Dec 2015 17:46:56 -0800 Martin von Zweigbergk revlog: don't consider nullrev when choosing delta base
Fri, 04 Dec 2015 17:14:14 -0800 Martin von Zweigbergk revlog: make calls to _isgooddelta() consistent
Fri, 04 Dec 2015 16:45:06 -0800 Martin von Zweigbergk revlog: clarify which revision is added to 'tested' when using cached delta
Fri, 04 Dec 2015 17:22:26 -0800 Martin von Zweigbergk revlog: remove unused variable 'chainlen'
Sat, 05 Dec 2015 22:19:48 -0500 Matt Harbison commit: adjust the quoting in the examples to be Windows friendly
Fri, 04 Dec 2015 15:12:11 -0800 Gregory Szorc wireproto: config options to disable bundle1
Mon, 07 Dec 2015 17:39:31 +0100 Mathias De Maré dockerlib: short form for non-unique uid/gid for CentOS 5 compat (issue4977) stable
Fri, 04 Dec 2015 13:31:01 -0800 Gregory Szorc exchange: standalone function to determine if bundle2 is requested
Fri, 04 Dec 2015 13:15:14 -0800 Gregory Szorc wireproto: add docstring for wirepeer
Fri, 04 Dec 2015 15:24:05 -0500 Augie Fackler commit: add some help examples (issue4963)
Fri, 04 Dec 2015 11:39:03 -0500 Augie Fackler changegroup: restate file linknode callback using generator expressions
Fri, 04 Dec 2015 11:38:02 -0500 Augie Fackler changegroup: clean up file lookup function
Fri, 04 Dec 2015 10:55:46 -0500 Augie Fackler changegroup: remove one special case from lookupmflinknode
Fri, 04 Dec 2015 10:35:45 -0500 Augie Fackler changegroup: drop 'if True' that made the previous change clearer
Fri, 04 Dec 2015 10:34:58 -0500 Augie Fackler changegroup: avoid iterating the whole manifest
Fri, 04 Dec 2015 15:59:46 -0500 Augie Fackler posix: work around "posix" systems without os.link available (issue4974)
Thu, 03 Dec 2015 13:14:20 -0800 Pierre-Yves David pathutil: use temporary variables instead of complicated wrapping
Thu, 03 Dec 2015 13:23:46 -0800 Pierre-Yves David context: use a the nofsauditor when matching file in history (issue4749)
Thu, 03 Dec 2015 13:22:36 -0800 Pierre-Yves David localrepo: add a second auditor without file system check
Thu, 03 Dec 2015 10:40:19 -0800 Pierre-Yves David pathauditor: add a way to skip file system check
Thu, 03 Dec 2015 12:22:48 -0800 Pierre-Yves David pathauditor: move file system specific check in their own function
Sat, 07 Nov 2015 16:31:04 +0900 Yuya Nishihara contrib: disable SSLv3_method() to build old Python with recent libssl
Thu, 03 Dec 2015 08:31:20 -0800 Laurent Charignon rebase: only clear rebase status after the rebase transaction has completed
Thu, 03 Dec 2015 01:38:21 +0100 Sietse Brouwer dirstate: don't write repo.currenttransaction to repo.dirstate if repo stable
Wed, 02 Dec 2015 14:20:13 -0800 Gregory Szorc tests: test changegroup generation for filtered changesets (issue4982) stable
Wed, 02 Dec 2015 23:04:58 +0900 Yuya Nishihara parsers: fix parse_dirstate to check len before unpacking header (issue4979) stable
Thu, 03 Dec 2015 21:25:05 -0800 Gregory Szorc mercurial: support loading modules from zipimporter
Tue, 24 Nov 2015 22:21:51 -0800 Gregory Szorc mercurial: don't load C extensions from PyPy
Tue, 24 Nov 2015 22:50:04 -0800 Gregory Szorc mercurial: be more strict about loading dual implemented modules
Thu, 03 Dec 2015 21:48:12 -0800 Gregory Szorc setup: refactor handling of modules with C/Python implementations
Tue, 24 Nov 2015 22:53:55 -0800 Gregory Szorc check-seclevel: set module load policy to Python only
Thu, 03 Dec 2015 21:37:01 -0800 Gregory Szorc mercurial: implement import hook for handling C/Python modules
Thu, 03 Dec 2015 10:56:05 -0500 Augie Fackler changegroup: document manifest linkrev callback some more
Wed, 02 Dec 2015 14:32:17 -0500 Augie Fackler changegroup: note during bundle apply if the repo was empty
Wed, 02 Dec 2015 07:41:35 +0000 timeless histedit: improve missing rule suggestion
Sat, 14 Nov 2015 17:25:43 +0900 Yuya Nishihara graphlog: make node symbol templatable by ui.graphnodetemplate option
Sat, 14 Nov 2015 17:02:57 +0900 Yuya Nishihara templatekw: avoid slow creation of changectx objects in showgraphnode()
Sat, 14 Nov 2015 16:58:18 +0900 Yuya Nishihara graphlog: extract "graphnode" template keyword that represents node symbol
Sat, 14 Nov 2015 16:45:15 +0900 Yuya Nishihara graphlog: move creation of workingdir-parent nodes to displaygraph()
Wed, 25 Nov 2015 18:07:33 +0800 Anton Shestakov builddeb: read default distribution and codename from lsb_release
Wed, 25 Nov 2015 15:26:03 +0800 Anton Shestakov builddeb: remove unused --debbuilddir option
Wed, 25 Nov 2015 15:15:03 +0800 Anton Shestakov builddeb: add --distid option to specify Distributor ID
Wed, 25 Nov 2015 14:59:43 +0800 Anton Shestakov builddeb: rename --release option to --codename
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: get rid of state.rules
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: change state.rules uses to state.actions
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add tostate method to histedit action
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: remove makedesc
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: use torule instead of makedesc in ruleeditor
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add torule method to histedit action objects
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add verify() to histeditaction
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add addhisteditaction decorator
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add actions property to histedit state
Fri, 06 Nov 2015 17:27:42 -0500 Pierre-Yves David check-commit: remove confusion between summary line and other headers
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori shelve: execute checkunfinished inside wlock scope
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori shelve: widen wlock scope of shelve for consistency while processing
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori gpg: make sign acquire wlock before processing
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori commands: execute checkunfinished and bailifchanged inside wlock scope
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: widen wlock scope of graft for consitency while processing
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: make backout acquire locks before processing
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: make commit acquire locks before processing (issue4368)
Tue, 01 Dec 2015 16:15:59 -0800 Pierre-Yves David addrevision: use general delta when the incoming base delta is bad
Tue, 01 Dec 2015 18:11:00 -0800 Pierre-Yves David test: use a bigger manifest in general delta test
Tue, 01 Dec 2015 18:45:16 -0800 Pierre-Yves David addrevision: rework generaldelta computation
Wed, 11 Nov 2015 21:03:48 -0500 Augie Fackler bmstore: close file in a finally block in _writerepo
Wed, 11 Nov 2015 21:01:23 -0500 Augie Fackler bmstore: add basic clean-state tracking
Wed, 11 Nov 2015 20:45:38 -0500 Augie Fackler bookmarks: hoist getbkfile out of bmstore class
Wed, 11 Nov 2015 20:43:25 -0500 Augie Fackler bookmarks: document getbkfile method
Sat, 31 Oct 2015 22:50:03 +0900 Yuya Nishihara hgweb: load server settings from --web-conf (issue4699)
Tue, 17 Nov 2015 16:42:52 -0600 Andrew Zwicky extdiff: correctly handle deleted subrepositories (issue3153)
Sat, 21 Nov 2015 13:28:12 +0900 Yuya Nishihara hgweb: make sure command options are set to all ui objects
Sat, 31 Oct 2015 22:26:50 +0900 Yuya Nishihara hgweb: eliminate duck-typing to select hgweb or hgwebdir by command option
Tue, 01 Dec 2015 16:06:20 -0800 Pierre-Yves David addrevision: only use the incoming base if it is a good delta (issue4975)
Tue, 01 Dec 2015 16:22:49 -0800 Pierre-Yves David addrevision: handle code path not producing delta
Tue, 01 Dec 2015 15:29:11 -0800 Pierre-Yves David addrevision: rename 'd' to 'delta'
Mon, 30 Nov 2015 11:23:15 -0800 Christian Delahousse strip: add a --keep test related to removing files from dirstate
Mon, 30 Nov 2015 11:23:15 -0800 Christian Delahousse dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild
Tue, 01 Dec 2015 10:52:36 -0800 Christian Delahousse debugrebuilddirstate: added tests for --minimal flag
Tue, 01 Dec 2015 11:17:14 -0800 Christian Delahousse debugdirstate: add command to rebuildstate test to modify dirstate
Wed, 02 Dec 2015 06:33:52 +0000 timeless graft: improve --continue abort message
Wed, 02 Dec 2015 06:31:12 +0000 timeless summary: mention graft
Wed, 02 Dec 2015 08:07:36 +0000 timeless histedit: mention histedit-last-edit.txt on abort
Wed, 02 Dec 2015 07:40:42 +0000 timeless histedit: add missing raise keyword to statement
Wed, 02 Dec 2015 07:39:49 +0000 timeless histedit: improve grammar for _histedit comment
Tue, 01 Dec 2015 14:44:08 -0500 Augie Fackler test-fncache: ensure lock doesn't look held to __del__
Wed, 11 Nov 2015 20:07:15 -0500 Augie Fackler commands: inline definition of localrepo.parents() and drop the method (API)
Wed, 11 Nov 2015 20:02:05 -0500 Augie Fackler localrepo: document nodebookmarks
Wed, 11 Nov 2015 19:47:49 -0500 Augie Fackler localrepo: remove clone method by hoisting into hg.py
Tue, 01 Dec 2015 09:48:38 -0800 Siddharth Agarwal filemerge: default regular prompts to 'leave unresolved' (BC)
Mon, 30 Nov 2015 13:43:55 -0800 Siddharth Agarwal filemerge: add a 'leave unresolved' option to change/delete prompts
Mon, 30 Nov 2015 11:17:18 -0800 Siddharth Agarwal filemerge: add a 'leave unresolved' option to regular prompts
Wed, 25 Nov 2015 14:25:26 -0800 Siddharth Agarwal filemerge: add debug output for whether this is a change/delete conflict
Sat, 28 Nov 2015 17:06:29 +0800 Anton Shestakov webcommands: test that fctx is not None in filediff()
Sat, 28 Nov 2015 16:46:31 +0800 Anton Shestakov webcommands: stop using ersatz if-else ternary operator for rename variable
Sat, 28 Nov 2015 16:02:22 +0800 Anton Shestakov webcommands: get correct parents when comparing a removed file (issue4962)
Mon, 30 Nov 2015 16:38:29 -0800 Laurent Charignon repair: use bookmarks.recordchange instead of bookmarks.write
Mon, 30 Nov 2015 16:37:42 -0800 Laurent Charignon commit: add amend mode for commit -i
Mon, 30 Nov 2015 16:35:21 -0800 Laurent Charignon commit: add a way to return more information from the chunkselector
Sat, 21 Nov 2015 17:40:26 +0200 Mykola Nikishov histedit: edit with custom filename
Sat, 21 Nov 2015 22:04:09 +0200 Mykola Nikishov ui: allow open editor with custom filename
Mon, 30 Nov 2015 20:45:07 +0000 timeless help: make help deprecated mention the extension
Mon, 30 Nov 2015 20:44:22 +0000 timeless help: make listexts less confusing for deprecated exts
Sun, 29 Nov 2015 06:51:23 +0000 timeless patchbomb: rename email function
Sun, 29 Nov 2015 06:51:23 +0000 timeless graphlog: rename glog function
Sat, 28 Nov 2015 04:11:57 -0500 Mike Edgar commit: preserve extra when amending with commit --amend
Sat, 28 Nov 2015 04:11:38 -0500 Mike Edgar graft: copy extra (except branch) when copying changesets
Sat, 28 Nov 2015 04:11:14 -0500 Mike Edgar rebase: propagate extra dict from rebase source changeset
Wed, 25 Nov 2015 18:26:48 +0100 Mathias De Maré histedit: add examples
Wed, 25 Nov 2015 18:10:59 +0100 Mathias De Maré commands: add examples for 'addremove'
Wed, 25 Nov 2015 18:10:31 +0100 Mathias De Maré commands: add example for 'hg add'
Tue, 24 Nov 2015 15:16:25 -0800 Gregory Szorc extensions: refuse to load extensions if minimum hg version not met
Wed, 25 Nov 2015 00:39:05 +0000 timeless run-tests: add --slowtimeout and use it for slow tests
Sat, 31 Oct 2015 22:17:05 +0900 Yuya Nishihara serve: unify cmdutil.service() calls of commandserver and hgweb
Sat, 31 Oct 2015 22:15:16 +0900 Yuya Nishihara hgweb: extract factory function of httpservice object
Sat, 31 Oct 2015 21:57:45 +0900 Yuya Nishihara hgweb: move httpservice object from commands module
Wed, 25 Nov 2015 14:25:33 -0800 Siddharth Agarwal merge: move almost all change/delete conflicts to resolve phase (BC) (API)
Wed, 25 Nov 2015 14:26:46 -0800 Siddharth Agarwal test-merge-changedelete.t: print out debugmergestate
Tue, 24 Nov 2015 18:26:21 -0800 Siddharth Agarwal debugmergestate: also recognize change/delete conflicts in the merge state
Mon, 30 Nov 2015 10:26:37 -0800 Siddharth Agarwal debugmergestate: print out null nodes as 'null'
Tue, 24 Nov 2015 15:03:00 -0800 Siddharth Agarwal test-merge-force.t: check .orig files separately
Tue, 24 Nov 2015 15:26:51 -0800 Siddharth Agarwal merge.recordupdates: mark 'a' files as added unconditionally
Mon, 30 Nov 2015 10:19:39 -0800 Siddharth Agarwal merge: add a new action type representing files to add/mark as modified
Mon, 30 Nov 2015 10:03:21 -0800 Siddharth Agarwal mergestate: add a cached property accessor for the local context
Mon, 30 Nov 2015 10:05:09 -0800 Siddharth Agarwal mergestate: raise exception if otherctx is accessed but _other isn't set
Mon, 30 Nov 2015 18:47:33 +0000 timeless pager: improve help for --pager=
Tue, 24 Nov 2015 21:17:26 -0800 Gregory Szorc setup: remove unused py_modules argument to setup()
Mon, 23 Nov 2015 13:45:56 -0800 Siddharth Agarwal test-merge-changedelete.t: add resolve --list output
Mon, 23 Nov 2015 13:43:14 -0800 Siddharth Agarwal test-merge-changedelete.t: add a file with regular merge conflicts
Tue, 24 Nov 2015 10:58:35 -0800 Siddharth Agarwal filemerge: in ':prompt', use ':fail' tool rather than returning directly
Tue, 24 Nov 2015 10:57:01 -0800 Siddharth Agarwal filemerge: in ':fail' tool, write out other side if local side is deleted
Mon, 23 Nov 2015 18:03:25 -0800 Siddharth Agarwal mergestate: explicitly forget 'dc' conflicts where the deleted side is picked
Mon, 23 Nov 2015 19:06:15 -0800 Siddharth Agarwal merge.applyupdates: add all actions returned from merge state
Fri, 27 Nov 2015 20:23:23 +0100 Mathias De Maré identify: refer to log to be able to view full hashes
Fri, 27 Nov 2015 20:23:02 +0100 Mathias De Maré log: add 'hg log' example for full hashes
Fri, 02 Oct 2015 07:48:23 +0200 Mathias De Maré backout: add examples to clarify basic usage
Wed, 25 Nov 2015 06:10:54 +0000 timeless gpg: rename sigcheck function
Tue, 24 Nov 2015 18:40:16 -0500 Augie Fackler extensions: properly mark progress as part of core
Fri, 27 Nov 2015 23:10:48 +0900 Yuya Nishihara test-help: don't use progress extension for the test of argument parsing
Tue, 24 Nov 2015 22:31:56 +0000 timeless hghave.py: fix matchoutput documentation
Tue, 24 Nov 2015 14:23:46 -0800 Gregory Szorc dispatch: use versiontuple()
Tue, 24 Nov 2015 14:23:51 -0800 Gregory Szorc util: add versiontuple() for returning parsed version information
Tue, 24 Nov 2015 16:38:54 -0800 Bryan O'Sullivan extensions: rename _ignore to _builtin, add descriptive comment
Sun, 22 Nov 2015 14:44:55 -0800 Gregory Szorc ui: avoid needless casting to a str
Tue, 24 Nov 2015 11:23:10 -0800 Gregory Szorc ui: remove labeled argument from popbuffer
Sun, 22 Nov 2015 14:18:42 -0800 Gregory Szorc color: evaluate labels at write time
Sun, 22 Nov 2015 14:13:25 -0800 Gregory Szorc cmdutil: pass labeled=True to pushbuffer()
Sun, 22 Nov 2015 14:10:48 -0800 Gregory Szorc ui: track label expansion when creating buffers
Tue, 01 Dec 2015 20:18:28 -0600 Matt Mackall Added signature for changeset 2d437a0f3355 stable
Tue, 01 Dec 2015 20:18:27 -0600 Matt Mackall Added tag 3.6.2 for changeset 2d437a0f3355 stable
Tue, 24 Nov 2015 18:13:25 -0800 Pierre-Yves David docker: match more version of 'hg docker version' (issue4967) stable 3.6.2
Mon, 30 Nov 2015 16:31:28 -0800 Siddharth Agarwal localrepo.commit: check all files for resolve state (issue4972) stable
Tue, 24 Nov 2015 21:41:12 +0000 timeless test-contrib-perf: add smoke tests for perf.py
Tue, 24 Nov 2015 21:36:20 +0000 timeless contrib/perf: perfparents handle filtered repos
Tue, 24 Nov 2015 20:54:14 +0000 timeless contrib/perf: perfparents handle tiny repos
Tue, 24 Nov 2015 21:44:16 +0000 timeless contrib/perf: fix perfmergecalculate
Tue, 24 Nov 2015 22:01:11 +0000 timeless contrib/perf: fix perffncachewrite
Tue, 24 Nov 2015 20:05:15 +0000 timeless contrib/perf: omit duplicated function
Tue, 24 Nov 2015 20:08:21 +0000 timeless contrib/perf: name functions to match decorators
Tue, 24 Nov 2015 22:26:43 +0000 timeless hghave.py: remove execute bit
Mon, 02 Nov 2015 17:33:18 +0000 Pierre-Yves David format: create new repository as 'generaldelta' by default
Sun, 22 Nov 2015 21:40:23 -0800 Siddharth Agarwal shelve: use colon instead of quotes in 'changes to' description
Sun, 22 Nov 2015 21:58:28 -0800 Siddharth Agarwal merge.applyupdates: create absentfilectxes for change/delete conflicts
Sun, 22 Nov 2015 21:59:52 -0800 Siddharth Agarwal mergestate: add methods to queue files to remove, add or get
Sun, 15 Nov 2015 21:27:22 -0800 Siddharth Agarwal resolve: record dirstate actions after performing resolutions
Fri, 20 Nov 2015 16:55:01 -0800 Siddharth Agarwal mergestate: add a way to record pending dirstate actions
Sun, 15 Nov 2015 21:55:46 -0800 Siddharth Agarwal merge.recordupdates: don't require action keys to be present in dict
Mon, 23 Nov 2015 10:13:05 -0500 Augie Fackler histedit: constant-ify the constraints list
Tue, 17 Nov 2015 15:04:31 -0800 Mateusz Kwapich histedit: add an experimental base action
Tue, 17 Nov 2015 17:53:52 -0800 Mateusz Kwapich histedit: add abortdirty function
Thu, 12 Nov 2015 16:40:33 -0800 Mateusz Kwapich histedit: add forceother constraint
Tue, 17 Nov 2015 16:37:26 -0800 Mateusz Kwapich histedit: make verification configurable
Fri, 13 Nov 2015 18:31:58 +0800 Anton Shestakov paper: show current revision on file log page
Fri, 20 Nov 2015 11:26:31 -0800 Siddharth Agarwal merge.applyupdates: extend action queues with ones returned from mergestate
Fri, 20 Nov 2015 16:43:25 -0800 Siddharth Agarwal mergestate: add a method to compute actions to perform on dirstate
Fri, 20 Nov 2015 16:37:39 -0800 Siddharth Agarwal merge.applyupdates: use counters from mergestate
Fri, 20 Nov 2015 16:18:51 -0800 Siddharth Agarwal mergestate: add a function to return the number of unresolved files
Fri, 20 Nov 2015 16:17:54 -0800 Siddharth Agarwal mergestate: add a method to return updated/merged/removed counts
Fri, 20 Nov 2015 16:32:47 -0800 Siddharth Agarwal mergestate._resolve: don't return the action any more
Fri, 20 Nov 2015 16:08:22 -0800 Siddharth Agarwal mergestate._resolve: store return code and action for each file
Sat, 21 Nov 2015 15:43:04 -0800 Gregory Szorc revsetbenchmarks: support benchmarking changectx loading
Sat, 21 Nov 2015 15:39:18 -0800 Gregory Szorc perf: support obtaining contexts from perfrevset
Sat, 21 Nov 2015 11:07:30 -0800 Gregory Szorc localrepo: improve docstring for revset methods
Sun, 22 Nov 2015 16:23:20 -0800 Gregory Szorc revlog: improve documentation
Sat, 21 Nov 2015 22:28:01 -0800 Gregory Szorc demandimport: don't enable when running under PyPy
Sat, 14 Nov 2015 17:14:14 -0800 Gregory Szorc ui.write: don't clear progress bar when writing to a buffer
Sun, 22 Nov 2015 21:20:08 -0500 Matt Harbison test-resolve: fix '--tool f' invocation for Windows
Sat, 14 Nov 2015 17:30:10 -0800 Gregory Szorc util.datestr: use divmod()
Sat, 14 Nov 2015 17:44:01 -0800 Gregory Szorc cmdutil.changeset_printer: pass context into showpatch()
Sat, 21 Nov 2015 19:21:01 -0800 Gregory Szorc context: avoid extra parents lookups
Sat, 21 Nov 2015 19:04:12 -0800 Gregory Szorc context: optimize _parents()
Sun, 22 Nov 2015 13:05:21 -0500 Matt Harbison test-histedit: $TESTTMP quoting fixes for Windows
Sat, 21 Nov 2015 23:26:22 -0800 Gregory Szorc lsprof: support PyPy (issue4573)
Wed, 11 Nov 2015 19:10:45 -0500 Augie Fackler base85: clean up function definition style
Fri, 20 Nov 2015 14:06:31 -0800 Laurent Charignon rebase: use bookmarks.recordchange instead of bookmarks.write
Fri, 20 Nov 2015 11:36:05 -0800 Laurent Charignon rebase: indentation change to make the next patch more legible
Mon, 16 Nov 2015 16:56:00 -0500 Matt Harbison test-run-tests: conditionalize the $TESTDIR check for Windows separator
Mon, 09 Nov 2015 17:15:36 -0500 Matt Harbison test-context: conditionalize the workingfilectx date printing for Windows
Mon, 16 Nov 2015 14:37:03 -0500 Matt Harbison test-mq-qrefresh: drop single quoting of HGEDITOR value for Windows
Mon, 16 Nov 2015 14:12:27 -0500 Matt Harbison test-import: don't use printf to append an extension to $HGRCPATH
Mon, 16 Nov 2015 13:44:27 -0500 Matt Harbison test-ssh: stop quoting dummyssh invocation for Windows
Fri, 20 Nov 2015 13:46:36 -0800 Laurent Charignon strip: use repo._bookmarks.recordchange instead of repo._bookmarks.write
Fri, 20 Nov 2015 13:23:47 -0800 Laurent Charignon histedit: make use of bookmarks.recordchange instead of bookmarks.write
Wed, 18 Nov 2015 17:40:13 -0800 Siddharth Agarwal largefiles: fall back to the original for change/delete conflicts
Sat, 14 Nov 2015 00:07:11 -0800 Siddharth Agarwal mergestate.add: store absentfilectxes as nullhex
Fri, 20 Nov 2015 01:14:15 -0800 Siddharth Agarwal mergestate._resolve: handle change/delete conflicts
Sat, 14 Nov 2015 00:00:46 -0800 Siddharth Agarwal filemerge: don't try to copy files known to be absent
Sat, 31 Oct 2015 22:07:40 +0900 Yuya Nishihara hgweb: use absolute_import
Sun, 01 Nov 2015 15:09:35 +0900 Yuya Nishihara hgweb: import wsgicgi at top level
Sun, 01 Nov 2015 15:07:08 +0900 Yuya Nishihara hgweb: import BaseHTTPServer as module at top level
Sun, 01 Nov 2015 14:23:23 +0900 Yuya Nishihara hgweb: do not import hgweb_mod.hgweb and .makebreadcrumb as symbol
Fri, 13 Nov 2015 23:57:43 -0800 Siddharth Agarwal filemerge: don't try using external tools on change/delete conflicts
Fri, 13 Nov 2015 23:56:00 -0800 Siddharth Agarwal filemerge: don't attempt to premerge change/delete conflicts
Fri, 13 Nov 2015 23:58:05 -0800 Siddharth Agarwal filemerge._mergecheck: add check for change/delete conflicts
Sun, 15 Nov 2015 21:40:15 -0800 Siddharth Agarwal filemerge._picktool: only pick from nomerge tools for change/delete conflicts
Fri, 13 Nov 2015 23:52:26 -0800 Siddharth Agarwal filemerge: add support for change/delete conflicts to the ':prompt' tool
Wed, 18 Nov 2015 15:41:50 -0800 Siddharth Agarwal filemerge: add support for change/delete conflicts to the ':other' merge tool