log

age author description
Wed, 11 Feb 2015 13:47:43 +0900 Yuya Nishihara resolve: silence warning of unknown pats for -l/--list (BC)
Mon, 09 Feb 2015 11:02:45 -0800 Ryan McElroy extensions: allow extending command synopsis and docstring
Wed, 21 Jan 2015 17:11:37 -0500 Mike Edgar revlog: _addrevision creates full-replace deltas based on censored revisions
Fri, 06 Feb 2015 01:38:16 +0000 Mike Edgar revlog: special case expanding full-replacement deltas received by exchange
Tue, 10 Feb 2015 16:17:15 -0800 Martin von Zweigbergk test-merge-tools: fix flaky test by avoiding debugsetparents
Fri, 06 Feb 2015 00:55:29 +0000 Mike Edgar revlog: in addgroup, reject ill-formed deltas based on censored nodes
Wed, 21 Jan 2015 16:35:09 -0500 Mike Edgar mdiff: add helper for making deltas which replace the full text of a revision
Fri, 23 Jan 2015 17:01:39 -0500 Mike Edgar revlog: add "iscensored()" to revlog public API
Fri, 06 Feb 2015 01:44:24 +0000 Mike Edgar filelog: allow censored files to contain padding data
Thu, 08 Jan 2015 23:43:15 +0900 Yuya Nishihara revset: drop factory that promotes spanset to fullreposet
Thu, 08 Jan 2015 23:46:54 +0900 Yuya Nishihara revset: specify fullreposet without using spanset factory
Mon, 02 Feb 2015 22:21:07 +0900 Yuya Nishihara revset: make match function initiate query from full set by default
Wed, 01 Oct 2014 20:26:33 -0400 Matt Harbison localrepo: don't reintroduce pruned tag entries when tagging
Thu, 05 Feb 2015 13:10:07 -0800 Mateusz Kwapich histedit: switch state to store node instead of ctx
Fri, 30 Jan 2015 16:47:35 -0800 Mateusz Kwapich histedit: don't allow to strip nodes which are necessary to continue histedit
Tue, 17 Feb 2015 23:20:55 -0800 Martin von Zweigbergk subrepo: add tests for change/remove conflicts stable
Thu, 12 Feb 2015 10:38:33 +0800 Anton Shestakov hgweb: recreate old DOM structure for css in monoblue style stable
Wed, 11 Feb 2015 19:57:07 +0900 Yuya Nishihara shellquote: fix missing quotes for empty string stable
Fri, 06 Feb 2015 16:09:43 -0800 Martin von Zweigbergk trydiff: transpose 'if opts.git or losedatafn' with 'if f[12]'
Thu, 22 Jan 2015 23:29:00 -0800 Martin von Zweigbergk trydiff: extract function that generates filename pairs
Thu, 22 Jan 2015 23:18:43 -0800 Martin von Zweigbergk trydiff: read file data in only one place
Thu, 22 Jan 2015 23:13:48 -0800 Martin von Zweigbergk trydiff: set filename variables to None even when not opts.git or losedatafn
Thu, 22 Jan 2015 23:01:00 -0800 Martin von Zweigbergk trydiff: read flags in one place
Fri, 06 Feb 2015 15:21:56 -0800 Martin von Zweigbergk trydiff: break 'if opts.git or losedatafn' into two
Thu, 22 Jan 2015 22:42:35 -0800 Martin von Zweigbergk trydiff: make filenames None when they don't exist
Tue, 10 Feb 2015 10:57:58 -0500 Augie Fackler test-help: add test to demonstrate that 'hg help merge-tools' is sane
Mon, 09 Feb 2015 23:07:39 -0800 Gregory Szorc help.merge-tools: do not double document merge tools
Mon, 09 Feb 2015 14:59:04 -0800 Gregory Szorc help: teach topic symbols how to dedent
Fri, 06 Feb 2015 22:25:40 -0800 Gregory Szorc webcommands: document "graph" web command
Fri, 06 Feb 2015 22:19:59 -0800 Gregory Szorc webcommands: document "archive" web command
Fri, 06 Feb 2015 22:11:54 -0800 Gregory Szorc webcommands: document "filelog" web command
Fri, 06 Feb 2015 22:08:30 -0800 Gregory Szorc webcommands: document "annotate" web command
Fri, 06 Feb 2015 22:06:44 -0800 Gregory Szorc webcommands: document "comparison" web command
Fri, 06 Feb 2015 22:02:14 -0800 Gregory Szorc webcommands: document "filediff" web command
Fri, 06 Feb 2015 21:51:52 -0800 Gregory Szorc webcommands: document "summary" web command
Fri, 06 Feb 2015 21:48:01 -0800 Gregory Szorc webcommands: document "manifest" web command
Fri, 06 Feb 2015 21:39:15 -0800 Gregory Szorc webcommands: document "changelog" web command
Fri, 06 Feb 2015 21:26:53 -0800 Gregory Szorc webcommands: document "file" web command
Fri, 06 Feb 2015 21:13:03 -0800 Gregory Szorc webcommands: document "log" web command
Fri, 06 Feb 2015 20:50:17 -0800 Gregory Szorc webcommands: document "shortlog" web command
Fri, 06 Feb 2015 20:48:22 -0800 Gregory Szorc webcommands: document "changeset" web command
Fri, 06 Feb 2015 20:44:46 -0800 Gregory Szorc webcommands: document "tags" web command
Fri, 06 Feb 2015 20:43:54 -0800 Gregory Szorc webcommands: document "bookmarks" web command
Fri, 06 Feb 2015 20:44:10 -0800 Gregory Szorc webcommands: document "branches" web command
Fri, 06 Feb 2015 20:41:08 -0800 Gregory Szorc webcommands: document "help" web command
Fri, 06 Feb 2015 20:27:56 -0800 Gregory Szorc help: add web commands to help documentation
Fri, 06 Feb 2015 23:08:47 -0800 Gregory Szorc help.hgweb: add a section describing URLs and common parameters
Fri, 06 Feb 2015 22:47:48 -0800 Gregory Szorc webcommands: move help import into help command handler
Fri, 06 Feb 2015 22:52:40 -0800 Gregory Szorc webcommands: define a dict of available commands
Fri, 06 Feb 2015 19:06:17 -0800 Gregory Szorc webcommands: define web commands using a decorator
Fri, 06 Feb 2015 16:33:05 -0800 Gregory Szorc run-tests: ensure install directories exist
Fri, 06 Feb 2015 16:15:02 -0800 Gregory Szorc run-tests: avoid printing extra newlines from install log
Fri, 06 Feb 2015 11:27:25 -0800 Eric Sumner bundlerepo: basic bundle2 support
Thu, 05 Feb 2015 16:03:26 -0800 Eric Sumner bundlerepo: keep track of the original bundle object
Thu, 05 Feb 2015 15:56:50 -0800 Eric Sumner bundle2.unbundle20: add compressed() method
Thu, 05 Feb 2015 15:52:57 -0800 Eric Sumner bundle2.unpackermixin: default value for seek() whence parameter
Fri, 06 Feb 2015 23:40:46 +0100 Adrian Buehlmann windows: adjust doc string and comments of posixfile()
Wed, 04 Feb 2015 14:11:45 -0800 Gregory Szorc color: support a different color mode when the pager is active
Fri, 06 Feb 2015 12:09:09 -0800 Gregory Szorc pager: ensure wrapped dispatch._runcommand runs before color's
Fri, 06 Feb 2015 12:07:56 -0800 Gregory Szorc pager: set an attribute on ui indicating that a pager is active