Mercurial > hg
graph
-
opener: use util.unlink (issue2524)Tue, 11 Jan 2011 14:10:16 +0100, by Adrian Buehlmann
-
lock: use util.unlink (issue2537)Tue, 11 Jan 2011 14:10:16 +0100, by Adrian Buehlmann
-
reintroduces util.unlink, for POSIX and Windows.Tue, 11 Jan 2011 14:10:16 +0100, by Adrian Buehlmann
-
opener: check exception for ENOENTTue, 11 Jan 2011 14:10:16 +0100, by Adrian Buehlmann
-
windows.rename: check OSError for EEXISTTue, 11 Jan 2011 14:10:16 +0100, by Adrian Buehlmann
-
perf: restore lazyindex hackTue, 18 Jan 2011 15:55:49 -0600, by Matt Mackall
-
revlog: pass rev to _checkhashTue, 18 Jan 2011 15:55:48 -0600, by Matt Mackall
-
revlog: incrementally build node cache with linear searchesTue, 18 Jan 2011 15:55:46 -0600, by Matt Mackall
-
bundlerepo: use less intrusive util.posixfile to open bundleFri, 07 Jan 2011 10:48:30 +0100, by Adrian Buehlmann
-
osutil: treat open modes 'w' and 'a' as 'w+' and 'a+' in posixfileSat, 15 Jan 2011 23:54:01 +0100, by Adrian Buehlmann
-
move tags.cache and branchheads.cache to a collected cache folder .hg/cache/Tue, 04 Jan 2011 06:29:08 +0100, by jfh
-
addchangegroup: document the current locking semanticsSun, 16 Jan 2011 17:26:34 +0100, by Benoit Boissinot
-
keyword: update documentation for kwshrinkSun, 16 Jan 2011 15:45:26 +0100, by Christian Ebert
-
tests: remove duplication of the CGI environment variablesSun, 16 Jan 2011 19:12:54 +0800, by StevenGBrown
-
revlog: explicit test and explicit variable namesSun, 16 Jan 2011 12:25:46 +0100, by Benoit Boissinot
-
revlog: if the nodemap is set, use the fast version of revlog.rev()Sun, 16 Jan 2011 12:24:48 +0100, by Benoit Boissinot
-
revlog/parseindex: construct the nodemap if it is emptySat, 15 Jan 2011 15:06:53 +0100, by Benoit Boissinot
-
revlog: always add the magic nullid/nullrev entry in parseindexSat, 15 Jan 2011 13:02:19 +0100, by Benoit Boissinot
-
revlog/parseindex: no need to pass the file aroundSat, 15 Jan 2011 15:04:58 +0100, by Benoit Boissinot
-
parsers.c: fix commentSat, 15 Jan 2011 12:44:28 +0100, by Benoit Boissinot
-
perf: there is no lazy index anymoreSat, 15 Jan 2011 12:28:10 +0100, by Benoit Boissinot
-
pure: update index parsingWed, 12 Jan 2011 13:54:39 -0600, by Matt Mackall
-
perf: fix ordering of invalidate in perfindexWed, 12 Jan 2011 11:34:42 -0600, by Matt Mackall
-
revlog: do revlog node->rev mapping by scanningTue, 11 Jan 2011 21:52:03 -0600, by Matt Mackall
-
revlog: introduce a cache for partial lookupsTue, 11 Jan 2011 17:12:32 -0600, by Matt Mackall
-
tags: avoid a pointless usage of revlog.nodemapTue, 11 Jan 2011 17:09:06 -0600, by Matt Mackall
-
mq: avoid using revlog.nodemap unnecessarilyTue, 11 Jan 2011 17:06:07 -0600, by Matt Mackall
-
perf: make perfindex results useful on hg with lazyparserTue, 11 Jan 2011 17:01:14 -0600, by Matt Mackall
-
revlog: only build the nodemap on demandTue, 11 Jan 2011 17:01:04 -0600, by Matt Mackall
-
revlog: remove lazy indexTue, 04 Jan 2011 14:12:52 -0600, by Matt Mackall
-
merge with i18nTue, 11 Jan 2011 14:58:17 -0600, by Matt Mackall
-
i18n-da: synchronized with f3058dd05281Tue, 04 Jan 2011 12:16:32 +0100, by Martin Geisler
-
merge with stableTue, 11 Jan 2011 02:48:58 +0100, by Mads Kiilerich
-
url: check subjectAltName when verifying ssl certificate stableSun, 09 Jan 2011 00:35:36 +0900, by Yuya Nishihara
-
url: fix UnicodeDecodeError on certificate verification error stableSat, 08 Jan 2011 21:52:25 +0900, by Yuya Nishihara
-
merge with stableSat, 08 Jan 2011 22:15:19 -0600, by Steve Borho
-
win32: add cacert.pem file to Inno Setup installer stableSat, 08 Jan 2011 11:18:38 +0100, by Pascal Quantin
-
test-mq-subrepo.t: skip test if svn not installedFri, 07 Jan 2011 19:15:21 +0100, by Adrian Buehlmann
-
mail: fix regression when parsing unset smtp.tls optionFri, 07 Jan 2011 20:50:42 +0100, by Patrick Mezard
-
bash_completion: support record commandFri, 07 Jan 2011 20:50:41 +0100, by Patrick Mezard
-
subrepo: fix svnsubrepo.dirty() checking of ignoreupdate (issue2499)Tue, 04 Jan 2011 11:33:47 -0600, by Kevin Bullock
-
test-mq-subrepo.t: correctly forward stdin to test functionsFri, 07 Jan 2011 17:44:23 +0100, by Patrick Mezard
-
filelog: move metadata parsing to a helper functionThu, 06 Jan 2011 17:04:47 -0600, by Matt Mackall
-
revlog: break hash checking into subfunctionThu, 06 Jan 2011 17:04:41 -0600, by Matt Mackall
-
ui: add configpath helperThu, 06 Jan 2011 17:04:33 -0600, by Matt Mackall
-
tests: check visibility of pending changesetsWed, 29 Dec 2010 18:29:15 -0800, by John Coomes
-
progress: handle days, weeks and yearsSun, 02 Jan 2011 18:51:59 +0200, by timeless
-
rename util.unlink to unlinkpathSun, 02 Jan 2011 19:34:41 +0100, by Adrian Buehlmann
-
merge with stableWed, 05 Jan 2011 15:56:03 +0100, by Martin Geisler
-
subrepo: do not report known files inside repositories as unknown stableTue, 04 Jan 2011 03:53:11 -0800, by Oleg Stepanov
-
hgrc.5: mention that web.cacerts are run through util.expandpath stableWed, 05 Jan 2011 10:57:52 +0100, by Martin Geisler
-
commands: clarify which aliases "hg help -v" show (issue2572) stableWed, 05 Jan 2011 10:47:35 +0100, by Martin Geisler
-
mq: record more data in patchheader class (no behavior changes)Fri, 31 Dec 2010 17:09:38 -0600, by Steve Borho
-
merge with stableSat, 01 Jan 2011 18:42:04 -0600, by Matt Mackall
-
util: fix ellipsis() not to break multi-byte sequence (issue2564) stable 1.7.3Sat, 25 Dec 2010 21:59:00 +0900, by Yuya Nishihara
-
strip: typo bugfix related to '--nobackup -> --no-backup' rename (issue2377) stableFri, 31 Dec 2010 15:14:51 +0100, by Jacek Sowiński
-
i18n/pt_BR.po: synchronized with 2fa2e6444645 stableMon, 20 Dec 2010 19:57:12 -0200, by Wagner Bruna
-
match: support reading pattern lists from filesThu, 23 Dec 2010 15:12:24 -0600, by Steve Borho
-
merge with stableThu, 30 Dec 2010 23:36:50 -0600, by Steve Borho
-
wix: add an ssl certificate file to the WiX installers stableWed, 29 Dec 2010 18:27:56 -0600, by Steve Borho
-
merge with stableWed, 29 Dec 2010 15:31:25 -0600, by Matt Mackall
-
merge with stableWed, 29 Dec 2010 14:19:44 -0600, by Matt Mackall
-
date: fix matching of underspecified date ranges stableWed, 29 Dec 2010 14:19:31 -0600, by Matt Mackall
-
date: fix matching of underspecified date rangesWed, 29 Dec 2010 14:04:47 -0600, by Matt Mackall
-
merge with stableWed, 29 Dec 2010 11:18:27 -0600, by Matt Mackall
-
test-static-http.t: increase test coverage on filenamesSun, 26 Dec 2010 12:08:20 +0100, by Adrian Buehlmann
-
test-static-http.t: get kill actually workingSun, 26 Dec 2010 11:59:07 +0100, by Adrian Buehlmann
-
hooks: sort any dictionaries set in the environmentFri, 24 Dec 2010 15:22:00 +0100, by Dan Villiom Podlaski Christiansen
-
windows.rename: eliminate temp name race (issue2571) stableMon, 27 Dec 2010 01:12:31 +0100, by Adrian Buehlmann
-
merge with stableTue, 28 Dec 2010 13:31:30 -0600, by Matt Mackall
-
checknlink: use two testfiles (issue2543) stableMon, 13 Dec 2010 22:38:06 +0100, by Adrian Buehlmann
-
help: correct documentation for branches keyword stableSun, 19 Dec 2010 21:49:54 -0500, by John Peberdy
-
notify: use util.ellipsis() to truncate long subject stableFri, 24 Dec 2010 01:17:18 +0900, by Yuya Nishihara
-
smtp: fix for server doesn't support starttls extensionMon, 20 Dec 2010 16:56:54 +0800, by Zhigang Wang
-
avoid .split() in for loops and use tuples insteadThu, 02 Dec 2010 03:43:06 +0100, by David Soria Parra
-
hgweb: added revision date to annotate line dataMon, 06 Dec 2010 16:56:06 +0100, by Oli Thissen
-
patchbomb: save introductory message in .hg/last-email.txtTue, 21 Dec 2010 19:44:28 +0900, by Nicolas Dumazet
-
opener: forbid paths ending with directory separator (issue2507)Fri, 17 Dec 2010 12:05:45 +0000, by Jim Hague
-
record: clean up command tableTue, 21 Dec 2010 15:27:58 -0600, by Kevin Bullock
-
record: clean up comments and docstringsTue, 21 Dec 2010 15:23:48 -0600, by Kevin Bullock
-
test-doctest: test url.py again, removed by 7cc4263e07a9Tue, 28 Dec 2010 14:53:08 +0100, by Patrick Mezard
-
merge with stableMon, 27 Dec 2010 17:54:45 +0100, by Mads Kiilerich
-
https: use web.cacerts configuration from local repo to validate remote repo stableMon, 27 Dec 2010 17:49:58 +0100, by Mads Kiilerich
-
extensions: warn about invalid extensions when listing disabled commandsSun, 26 Dec 2010 00:43:49 +0100, by Mads Kiilerich
-
convert: subversion should use util.quotecommand to wrap args to popen2Wed, 22 Dec 2010 13:25:00 -0600, by Steve Borho
-
merge with stableThu, 23 Dec 2010 13:23:20 -0600, by Steve Borho
-
util: concentrate quoting knowledge to windows.py quotecommand() stableWed, 22 Dec 2010 13:25:00 -0600, by Steve Borho
-
templater: clarify engine cachingWed, 22 Dec 2010 13:16:03 -0600, by Matt Mackall
-
merge with crewWed, 22 Dec 2010 13:16:00 -0600, by Matt Mackall
-
tests: clean up test-rollback.tTue, 21 Dec 2010 19:47:36 +0900, by Nicolas Dumazet
-
merge with stableMon, 20 Dec 2010 15:27:15 -0600, by Matt Mackall
-
subrepo: basic support for status of git subreposMon, 20 Dec 2010 13:59:33 -0500, by Eric Eisner
-
subrepo: fix subrelpath for git subreposMon, 20 Dec 2010 13:59:33 -0500, by Eric Eisner
-
subrepo: fix git archive parsing of directories and symfilesMon, 20 Dec 2010 13:59:33 -0500, by Eric Eisner
-
subrepo: support ignoreupdate in gitsubrepo's dirty()Mon, 20 Dec 2010 13:59:33 -0500, by Eric Eisner
-
subrepo: backout 519ac79d680bMon, 20 Dec 2010 13:59:19 -0500, by Eric Eisner
-
url: fix check-code whitespace complaintMon, 20 Dec 2010 12:12:18 -0600, by Matt Mackall
-
templater: use the parser.py parser to extend the templater syntaxMon, 20 Dec 2010 12:09:00 -0600, by Matt Mackall
-
templater: give slightly nicer error for unknown map entriesMon, 20 Dec 2010 12:09:00 -0600, by Matt Mackall
-
mq: update .hgsubstate if subrepos are clean (issue2499)Tue, 07 Dec 2010 22:14:43 -0600, by Kevin Bullock
-
backout f08df4d38442Tue, 07 Dec 2010 22:14:43 -0600, by Kevin Bullock
-
subrepo: backout f02d7a562a21Fri, 17 Dec 2010 13:38:15 +0100, by Erik Zielke
-
merge with i18nMon, 20 Dec 2010 12:08:56 -0600, by Matt Mackall
-
merge with stableMon, 20 Dec 2010 12:08:50 -0600, by Matt Mackall
-
fncachestore: copy dh directory before the manifest stableFri, 17 Dec 2010 10:40:26 +0100, by Adrian Buehlmann
-
i18n: merge with stableFri, 10 Dec 2010 12:51:37 +0100, by Martin Geisler
-
i18n-de: translated strings for the purge extension stableSat, 04 Dec 2010 19:28:15 +0100, by Arne Babenhauserheide
-
merge with stableSat, 18 Dec 2010 22:06:11 +0100, by Mads Kiilerich
-
https: warn when server certificate isn't verified stableSat, 18 Dec 2010 21:58:52 +0100, by Mads Kiilerich