Sat, 10 Sep 2016 01:42:05 +0200 |
Pierre-Yves David |
manifest: backed out changeset bb3281b3fcaa
|
Sat, 10 Sep 2016 01:41:38 +0200 |
Pierre-Yves David |
manifest: backed out changeset b60a5fe98b73
|
Sun, 21 Aug 2016 12:36:23 +0900 |
Yuya Nishihara |
debugrevspec: deprecate --optimize option
|
Sun, 21 Aug 2016 12:33:57 +0900 |
Yuya Nishihara |
debugrevspec: add option to print parsed tree at given stages
|
Sun, 21 Aug 2016 12:04:08 +0900 |
Yuya Nishihara |
debugrevspec: transform and print parsed tree by stages
|
Sun, 21 Aug 2016 11:50:54 +0900 |
Yuya Nishihara |
debugrevspec: build parsed tree even if no --verbose specified
|
Thu, 08 Sep 2016 10:37:58 +0200 |
Maciej Fijalkowski |
osutil: fix the declaration to work on different sizes of off_t
|
Wed, 31 Aug 2016 12:46:53 -0700 |
Durham Goode |
manifest: change manifestctx to not inherit from manifestdict
|
Mon, 29 Aug 2016 18:02:09 -0700 |
Durham Goode |
manifest: make uses of _mancache aware of contexts
|
Wed, 31 Aug 2016 13:29:49 -0700 |
Durham Goode |
manifest: add treemanifestctx class
|
Sun, 21 Aug 2016 11:37:00 +0900 |
Yuya Nishihara |
revset: add public function to create matcher from evaluatable tree
|
Sun, 21 Aug 2016 11:29:57 +0900 |
Yuya Nishihara |
revset: make analyze() a separate step from optimize()
|
Sun, 07 Aug 2016 14:35:03 +0900 |
Yuya Nishihara |
revset: extract tree transformation from optimize()
|
Sun, 04 Sep 2016 17:19:44 +0900 |
Yuya Nishihara |
hghave: fix has_bzr() to not try to import RevisionSpec as module
|
Mon, 22 Aug 2016 14:44:14 +0200 |
Pierre-Yves David |
update: label bookmark name in message
|
Tue, 06 Sep 2016 09:43:25 -0700 |
Ryan McElroy |
discovery: explicitly check for None in outgoing init
|
Fri, 26 Aug 2016 12:48:20 +0200 |
liscju |
import: report directory-relative paths in error messages (issue5224)
|
Mon, 05 Sep 2016 08:29:36 +0000 |
Hannes Oldenburg |
commands: remove unecessary copying of list in graft()
|
Sun, 07 Aug 2016 16:36:08 +0900 |
Yuya Nishihara |
revset: do not partial-match operator and function names in optimize()
|
Sun, 07 Aug 2016 14:13:27 +0900 |
Yuya Nishihara |
revset: remove false condition to process 'negate' operator
|
Sun, 07 Aug 2016 15:01:42 +0900 |
Yuya Nishihara |
revset: make optimize() reject unknown operators
|
Thu, 01 Sep 2016 22:06:42 +0200 |
liscju |
help: show content for explicitly disabled extension (issue5228)
|
Fri, 02 Sep 2016 10:18:56 +0200 |
liscju |
obsolete: fix minor module documentation issues
|
Fri, 26 Aug 2016 23:31:17 +0900 |
Yuya Nishihara |
debugextensions: hide "ships-with-hg-core" magic string (BC)
|
Wed, 31 Aug 2016 23:22:07 +0900 |
Yuya Nishihara |
debugextensions: show ships-with-hg-core state as a separate field
|
Wed, 31 Aug 2016 23:36:37 +0900 |
Yuya Nishihara |
test-debugextensions: add dummy extension to make ifcontains() test more solid
|
Thu, 01 Sep 2016 02:29:46 +0530 |
Pulkit Goyal |
py3: remove use of *L syntax
|
Tue, 30 Aug 2016 09:22:53 -0700 |
Martin von Zweigbergk |
util: rename checkcase() to fscasesensitive() (API)
|
Mon, 29 Aug 2016 17:48:14 -0700 |
Durham Goode |
manifest: call m1.load and m2.load before writing a subtree
|
Tue, 30 Aug 2016 13:13:50 -0400 |
Augie Fackler |
histedit: correct output of error when 'base' is from the edit list
|
Tue, 30 Aug 2016 13:33:48 -0400 |
Augie Fackler |
py3: split check of pygments-using files from the rest of the tree
|
Fri, 26 Aug 2016 23:38:52 +0900 |
Yuya Nishihara |
version: change "place" field of extension to "bundled" flag
|
Sat, 27 Aug 2016 00:00:28 +0900 |
Yuya Nishihara |
extensions: use ismoduleinternal() thoroughly
|
Tue, 30 Aug 2016 09:25:00 -0700 |
Mark Ignacio |
lock: show more detail for new-style locks in lock waiting message (issue4752)
|
Mon, 29 Aug 2016 00:00:05 +0900 |
Yuya Nishihara |
formatter: add context manager interface for convenience
|
Fri, 26 Aug 2016 21:06:31 +0200 |
Pierre-Yves David |
histedit: remove now unused 'constraints' related code
|
Fri, 26 Aug 2016 21:00:33 +0200 |
Pierre-Yves David |
histedt: use inheritance to override the constraints in 'base'
|
Fri, 26 Aug 2016 20:54:52 +0200 |
Pierre-Yves David |
histedit: move constraint verification to the 'action.verify' method
|
Fri, 26 Aug 2016 20:54:32 +0200 |
Pierre-Yves David |
histedit: directly use node in 'verifyactions'
|
Fri, 26 Aug 2016 20:42:18 +0200 |
Pierre-Yves David |
histedit: temporarily shorten name of 'constraints' variable
|
Fri, 26 Aug 2016 20:38:37 +0200 |
Pierre-Yves David |
histedit: drop the 'nodetoverify' local variable
|
Fri, 26 Aug 2016 20:34:58 +0200 |
Pierre-Yves David |
histedit: make 'constraints' a class attribute instead of a method
|
Fri, 26 Aug 2016 20:31:33 +0200 |
Pierre-Yves David |
histedit: drop the 'nodetoverify' method
|
Mon, 29 Aug 2016 22:59:39 +0900 |
Yuya Nishihara |
test-gpg: start gpg-agent by gpg-connect-agent only if GnuPG v2.1+ detected
|
Fri, 26 Aug 2016 00:16:51 +0000 |
timeless |
rebase: properly calculate total commits to rebase (issue5347)
|
Sun, 28 Aug 2016 17:51:32 -0700 |
Maciej Fijalkowski |
mpatch: add setup_mpatch_cffi.py
|
Wed, 24 Aug 2016 03:59:19 +0200 |
Pierre-Yves David |
journal: rename on disk files to 'namejournal'
|
Thu, 25 Aug 2016 23:13:36 +0000 |
timeless |
tests: guard demandimport segment of test-extension.t
|
Thu, 25 Aug 2016 22:03:51 +0000 |
timeless |
tests: skip demandimport if disabled
|
Thu, 25 Aug 2016 22:30:35 +0000 |
timeless |
hghave: add demandimport checking
|
Thu, 25 Aug 2016 22:51:39 +0000 |
timeless |
hghave: make bzr checks stricter
|
Mon, 22 Aug 2016 19:50:21 -0700 |
Gregory Szorc |
help: document wire protocol commands
|
Mon, 22 Aug 2016 19:49:59 -0700 |
Gregory Szorc |
help: document wire protocol "handshake" protocol
|
Mon, 22 Aug 2016 19:48:31 -0700 |
Gregory Szorc |
help: document wire protocol capabilities
|
Fri, 02 Sep 2016 20:15:37 +0000 |
timeless |
crecord: properly handle files with No newline at eof (issue5268)
stable
|
Fri, 02 Sep 2016 15:20:59 +0100 |
Jun Wu |
annotate: pre-calculate the "needed" dictionary (issue5360)
stable
|
Mon, 22 Aug 2016 19:47:34 -0700 |
Gregory Szorc |
help: document wire protocol transport protocols
|
Mon, 22 Aug 2016 19:46:39 -0700 |
Gregory Szorc |
help: internals topic for wire protocol
|
Thu, 18 Aug 2016 15:13:56 +0900 |
Yuya Nishihara |
grep: add formatter support
|
Thu, 18 Aug 2016 14:52:06 +0900 |
Yuya Nishihara |
grep: build list of all columns regardless of display options
|