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
|
Wed, 10 Mar 2010 21:21:15 +0100 |
Thomas Arendsen Hein |
make expression shorter, now the line fits into 80 chars
|
Wed, 10 Mar 2010 21:14:24 +0100 |
Benoit Boissinot |
serve: fix options recording, trailing whitespace
|
Wed, 10 Mar 2010 10:51:37 -0800 |
Bryan O'Sullivan |
serve: allow --port=0 to specify "server chooses the port number"
|
Wed, 10 Mar 2010 12:38:33 +0100 |
Sune Foldager |
rebase: improve output of hg pull --rebase (issue2072)
|
Wed, 10 Mar 2010 09:52:16 +0100 |
Benoit Boissinot |
shrink-revlog: factor out postorder algorithm
|
Wed, 10 Mar 2010 09:51:07 +0100 |
Benoit Boissinot |
shrink-revlog: factor out suboptimal computation
|
Wed, 10 Mar 2010 09:48:15 +0100 |
Benoit Boissinot |
shrink-revlog: remove branchsort algorithm (it behaves poorly)
|
Tue, 09 Mar 2010 21:25:37 -0500 |
Greg Ward |
shrink-revlog: add accounting of suboptimal nodes to the new algorithms.
|
Tue, 09 Mar 2010 21:22:01 -0500 |
Greg Ward |
shrink-revlog: add "reverse postorder" and "postorder reverse" toposorts.
|
Thu, 25 Feb 2010 09:16:39 -0500 |
Greg Ward |
shrink-revlog: add --sort option for user-selectable toposort algorithm.
|
Tue, 09 Mar 2010 21:30:19 -0500 |
Greg Ward |
shrink-revlog: rename some local variables for consistency.
|
Tue, 09 Mar 2010 21:13:39 -0500 |
Greg Ward |
shrink-revlog: instrument sort code to record statistics.
|
Tue, 09 Mar 2010 22:18:37 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 09 Mar 2010 22:11:43 +0100 |
Patrick Mezard |
convert: handle svn tree with empty roots (issue2079)
stable
|
Tue, 09 Mar 2010 20:47:35 +0100 |
Benoit Boissinot |
merge with stable
|
Tue, 09 Mar 2010 20:38:23 +0100 |
Benoit Boissinot |
bundle: fix bundle generation for empty changegroup
stable
|
Tue, 09 Mar 2010 19:04:18 +0100 |
Benoit Boissinot |
patch/diff: move diff related code next to each other
|
Tue, 09 Mar 2010 18:31:57 +0100 |
Benoit Boissinot |
remove header handling out of mdiff.bunidiff, rename it
|
Tue, 09 Mar 2010 18:27:02 +0100 |
Benoit Boissinot |
remove contrib/hgdiff, it makes refactoring diff/patch harder
|
Tue, 09 Mar 2010 16:03:57 +0100 |
Dirkjan Ochtman |
demandimport: blacklist _ssl (issue1964)
stable
|
Mon, 08 Mar 2010 19:43:24 +0100 |
Benoit Boissinot |
patch/diff: move patch.export() to cmdutil.export()
|
Mon, 08 Mar 2010 11:12:48 -0600 |
Steve Borho |
wix: pre-check the 'I approve this license' checkbox
|
Sun, 07 Mar 2010 22:04:35 -0600 |
Matt Mackall |
Merge with stable
|
Mon, 08 Mar 2010 00:01:12 +0100 |
Benoit Boissinot |
addremove: avoid fetching data again and again
|
Mon, 08 Mar 2010 00:00:03 +0100 |
Benoit Boissinot |
addremove: add progress support for similarity search
|
Sun, 07 Mar 2010 23:59:28 +0100 |
Benoit Boissinot |
addremove: atomically update the dirstate
|
Sun, 07 Mar 2010 13:10:23 -0500 |
Greg Ward |
inotify: expose the same dirstate.status() interface as dirstate.
|
Sun, 07 Mar 2010 13:03:03 +0100 |
Christian Ebert |
keyword: remove spurious locks, improve handling of wlock
|
Sun, 07 Mar 2010 13:03:03 +0100 |
Christian Ebert |
keyword: use status' names instead of index
|
Sun, 07 Mar 2010 17:44:43 +0100 |
Benoit Boissinot |
hgweb/graph: edge should be same color as the destination
|
Sat, 06 Mar 2010 13:29:54 +0100 |
Benoit Boissinot |
templatefilters: store the agescales in reverseorder directly
|
Sat, 06 Mar 2010 12:45:14 +0100 |
Benoit Boissinot |
hgweb: separate generation of entries and sorting (cleanup)
|
Fri, 05 Mar 2010 18:08:23 -0800 |
Brendan Cully |
Merge stable
|
Wed, 20 Jan 2010 20:23:36 -0500 |
Greg Ward |
demandimport: add __main__ to the blacklist (because of setuptools)
stable
|
Thu, 17 Dec 2009 15:53:28 -0800 |
Paul Molodowitch |
bookmarks: add invalidate() to bookmark_repo
stable
|
Tue, 12 Jan 2010 22:49:10 +0900 |
Yuya Nishihara |
branch: help misuse of hg branch to switch branches
stable
|
Sat, 06 Mar 2010 21:29:02 -0800 |
Lee Cantey |
Make Readme.html reference current OS X release
stable
|
Sat, 06 Mar 2010 13:32:14 +0100 |
Benoit Boissinot |
progress: clear progress before writing to stderr
stable
|
Fri, 05 Mar 2010 18:26:13 -0600 |
Matt Mackall |
Added signature for changeset ff2704a8ded3
stable
|
Fri, 05 Mar 2010 18:26:12 -0600 |
Matt Mackall |
Added tag 1.5 for changeset ff2704a8ded3
stable
|
Fri, 05 Mar 2010 17:24:52 -0600 |
Matt Mackall |
mq: drop -Q in favor of --mq only
stable 1.5
|
Fri, 05 Mar 2010 12:27:23 +0100 |
Sune Foldager |
mq: correct test output
stable
|
Fri, 05 Mar 2010 10:49:56 +0100 |
Sune Foldager |
mq: disallow : in patch names (issue2065)
stable
|
Thu, 04 Mar 2010 14:23:54 +0100 |
Sune Foldager |
mq: disallow # (and : on Windows) in patch names (issue2065)
stable
|
Thu, 04 Mar 2010 13:11:29 +0100 |
Sune Foldager |
Merge with stable
stable
|
Thu, 04 Mar 2010 13:10:48 +0100 |
Sune Foldager |
win32/hgwebdir_wsgi: clarify documentation and clean up script a bit
|
Thu, 04 Mar 2010 10:05:12 +0100 |
Martin Geisler |
Merge with hg-i18n
stable
|
Thu, 04 Mar 2010 07:34:22 +0100 |
Jens Bäckman |
i18n-sv: translated bisect, dates, locate, manifest
stable
|
Thu, 04 Mar 2010 11:56:53 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with c50a3d7154d2
stable
|
Wed, 03 Mar 2010 18:46:22 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with f142fa3c0a8c
stable
|
Wed, 03 Mar 2010 17:37:50 -0600 |
Steve Borho |
test-fetch: use relative URL to avoid echoing TMP path
stable
|
Wed, 03 Mar 2010 22:32:51 +0100 |
Sune Foldager |
fetch: fix newheads calculation (issue2047)
stable
|
Wed, 03 Mar 2010 22:04:59 +0100 |
Thomas Arendsen Hein |
Make annotate --follow an alias for -f/--file to behave like in older versions
stable
|
Wed, 03 Mar 2010 20:35:20 +0100 |
Martin Geisler |
win32/hgwebdir_wsgi: clarify copyright license
|
Wed, 03 Mar 2010 14:50:35 +0100 |
Adrian Buehlmann |
store: only add new entries to the fncache file
stable
|
Wed, 03 Mar 2010 16:00:02 +0100 |
Thomas Arendsen Hein |
Updated test output of test-convert-baz after f2618cacb485
stable
|
Wed, 03 Mar 2010 15:37:41 +0100 |
Thomas Arendsen Hein |
trailing spaces (and one stray tab)
stable
|
Wed, 03 Mar 2010 14:59:39 +0100 |
Sune Foldager |
Merge with default
stable
|
Wed, 03 Mar 2010 14:43:27 +0100 |
Sune Foldager |
Merge with stable
|
Wed, 03 Mar 2010 14:42:43 +0100 |
Sune Foldager |
add wsgi script for Microsoft IIS with isapi-wsgi
|
Tue, 02 Mar 2010 21:34:24 +0100 |
Martin Geisler |
doc/ja: remove old Japanese man page translations
stable
|
Tue, 02 Mar 2010 20:58:58 +0100 |
Martin Geisler |
Merge with hg-i18n
stable
|
Tue, 02 Mar 2010 18:36:37 +0100 |
Jens Bäckman |
i18n-sv: synchronized with f4f3a74ce832
stable
|
Tue, 02 Mar 2010 11:12:14 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with b1339234080e
stable
|
Wed, 03 Mar 2010 00:12:05 +0900 |
Yuya Nishihara |
ui: ignore ui.logtemplate and ui.style when HGPLAIN is set
stable
|
Tue, 02 Mar 2010 10:40:58 +0100 |
Martin Geisler |
Merge with hg-i18n
stable
|
Tue, 02 Mar 2010 12:41:27 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with bb4561401c84
stable
|
Mon, 01 Mar 2010 23:27:44 +0900 |
Yuya Nishihara |
alias: fixes exception when displaying translated help text
stable
|
Mon, 01 Mar 2010 22:47:39 +0100 |
Martin Geisler |
Merge with hg-i18n
stable
|
Sun, 28 Feb 2010 19:37:56 +0100 |
Jens Bäckman |
i18n-sv: synchronized with d1bbf01c4a8e
stable
|
Mon, 01 Mar 2010 22:44:02 +0100 |
Martin Geisler |
tests: update output to match b1339234080e
stable
|
Mon, 01 Mar 2010 14:15:55 +0100 |
Pierre-Yves David |
Add ElementPath to the list of package ignored by demand import
stable
|
Mon, 01 Mar 2010 15:41:21 -0500 |
Greg Ward |
resolve: rewrite help to be clearer and more complete (issue2030).
stable
|
Sun, 28 Feb 2010 19:43:21 +0100 |
Benoit Boissinot |
mq: simplify --mq handling / keep compatibility with other extensions
stable
|
Sun, 28 Feb 2010 18:06:47 +0100 |
Martin Geisler |
Merge with stable
|
Sun, 28 Feb 2010 18:02:20 +0100 |
Martin Geisler |
i18n-da: synchronized with 091dddf05764
stable
|
Wed, 24 Feb 2010 13:47:59 -0300 |
Wagner Bruna |
doc/Makefile: fix doc generation when LANGUAGE is set
stable
|
Sat, 27 Feb 2010 19:58:59 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 4462760d6cfc
stable
|
Fri, 26 Feb 2010 19:28:23 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with dd3526162436
stable
|
Thu, 25 Feb 2010 14:56:09 +0100 |
Adrian Buehlmann |
contrib/wix: add COPYING.rtf
stable
|
Fri, 26 Feb 2010 16:52:43 +0100 |
Benoit Boissinot |
fix test-mq-eol under --pure (mimic diffhelper.c behaviour)
stable
|
Wed, 24 Feb 2010 19:43:13 -0800 |
Manpreet Singh |
Updated contrib/vim/patchreview.* to version 0.2.2
stable
|
Thu, 25 Feb 2010 17:06:32 +0100 |
Martin Geisler |
Merge with hg-i18n
stable
|
Wed, 24 Feb 2010 19:47:51 +0100 |
Jens Bäckman |
i18n-sv: synchronized with fc5908d01ed7
stable
|
Sun, 21 Feb 2010 20:59:27 +0100 |
Benoit Boissinot |
strip: invalidate all caches after stripping (fixes issue1951)
stable
|
Thu, 25 Feb 2010 14:35:21 +0100 |
Benoit Boissinot |
fix test output changed by 2e1a9b811d13
stable
|
Wed, 24 Feb 2010 13:12:17 -0800 |
Manpreet Singh |
Updated contrib/vim/patchreview.* to version 0.2.1
stable
|
Wed, 24 Feb 2010 12:35:26 -0500 |
Sune Foldager |
httprepo: normalize output from unbundle with ssh
stable
|
Wed, 24 Feb 2010 18:35:05 +0100 |
Benoit Boissinot |
merge with default
stable
|
Wed, 24 Feb 2010 18:22:45 +0100 |
Benoit Boissinot |
shrink: handle all combinations of inline/non-inline revlogs
|
Wed, 24 Feb 2010 11:04:56 -0300 |
Wagner Bruna |
commands: clarify --config syntax
stable
|
Tue, 23 Feb 2010 23:10:01 -0600 |
Steve Borho |
progress: provide an explicit disable method for developers
stable
|
Wed, 24 Feb 2010 17:11:37 +0100 |
Martin Geisler |
url: only mark format string for translation
stable
|
Wed, 24 Feb 2010 09:26:31 +0100 |
Martin Geisler |
Merge with hg-i18n
stable
|
Wed, 24 Feb 2010 09:25:55 +0100 |
Martin Geisler |
i18n-da: fixed typo
stable
|
Wed, 24 Feb 2010 15:02:06 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with eddf859343de
stable
|
Tue, 23 Feb 2010 12:51:07 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 076e8a8000a3, minor fixes
stable
|
Tue, 23 Feb 2010 22:31:54 +0100 |
Patrick Mezard |
url: avoid traceback when parsing [auth] (issue2056)
stable
|
Tue, 23 Feb 2010 23:19:09 +0100 |
Patrick Mezard |
filemerge: use native path separators when merging (issue1399)
stable
|
Tue, 23 Feb 2010 22:56:37 +0100 |
Benoit Boissinot |
gpg: make 13448eab08ca work when not on repo root
|
Tue, 23 Feb 2010 11:37:40 -0500 |
Sune Foldager |
hgweb: use string join instead of slower cStringIO
stable
|
Tue, 23 Feb 2010 11:34:08 -0500 |
Sune Foldager |
hgweb: fix handling of arguments in the between command
stable
|
Mon, 22 Feb 2010 23:30:01 -0800 |
Brendan Cully |
hgcia: report RPC errors
stable
|
Tue, 23 Feb 2010 06:44:37 +0100 |
Dirkjan Ochtman |
merge with stable
|
Tue, 23 Feb 2010 06:42:10 +0100 |
timeless |
commands: correct diff -c explanation
stable
|
Mon, 22 Feb 2010 23:12:12 -0500 |
Sune Foldager |
httprepo: send Content-Type instead of content-type
stable
|
Mon, 22 Feb 2010 16:28:57 +0100 |
Sune Foldager |
httprepo: use content-type application/mercurial-0.1 for POST
stable
|
Mon, 22 Feb 2010 22:55:58 +0100 |
Patrick Mezard |
patch: fix patching with fuzz and eol normalization
stable
|
Sun, 21 Feb 2010 15:26:55 +0100 |
Ronny Pfannschmidt |
make the progress extension honor ui.quiet
stable
|
Mon, 22 Feb 2010 01:19:59 +0100 |
Saint Germain |
subrepo: Update .hgsubstate in case of deleted subrepo
stable
|
Sun, 21 Feb 2010 22:16:35 +0100 |
Benoit Boissinot |
Do not use osutil.c with python 2.4 and Windows (issue1364)
stable
|
Sun, 21 Feb 2010 01:21:17 +0200 |
timeless |
commands: mention diff -c
stable
|
Sat, 20 Feb 2010 20:08:42 +0100 |
Martin Geisler |
progress: mark units for translation
stable
|
Fri, 19 Feb 2010 13:04:11 -0200 |
Wagner Bruna |
patch, i18n: avoid parameterized messages
stable
|
Sat, 20 Feb 2010 15:18:59 +0100 |
Benoit Boissinot |
gpg: do not call status on the whole repository, only on '.hgsigs'
stable
|
Fri, 19 Feb 2010 22:16:42 -0500 |
Brodie Rao |
pager: set ui.interactive=False when enabled
stable
|
Fri, 19 Feb 2010 20:34:23 -0500 |
Dirkjan Ochtman |
identify: don't include unknown in status
stable
|
Fri, 19 Feb 2010 16:50:47 -0800 |
Brendan Cully |
zeroconf: suppress traceback during shutdown
stable
|
Fri, 19 Feb 2010 21:48:09 +0100 |
Adrian Buehlmann |
contrib/wix: switch *.wxs files to LF eol
stable
|
Thu, 18 Feb 2010 23:23:17 -0600 |
Steve Borho |
Merge with stable
|
Fri, 19 Feb 2010 02:51:35 +0100 |
Benoit Boissinot |
url: *args argument is a tuple, not a list (found by pylint)
stable
|
Fri, 19 Feb 2010 02:23:38 +0100 |
Benoit Boissinot |
i18n: mark more strings for translation
stable
|
Fri, 19 Feb 2010 02:11:37 +0100 |
Benoit Boissinot |
shrink-revlog: remove unneeded imports and useless code
stable
|
Fri, 19 Feb 2010 02:07:13 +0100 |
Benoit Boissinot |
shrink-revlog: add strings for translation / import _ before using it
stable
|
Thu, 18 Feb 2010 16:51:39 -0500 |
Brodie Rao |
ui: unset ui.slash when HGPLAIN is set
stable
|
Thu, 18 Feb 2010 16:50:49 -0500 |
Brodie Rao |
ui: suppress aliases when HGPLAIN is set
stable
|
Mon, 15 Feb 2010 15:25:29 -0500 |
Greg Ward |
merge: fix --preview to show all nodes that will be merged (issue2043).
stable
|
Mon, 15 Feb 2010 15:07:21 -0500 |
Greg Ward |
test-merge-default: make content of test repo clearer.
stable
|
Thu, 18 Feb 2010 20:47:12 +0100 |
Adrian Buehlmann |
contrib/wix: MSVC CRT libraries are installed in WinSxS
stable
|
Thu, 18 Feb 2010 13:05:15 -0600 |
Steve Borho |
Add WiX installer scripts to contrib/wix
stable
|
Thu, 18 Feb 2010 10:46:01 -0800 |
Brendan Cully |
import: if in doubt, consume stream until start of diff
stable
|
Thu, 18 Feb 2010 10:32:51 +0100 |
Alistair Bell |
bdiff: do not use recursion / avoid stackoverflow (issue1940)
stable
|
Thu, 18 Feb 2010 05:55:05 +0100 |
Christian Ebert |
keyword: mark improved demo commit message for translation
stable
|
Wed, 17 Feb 2010 14:35:11 -0800 |
Brendan Cully |
mq: iterate over a copy of the command table keys (fixes issue2045).
stable
|
Wed, 17 Feb 2010 23:10:22 +0100 |
Martin Geisler |
Merge with stable
|
Wed, 17 Feb 2010 23:07:50 +0100 |
Martin Geisler |
progress: mark strings for translation
stable
|
Wed, 17 Feb 2010 17:11:20 +0100 |
Christian Ebert |
keyword: do not postpone commit hooks
stable
|
Wed, 17 Feb 2010 20:44:49 +0100 |
Benoit Boissinot |
inotify/inserve: implement --timeout-idle option (issue885)
stable
|
Wed, 17 Feb 2010 20:30:57 +0100 |
Benoit Boissinot |
regression: missing arg from 24ce8f0c0a39 dirstate.{walk,status} changes
stable
|
Wed, 17 Feb 2010 15:43:21 +0100 |
Sune Foldager |
run commit and update hooks after command completion (issue1827)
stable
|
Wed, 17 Feb 2010 11:00:48 +0100 |
Benoit Boissinot |
http: len(x) fails if it doesn't fit into an int, use __len__() instead
stable
|
Tue, 16 Feb 2010 21:04:04 +0100 |
Ronny Pfannschmidt |
filelog: sort meta entries, ensure deterministic order
stable
|
Tue, 16 Feb 2010 23:28:46 +0100 |
Martin Geisler |
Merge with i18n
stable
|
Tue, 16 Feb 2010 22:01:27 +0100 |
Jens Bäckman |
i18n-sv: synchronized with 44b4a2a31623
stable
|
Tue, 16 Feb 2010 09:31:35 -0500 |
Steve Losh |
util: use the built-in any() and all() methods if they are available
stable
|
Mon, 15 Feb 2010 21:18:16 -0600 |
Steve Borho |
mergetools: improve configuration for several merge tools
stable
|
Mon, 15 Feb 2010 20:28:42 -0600 |
Steve Borho |
hgrc.5: document use of environment variables on Windows
stable
|
Mon, 15 Feb 2010 22:39:36 +0100 |
Benoit Boissinot |
url: correctly quote '/' in user and password embedded in urls
stable
|
Mon, 15 Feb 2010 16:34:59 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with 44b4a2a31623
stable
|
Mon, 15 Feb 2010 18:12:50 +0100 |
Benoit Boissinot |
url: fix python < 2.6 with ssl installed
stable
|
Mon, 15 Feb 2010 09:57:11 +0100 |
Dirkjan Ochtman |
bugzilla: revert unhelpful check-code changes, module is actually called MySQLdb
stable
|
Mon, 15 Feb 2010 00:16:59 -0800 |
Brendan Cully |
mq: unify implementation of qinit and init -Q
stable
|
Mon, 16 Nov 2009 16:10:05 -0500 |
Benoit Boissinot |
bundle: exclude csets given in --base, unless they are in --rev (issue1910)
stable
|
Mon, 15 Feb 2010 00:17:18 +0100 |
Martin Geisler |
Merge with stable
|
Mon, 15 Feb 2010 00:14:16 +0100 |
Martin Geisler |
Merge with default
stable
|
Mon, 15 Feb 2010 00:12:10 +0100 |
Martin Geisler |
mq: more instructive use of "--" in qguard help (issue2040)
stable
|
Sun, 14 Feb 2010 17:08:52 -0500 |
Brodie Rao |
color: don't crash on invalid status codes (issue2036)
|
Sun, 14 Feb 2010 23:17:28 +0100 |
Pascal Quantin |
Add progress extension to win32 default config file
stable
|
Sun, 14 Feb 2010 20:28:49 +0100 |
Martin Geisler |
test-interhg: test the extension
stable
|
Sat, 06 Feb 2010 21:25:02 -0200 |
Wagner Bruna |
interhg: fixes regression introduced by 38170eeed18c
stable
|
Sun, 14 Feb 2010 17:09:52 +0100 |
Martin Geisler |
progress: use inline literals in help string
stable
|
Sun, 14 Feb 2010 19:15:56 +0100 |
Patrick Mezard |
Fix test-pull under Windows
stable
|
Sun, 14 Feb 2010 18:39:16 +0100 |
Patrick Mezard |
Fix test-push-validation under Windows
stable
|
Sun, 14 Feb 2010 18:19:18 +0100 |
Patrick Mezard |
Fix test-share and test-subrepo under Windows
stable
|
Sun, 14 Feb 2010 17:53:23 +0100 |
Patrick Mezard |
patch: remove useless copy, cleanup
stable
|
Thu, 11 Feb 2010 11:22:57 -0200 |
Wagner Bruna |
patch: separate reverse copy data (issue1959)
stable
|
Sun, 14 Feb 2010 15:45:12 +0100 |
Patrick Mezard |
Add test for progress extension
stable
|
Sun, 14 Feb 2010 15:42:47 +0100 |
Patrick Mezard |
progress: make progress.refresh=0 always display the progress line
stable
|
Sun, 14 Feb 2010 01:52:31 -0500 |
Brodie Rao |
remove unused imports
stable
|
Sun, 14 Feb 2010 13:58:30 +0100 |
Patrick Mezard |
progress: make use of progress.refresh
stable
|
Sun, 14 Feb 2010 13:29:11 +0100 |
Martin Geisler |
i18n: merge default into stable
stable
|
Sun, 14 Feb 2010 13:28:34 +0100 |
Martin Geisler |
Merge with i18n
|
Sun, 14 Feb 2010 00:08:26 +0100 |
Jens Bäckman |
i18n-sv: nine basic commands translated
|
Sun, 14 Feb 2010 13:05:51 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 09 Feb 2010 18:32:57 +0100 |
David Soria Parra |
subrepo: make sure that the source path is stripped
stable
|
Sat, 13 Feb 2010 23:50:38 -0600 |
Matt Mackall |
1.5 code freeze: merge default into stable
stable
|
Sun, 07 Feb 2010 14:56:18 +0100 |
Brodie Rao |
ui: add HGPLAIN environment variable for easier scripting
|
Sat, 13 Feb 2010 23:24:27 -0600 |
Matt Mackall |
tests: update help for add
|
Sat, 13 Feb 2010 23:34:15 -0500 |
Brodie Rao |
progress: make determinate bar more like wget progress bar
|
Sat, 13 Feb 2010 23:34:20 -0500 |
Brodie Rao |
progress: simplify spacejoin()
|