Mon, 11 May 2015 20:15:41 -0700 |
Durham Goode |
import: use ui.allowemptycommit to allow empty commits
|
changeset |
files
|
Mon, 11 May 2015 17:51:22 -0700 |
Durham Goode |
mq: use ui.allowemptycommit to allow empty commits
|
changeset |
files
|
Mon, 11 May 2015 16:18:28 -0700 |
Durham Goode |
commit: add ui.allowemptycommit config option
|
changeset |
files
|
Mon, 11 May 2015 16:16:22 -0700 |
Durham Goode |
commit: move empty commit condition to a new line
|
changeset |
files
|
Fri, 08 May 2015 15:04:14 -0700 |
Martin von Zweigbergk |
dirs: speed up by storing number of direct children per dir
|
changeset |
files
|
Fri, 08 May 2015 15:09:28 -0700 |
Martin von Zweigbergk |
dirs: back out forward-searching in finddirs()
|
changeset |
files
|
Wed, 15 Apr 2015 08:19:36 -0700 |
Ryan McElroy |
templatekw: replace currentbookmark with activebookmark keyword
|
changeset |
files
|
Wed, 15 Apr 2015 08:12:04 -0700 |
Ryan McElroy |
templatekw: introduce activebookmark keyword
|
changeset |
files
|
Wed, 15 Apr 2015 08:26:01 -0700 |
Ryan McElroy |
templatekw: rename variable current to active
|
changeset |
files
|
Mon, 11 May 2015 21:26:13 -0400 |
Matt Harbison |
pathutil: hint if a path is root relative instead of cwd relative (issue4663)
|
changeset |
files
|
Mon, 11 May 2015 22:47:01 -0400 |
Matt Harbison |
check-code: drop the python 2.5 warning for os.path.relpath()
|
changeset |
files
|
Fri, 08 May 2015 23:44:15 -0700 |
Pierre-Yves David |
setup.py: drop compatibility with Python 2.4 and 2.5 (BC)
|
changeset |
files
|
Fri, 08 May 2015 23:28:33 -0700 |
Pierre-Yves David |
rpm.spec: bump python dependency to 2.6
|
changeset |
files
|
Sun, 10 May 2015 13:48:10 -0400 |
Jordi Gutiérrez Hermoso |
map-cmdline.bisect: rewrite to just %include the default template
|
changeset |
files
|
Sun, 10 May 2015 14:04:43 -0400 |
Jordi Gutiérrez Hermoso |
log: add a status template
|
changeset |
files
|
Tue, 12 May 2015 12:33:42 -0500 |
Matt Mackall |
tests: fix hidden repeatability problem with age filter test
|
changeset |
files
|
Sat, 02 May 2015 15:51:57 +0900 |
Yuya Nishihara |
help: rewrite template examples to use integer literals where appropriate
|
changeset |
files
|
Sat, 02 May 2015 15:49:38 +0900 |
Yuya Nishihara |
templater: update error message of invalid number passed to word() function
|
changeset |
files
|
Fri, 01 May 2015 20:43:55 +0900 |
Yuya Nishihara |
templater: tokenize decimal integer literal (issue4638) (BC)
|
changeset |
files
|
Sat, 02 May 2015 18:05:04 +0900 |
Yuya Nishihara |
templater: switch methods table on compileexp() of func args and inner expr
|
changeset |
files
|
Sun, 10 May 2015 13:33:51 -0400 |
Jordi Gutiérrez Hermoso |
templatefilters: don't stringify None into "None"
|
changeset |
files
|
Sun, 10 May 2015 19:02:14 +0800 |
Anton Shestakov |
hgweb: clearly outline <tr> block in gitweb and spartan styles
|
changeset |
files
|
Thu, 07 May 2015 12:07:11 +0900 |
FUJIWARA Katsunori |
rebase: use dirstateguard instead of dirstate.invalidate
|
changeset |
files
|
Thu, 07 May 2015 12:07:11 +0900 |
FUJIWARA Katsunori |
mq: use dirstateguard instead of dirstate.invalidate (qrefresh)
|
changeset |
files
|
Thu, 07 May 2015 12:07:11 +0900 |
FUJIWARA Katsunori |
mq: use dirstateguard instead of dirstate.invalidate (qpush)
|
changeset |
files
|
Thu, 07 May 2015 12:07:11 +0900 |
FUJIWARA Katsunori |
tryimportone: use dirstateguard instead of beginparentchange/endparentchange
|
changeset |
files
|
Thu, 07 May 2015 12:07:10 +0900 |
FUJIWARA Katsunori |
import: use dirstateguard instead of dirstate.invalidate
|
changeset |
files
|
Thu, 07 May 2015 12:07:10 +0900 |
FUJIWARA Katsunori |
amend: use dirstateguard instead of dirstate.invalidate
|
changeset |
files
|
Thu, 07 May 2015 12:07:10 +0900 |
FUJIWARA Katsunori |
localrepo: use changelog.hasnode instead of self.__contains__
|
changeset |
files
|
Thu, 07 May 2015 12:07:10 +0900 |
FUJIWARA Katsunori |
cmdutil: add class to restore dirstate during unexpected failure
|
changeset |
files
|
Sun, 10 May 2015 14:45:13 -0500 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Sat, 09 May 2015 16:06:04 -0500 |
Steve Borho |
wix: add new json templates folder to MSI installers
|
changeset |
files
|
Mon, 04 May 2015 10:03:13 +0900 |
Yuya Nishihara |
templater: rename parsestring() to unquotestring() (API)
|
changeset |
files
|
Mon, 04 May 2015 10:01:03 +0900 |
Yuya Nishihara |
templater: remove noop calls of parsestring(s, quoted=False) (API)
|
changeset |
files
|
Tue, 14 Apr 2015 12:45:15 -0700 |
Ryan McElroy |
bookmarks: simplify iscurrent to isactivewdirparent (API)
|
changeset |
files
|
Tue, 05 May 2015 14:45:09 -0400 |
Jordi Gutiérrez Hermoso |
tests: add a new commit to test-commandline-template
|
changeset |
files
|
Thu, 07 May 2015 23:25:13 -0700 |
Pierre-Yves David |
run-tests: spread and document the content of time tuple
|
changeset |
files
|
Thu, 07 May 2015 23:16:57 -0700 |
Pierre-Yves David |
run-tests: when building json, get time data in the same order as elsewhere
|
changeset |
files
|
Thu, 07 May 2015 20:45:51 -0700 |
Pierre-Yves David |
run-tests: stop explicit expansion of time data
|
changeset |
files
|
Fri, 08 May 2015 10:51:18 -0700 |
Pierre-Yves David |
run-tests: refactor json entry creation logic
|
changeset |
files
|
Thu, 07 May 2015 23:20:24 -0700 |
Pierre-Yves David |
run-tests: when building json, use result.failures instead of result.faildata
|
changeset |
files
|
Fri, 08 May 2015 19:32:11 -0700 |
Pierre-Yves David |
run-test: add a test for json output when -i is used
|
changeset |
files
|
Thu, 30 Apr 2015 16:45:03 -0700 |
Martin von Zweigbergk |
changegroup: drop _changelog and _manifest properties
|
changeset |
files
|
Wed, 29 Apr 2015 13:25:07 -0700 |
Martin von Zweigbergk |
changegroup: document the cases where reordering complicates linkrevs
|
changeset |
files
|
Wed, 29 Apr 2015 10:34:28 -0700 |
Martin von Zweigbergk |
changegroup: extract condition for linkrev fastpath
|
changeset |
files
|
Sun, 12 Apr 2015 07:14:53 -0700 |
Martin von Zweigbergk |
lazymanifest: drop SP before some labels
|
changeset |
files
|
Sun, 12 Apr 2015 07:12:39 -0700 |
Martin von Zweigbergk |
lazymanifest: avoid 'bail' label when used on success path
|
changeset |
files
|
Wed, 06 May 2015 13:15:39 -0400 |
Augie Fackler |
dockerdeb: rules to build a debian package using docker
|
changeset |
files
|
Thu, 07 May 2015 10:28:58 -0400 |
Augie Fackler |
packaging: extract packagelib for common code from builddeb and buildrpm
|
changeset |
files
|
Wed, 06 May 2015 13:13:54 -0400 |
Augie Fackler |
builddeb: new script for building a deb package
|
changeset |
files
|
Wed, 06 May 2015 14:36:17 -0400 |
Augie Fackler |
dockerlib: fix initcontainer for boot2docker users
|
changeset |
files
|
Wed, 06 May 2015 10:45:51 -0400 |
Augie Fackler |
dockerlib: extract initcontainer() method
|
changeset |
files
|
Wed, 06 May 2015 10:45:07 -0400 |
Augie Fackler |
dockerlib: start extracting common functions for setting up docker
|
changeset |
files
|
Thu, 07 May 2015 17:14:00 -0700 |
Pierre-Yves David |
run-test: ensure the test ports are available before launching test
|
changeset |
files
|
Fri, 08 May 2015 18:11:26 +0900 |
Yuya Nishihara |
templater: strip single backslash before quotation mark in quoted template
|
changeset |
files
|
Thu, 07 May 2015 23:18:48 -0700 |
Pierre-Yves David |
run-tests: implement Test._testMethodName
|
changeset |
files
|
Thu, 07 May 2015 16:43:58 -0700 |
Pierre-Yves David |
test-subrepo-git: ignore pax_global_header when listing archive
|
changeset |
files
|
Thu, 07 May 2015 14:57:02 -0700 |
Pierre-Yves David |
test-subrepo-recursion: glob out all the date listed by unzip -l
|
changeset |
files
|
Tue, 14 Apr 2015 13:31:50 -0700 |
Ryan McElroy |
bookmarks: remove unused updatecurrentbookmark function (API)
|
changeset |
files
|
Sun, 10 May 2015 11:39:01 -0500 |
Yuya Nishihara |
changelog: drop unnecessary override of "hasnode"
|
changeset |
files
|