Fri, 06 May 2011 19:03:41 +0300 |
Idan Kamara |
patch: introduce changedfiles
|
Sat, 07 May 2011 23:14:36 +0200 |
Sune Foldager |
debugindex: change output for generaldelta revlogs
|
Sat, 07 May 2011 22:40:17 +0200 |
Sune Foldager |
revlog: support reading generaldelta revlogs
|
Sat, 07 May 2011 22:40:14 +0200 |
Sune Foldager |
revlog: calculate base revisions iteratively
|
Sat, 07 May 2011 22:37:40 +0200 |
Sune Foldager |
revlog: remove the last bits of punched/shallow
|
Sat, 07 May 2011 21:12:35 +0200 |
Patrick Mezard |
util: make readfile() operate in binary mode
|
Sat, 07 May 2011 21:12:33 +0200 |
Patrick Mezard |
cmdutil: normalize log message eols when reading from file
|
Sat, 07 May 2011 21:12:30 +0200 |
Patrick Mezard |
match: make 'listfile:' split on LF and CRLF
|
Sat, 07 May 2011 17:25:12 +0200 |
Patrick Mezard |
progress: remove useless statement left by bab267e7fc1a
|
Sat, 07 May 2011 17:25:02 +0200 |
Patrick Mezard |
debugbuilddag: simplify tags serialization a bit
|
Mon, 02 May 2011 12:10:50 -0500 |
Augie Fackler |
httprepo: send 100-continue on POSTs if using http2
|
Fri, 06 May 2011 10:22:08 -0500 |
Augie Fackler |
url: use new http support if requested by the user
|
Fri, 06 May 2011 09:57:55 -0500 |
Augie Fackler |
Import new http library as mercurial.httpclient.
|
Fri, 06 May 2011 15:48:04 -0300 |
Wagner Bruna |
commands, i18n: add translation hint for split message
|
Fri, 06 May 2011 19:03:45 +0300 |
Idan Kamara |
mq: don't hide the patch module
|
Fri, 06 May 2011 18:45:12 +0300 |
Idan Kamara |
patch: remove unused ui arg to iterhunks
|
Fri, 06 May 2011 18:45:12 +0300 |
Idan Kamara |
mq: loosen except clause when reading patch headers
|
Fri, 06 May 2011 13:04:24 -0500 |
Matt Mackall |
merge with abuehl
|
Fri, 06 May 2011 15:41:04 +0200 |
Adrian Buehlmann |
rename util.set_signal_handler to setsignalhandler
|
Fri, 06 May 2011 15:36:05 +0200 |
Adrian Buehlmann |
rename util.executable_path to executablepath
|
Fri, 06 May 2011 15:34:34 +0200 |
Adrian Buehlmann |
rename util.os_link to oslink
|
Fri, 06 May 2011 15:31:09 +0200 |
Adrian Buehlmann |
rename explain_exit to explainexit
|
Fri, 06 May 2011 15:25:35 +0200 |
Adrian Buehlmann |
rename util.set_binary to setbinary
|
Fri, 06 May 2011 15:22:31 +0200 |
Adrian Buehlmann |
rename util.set_flags to setflags
|
Fri, 06 May 2011 15:19:48 +0200 |
Adrian Buehlmann |
rename util.parse_patch_output to parsepatchoutput
|
Fri, 06 May 2011 15:16:22 +0200 |
Adrian Buehlmann |
rename util.lookup_reg to lookupreg
|
Fri, 06 May 2011 15:13:46 +0200 |
Adrian Buehlmann |
rename util.set_hgexecutable to _sethgexecutable
|
Fri, 06 May 2011 15:10:29 +0200 |
Adrian Buehlmann |
rename util.main_is_frozen to mainfrozen
|
Fri, 06 May 2011 15:02:53 +0200 |
Adrian Buehlmann |
scmutil: rename local function _add_dir_if_not_there
|
Fri, 06 May 2011 14:58:04 +0200 |
Adrian Buehlmann |
rename scmutil.user_rcpath to userrcpath
|
Fri, 06 May 2011 14:54:05 +0200 |
Adrian Buehlmann |
rename scmutil.system_rcpath to systemrcpath
|
Fri, 06 May 2011 14:52:25 +0200 |
Adrian Buehlmann |
rename scmutil.os_rcpath to osrcpath
|
Fri, 06 May 2011 11:51:18 -0500 |
Matt Mackall |
merge with stable
|
Fri, 06 May 2011 11:50:58 -0500 |
Matt Mackall |
merge with crew
|
Fri, 06 May 2011 14:29:53 +0200 |
Martin Geisler |
merge with stable
|
Fri, 06 May 2011 09:54:06 +0200 |
Adrian Buehlmann |
rename path_auditor to pathauditor
|
Fri, 06 May 2011 12:09:20 +0200 |
Martin Geisler |
revlog: use real Booleans instead of 0/1 in nodesbetween
|
Fri, 06 May 2011 11:31:40 +0200 |
Martin Geisler |
patch: fix clash between local variable and exception instance
|
Fri, 06 May 2011 11:12:55 +0200 |
Martin Geisler |
patchfile: use real Booleans instead of 0/1
|
Fri, 06 May 2011 11:11:55 +0200 |
Martin Geisler |
annotate: use real Booleans instead of 0/1
|
Fri, 06 May 2011 10:02:46 +0200 |
Martin Geisler |
hbisect: use real Booleans instead of 0/1
|
Fri, 06 May 2011 14:45:13 +0200 |
Peter Arrenbrecht |
summary: run discovery only once for in/out against same repo
|
Fri, 06 May 2011 14:44:18 +0200 |
Peter Arrenbrecht |
discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
|
Fri, 06 May 2011 16:00:48 +0300 |
Idan Kamara |
transplant: remove unneeded loop over repo in revset
|
Fri, 06 May 2011 15:37:38 +0300 |
Idan Kamara |
transplant: fix revset doc
stable
|
Fri, 06 May 2011 16:07:35 +0300 |
Idan Kamara |
mq: add a 'mq()' revset predicate that returns applied mq csets
|
Fri, 06 May 2011 10:17:07 -0500 |
Augie Fackler |
pyflakes: ignore files marked no-check-code
|
Thu, 05 May 2011 18:05:24 +0200 |
Sune Foldager |
revlog: compute correct deltaparent in the deltaparent function
|
Thu, 05 May 2011 11:33:02 -0400 |
Zachary Gramana |
changelog: fixes leaked file handle
|
Thu, 05 May 2011 23:21:37 +0800 |
Steven Brown |
setdiscovery: limit lines to 80 characters
|
Thu, 05 May 2011 16:01:09 +0200 |
Thomas Arendsen Hein |
subrepo: use code from 71ea5b2b9517 only if Python needs it (issue2795)
stable
|
Wed, 04 May 2011 22:08:55 -0500 |
Augie Fackler |
sslutil: extracted ssl methods from httpsconnection in url.py
|
Fri, 06 May 2011 00:34:10 +0200 |
Mads Kiilerich |
check-code: fix checking for sh style in .t tests
|
Thu, 05 May 2011 20:04:49 +0200 |
Martin Geisler |
run-tests: add --shell command line flag
|
Thu, 05 May 2011 20:03:43 +0200 |
Martin Geisler |
run-tests: use type of default to convert environment variable
|
Thu, 05 May 2011 19:29:02 +0200 |
Martin Geisler |
test-treediscovery: fix escaping for both dash and bash
|
Thu, 05 May 2011 12:53:33 +0200 |
Peter Arrenbrecht |
treediscovery: fix regression when run against older repos (issue2793)
|
Thu, 05 May 2011 14:57:21 +0200 |
Martin Geisler |
commands: use util.Abort's hint some more
|
Thu, 05 May 2011 12:16:43 +0200 |
Martin Geisler |
commands: use double-quotes for strings with single-quotes
|
Thu, 05 May 2011 12:46:02 +0200 |
Sune Foldager |
revlog: remove support for punched/shallow
|