Sun, 14 Mar 2010 18:46:38 +0100 |
Cédric Duval |
mq: fix init with nonexistent or non-local repository
stable
|
Sun, 14 Mar 2010 19:21:24 +0100 |
Cédric Duval |
mq: no longer refer to deprecated qinit -c command
stable
|
Sun, 14 Mar 2010 19:17:06 +0100 |
Cédric Duval |
mq: don't mention qinit as a "common task"
stable
|
Sun, 14 Mar 2010 19:09:55 +0100 |
Benoit Boissinot |
mq: don't use regexp when not necessary
|
Sun, 14 Mar 2010 14:53:20 +0100 |
Benoit Boissinot |
mq: use xrange/enumerate instead of += 1
|
Sun, 14 Mar 2010 14:45:01 +0100 |
Benoit Boissinot |
mq: don't use len(list) unless necessary
|
Sun, 14 Mar 2010 12:08:14 +0100 |
Benoit Boissinot |
mq: find_series() simplify and don't use regexps
|
Sun, 14 Mar 2010 11:12:51 +0100 |
Benoit Boissinot |
mq: fix coding style (missing space)
|
Sun, 14 Mar 2010 11:12:07 +0100 |
Benoit Boissinot |
mq: qsave creates entries with the left part empty (':patchname')
|
Sun, 14 Mar 2010 01:35:54 +0100 |
Benoit Boissinot |
mq: simplify statusentry(), fix restore broken by ee48e5ef8753
|
Sun, 14 Mar 2010 01:06:58 +0100 |
Benoit Boissinot |
mq: use context API
|
Sun, 14 Mar 2010 01:01:17 +0100 |
Benoit Boissinot |
mq: simplify qparents calculation
|
Sun, 14 Mar 2010 00:53:55 +0100 |
Benoit Boissinot |
mq: simplify commit message generation
|
Sun, 14 Mar 2010 00:36:10 +0100 |
Benoit Boissinot |
mq: avoid many hex/bin conversions, keep the binary node when possible
|
Sun, 07 Feb 2010 17:12:41 +0100 |
Stefano Tortarolo |
rebase: add option to not commit after a collapsing
|
Sat, 13 Mar 2010 20:02:46 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 11 Mar 2010 00:28:31 +0900 |
Yuya Nishihara |
hgweb: make code to join url path simpler
stable
|
Thu, 11 Mar 2010 00:28:27 +0900 |
Yuya Nishihara |
hgweb: fix broken URLs of RSS/Atom feeds (issue1772)
stable
|
Thu, 11 Mar 2010 00:25:46 +0900 |
Yuya Nishihara |
hgweb: introduce helper method to update req.env
stable
|
Tue, 02 Mar 2010 15:08:43 -0500 |
Greg Ward |
rebase: always check if rebasing onto an applied mq patch.
stable
|
Sat, 13 Mar 2010 19:57:52 +0100 |
Martin Geisler |
subrepo: wrap long line
|
Sat, 13 Mar 2010 17:02:41 +0100 |
Benoit Boissinot |
merge with stable
|
Fri, 05 Mar 2010 17:38:02 -0500 |
Brodie Rao |
test-extension: fix disabled extension tests for run-tests.py --local
stable
|
Fri, 12 Mar 2010 01:23:35 +0100 |
Edouard Gomez |
subrepo: print subrepo pulling URL
|
Sat, 13 Mar 2010 16:44:52 +0100 |
Benoit Boissinot |
merge with stable
stable
|
Fri, 12 Mar 2010 01:23:35 +0100 |
Benoit Boissinot |
subrepo: keep ui and hgrc in sync when creating new repo
stable
|
Fri, 12 Mar 2010 01:23:35 +0100 |
Edouard Gomez |
subrepo: forward the push to argument into _abssource
stable
|
Sat, 13 Mar 2010 16:19:28 +0100 |
Greg Lindahl |
mercurial.spec: remove reference to doc/ja
stable
|
Sat, 13 Mar 2010 12:57:20 +0100 |
Benoit Boissinot |
mq: simplify and use context API
|
Sat, 13 Mar 2010 00:08:06 +0100 |
Benoit Boissinot |
mq: avoid a (potentially expensive) repo.status(unknown=True) call
|
Sat, 13 Mar 2010 00:02:33 +0100 |
Benoit Boissinot |
mq: all_files can be a set, remove dangerous default values
|
Fri, 12 Mar 2010 00:50:41 +0100 |
Martin Geisler |
Merge with stable
|
Fri, 12 Mar 2010 00:45:27 +0100 |
Martin Geisler |
rebase: remove unnecessary \" from help string
stable
|
Mon, 08 Mar 2010 03:07:35 +0100 |
Mads Kiilerich |
test-merge-default and check-code.py: No "export x=x" in sh
stable
|
Fri, 12 Mar 2010 00:02:39 +0100 |
Martin Geisler |
Merge with stable
|
Thu, 11 Mar 2010 16:54:34 -0600 |
Augie Fackler |
progress: document progress.disable config option
stable
|
Thu, 11 Mar 2010 23:44:12 +0100 |
Martin Geisler |
shrink-revlog: add missing whitespace in expression
|
Thu, 11 Mar 2010 19:09:35 +0100 |
Benoit Boissinot |
any is not available for python2.4
|
Thu, 11 Mar 2010 18:49:41 +0100 |
Christian Ebert |
keyword: update copyright
|
Thu, 11 Mar 2010 18:49:14 +0100 |
Christian Ebert |
keyword: remove deprecated options
|
Thu, 11 Mar 2010 17:43:44 +0100 |
Benoit Boissinot |
style: use consistent variable names (*mod) with imports which would shadow
|
Thu, 11 Mar 2010 15:52:17 +0100 |
David Wolever |
archive: autodetect archive type by extension (issue2058)
|
Thu, 11 Mar 2010 15:38:35 +0100 |
Dirkjan Ochtman |
merge with stable
|
Thu, 11 Mar 2010 15:32:24 +0100 |
Dirkjan Ochtman |
tests: use external coverage, mandate newer version
stable
|
Thu, 11 Mar 2010 09:11:01 -0500 |
Eric Eisner |
churn: use ui.progress instead of --progress
|
Tue, 09 Mar 2010 21:53:16 -0500 |
Greg Ward |
rebase: improve help text
stable
|
Thu, 11 Mar 2010 14:56:15 +0100 |
Martin Geisler |
commands: remove extra indentation from list in help text
stable
|
Thu, 11 Mar 2010 13:33:29 +0100 |
Dirkjan Ochtman |
server: initialize wsgi app in command, then wrap server around it
|
Thu, 11 Mar 2010 13:32:43 +0100 |
Dirkjan Ochtman |
server: unnest server classes into module namespace
|
Thu, 11 Mar 2010 13:32:26 +0100 |
Dirkjan Ochtman |
server: pass wsgi application to server (no need for non-local var)
|
Thu, 11 Mar 2010 13:31:37 +0100 |
Dirkjan Ochtman |
server: abstract setup of ipv6 vs. normal server
|
Thu, 11 Mar 2010 13:30:52 +0100 |
Dirkjan Ochtman |
server: handle server-internal config setup inside server class
|
Thu, 11 Mar 2010 13:28:39 +0100 |
Dirkjan Ochtman |
server: externalize and streamline mixin setup
|
Thu, 11 Mar 2010 11:21:48 +0100 |
Dirkjan Ochtman |
server: externalize application creation
|
Thu, 11 Mar 2010 10:06:01 +0200 |
timeless |
commands: document and test hg clone update priority
stable
|
Tue, 09 Mar 2010 21:53:16 -0500 |
Greg Ward |
rebase: improve help text
|
Wed, 10 Mar 2010 22:27:42 +0100 |
Benoit Boissinot |
serve: fix port config
|
Wed, 10 Mar 2010 22:07:38 +0100 |
Thomas Arendsen Hein |
merge with other head, will show bug in hg serve
|
Wed, 10 Mar 2010 22:05:41 +0100 |
Thomas Arendsen Hein |
test-serve: Show if port config and option are correctly used
|
Wed, 10 Mar 2010 21:35:38 +0100 |
Thomas Arendsen Hein |
drop (default: 8000), non-zero default is automatically added to help
|