Mercurial > hg
graph
-
hgweb: extract the path logic from updatereqenv and add doctestsMon, 01 Aug 2011 14:53:10 -0500, by Matt Mackall
-
merge with stableMon, 01 Aug 2011 14:52:11 -0500, by Matt Mackall
-
hgweb: handle 'baseurl' configurations with leading slash (issue2934) stableMon, 01 Aug 2011 09:48:10 +0200, by wujek
-
ui: call write() so the prompt string goes through subclassed implementation stableMon, 01 Aug 2011 19:53:00 +0300, by Idan Kamara
-
merge with stableMon, 01 Aug 2011 10:54:34 -0500, by Matt Mackall
-
i18n-ja: synchronized with 4fdab926e111 stableSun, 31 Jul 2011 23:42:40 +0900, by FUJIWARA Katsunori
-
parsers: remove redundant 'n' variable in parsers.parse_index2() (issue2935)Sun, 31 Jul 2011 22:12:13 +0200, by py4fun
-
subrepo: handle adding svn subrepo with a svn:external file in it (issue2931) stableThu, 28 Jul 2011 13:28:32 -0400, by Vasily Titskiy
-
hook: be prepared for __stdout/err__ not having fileno() stableSat, 30 Jul 2011 23:41:10 +0300, by Idan Kamara
-
dispatch: make sure global options on the command line take precedence stableSat, 30 Jul 2011 21:04:14 +0300, by Idan Kamara
-
http2: send an extra header to signal a non-broken client stableWed, 27 Jul 2011 18:35:35 -0500, by Augie Fackler
-
httpclient: import ca33b88d143c from py-nonblocking-http (issue2932) stableFri, 29 Jul 2011 12:46:45 -0500, by Augie Fackler
-
color.py - clear _terminfo_params in win32 mode stableFri, 29 Jul 2011 15:36:27 +0400, by Andrei Vermel
-
url: store and assume the query part of an url is in escaped form (issue2921) stableSun, 31 Jul 2011 21:00:44 +0200, by Benoit Boissinot
-
mq/qqueue: print current queue nameFri, 29 Jul 2011 20:26:52 +0200, by Yann E. MORIN
-
export: add %m to file format string (first line of the commit message)Sat, 30 Jul 2011 11:08:45 +0100, by Andrzej Bieniek
-
windows: eliminate win32 wildcard importFri, 29 Jul 2011 00:39:27 +0200, by Adrian Buehlmann
-
merge with stableFri, 29 Jul 2011 17:27:38 -0500, by Matt Mackall
-
merge with crewFri, 29 Jul 2011 17:27:14 -0500, by Matt Mackall
-
test-filecache: change for python 2.4 compatibilityThu, 28 Jul 2011 02:38:01 +0300, by Lee Cantey
-
setdiscovery: return anyincoming=False when remote's only head is nullid stableWed, 27 Jul 2011 18:32:54 -0400, by Andrew Pritchard
-
i18n: use UTF-8 string to lower filename for case collision check stableThu, 28 Jul 2011 14:36:07 +0900, by FUJIWARA Katsunori
-
merge with crewThu, 28 Jul 2011 14:20:06 -0500, by Matt Mackall
-
check-code: disallow use of hasattr()Mon, 25 Jul 2011 14:59:31 -0500, by Augie Fackler
-
demandimport: use getattr instead of hasattrMon, 25 Jul 2011 21:15:48 -0500, by Augie Fackler
-
demandimport: blacklist rfc822 and mimetools to prevent spurious warningsTue, 01 Mar 2011 23:35:22 -0600, by Augie Fackler
-
i18n: use getattr instead of hasattrMon, 25 Jul 2011 20:46:30 -0500, by Augie Fackler
-
win32/hgwebdir_wsgi: use getattr instead of hasattrMon, 25 Jul 2011 16:09:18 -0500, by Augie Fackler
-
setup.py: use getattr instead of hasdattrMon, 25 Jul 2011 16:08:57 -0500, by Augie Fackler
-
setup3k: use getattr instead of hasattrMon, 25 Jul 2011 16:07:52 -0500, by Augie Fackler
-
tests: use getattr instead of hasattrMon, 25 Jul 2011 16:37:18 -0500, by Augie Fackler
-
wireproto: use safehasattr or getattr instead of hasattrMon, 25 Jul 2011 16:05:01 -0500, by Augie Fackler
-
windows: use getattr instead of hasattrMon, 25 Jul 2011 16:04:44 -0500, by Augie Fackler
-
util: use safehasattr or getattr instead of hasattrMon, 25 Jul 2011 16:04:40 -0500, by Augie Fackler
-
templatefilters: use safehasattr instead of hasattrMon, 25 Jul 2011 16:02:42 -0500, by Augie Fackler
-
patch: use safehasattr instead of hasattrMon, 25 Jul 2011 16:02:27 -0500, by Augie Fackler
-
mail: use safehasattr instead of hasattrMon, 25 Jul 2011 16:02:15 -0500, by Augie Fackler
-
url: replace uses of hasattr with safehasattr or getattrMon, 25 Jul 2011 15:55:51 -0500, by Augie Fackler
-
subrepo: use safehasattr instead of hasattrMon, 25 Jul 2011 15:53:22 -0500, by Augie Fackler
-
statichttprepo: replace hasattr with getattrMon, 25 Jul 2011 15:47:43 -0500, by Augie Fackler
-
walkrepos: use getattr instead of hasattr for samestatMon, 25 Jul 2011 15:45:11 -0500, by Augie Fackler
-
revlog: use getattr instead of hasattrMon, 25 Jul 2011 15:43:55 -0500, by Augie Fackler
-
lsprof: use getattr instead of hasattrMon, 25 Jul 2011 15:41:46 -0500, by Augie Fackler
-
keepalive: use safehasattr instead of hasattrMon, 25 Jul 2011 20:36:59 -0500, by Augie Fackler
-
hgweb: move remaining hasattr calls to safehasattrMon, 25 Jul 2011 15:38:46 -0500, by Augie Fackler
-
wsgicgi: use getattr instead of hasattrMon, 25 Jul 2011 15:38:10 -0500, by Augie Fackler
-
httprepo: use getattr instead of hasattrMon, 25 Jul 2011 15:37:52 -0500, by Augie Fackler
-
help command: use safehasattr instead of hasattrMon, 25 Jul 2011 15:36:13 -0500, by Augie Fackler
-
hgweb_mod: use safehasattr instead of hasattrMon, 25 Jul 2011 16:27:08 -0500, by Augie Fackler
-
hg: use safehasattr instead of hasattrMon, 25 Jul 2011 15:22:18 -0500, by Augie Fackler
-
encoding: use getattr isntead of hasattrMon, 25 Jul 2011 15:19:43 -0500, by Augie Fackler
-
dispatch: use safehasattr instead of hasattrMon, 25 Jul 2011 15:17:47 -0500, by Augie Fackler
-
debugignore: use getattr instead of hasattrMon, 25 Jul 2011 16:36:56 -0500, by Augie Fackler
-
cmdutil: use safehasattr instead of hasattrMon, 25 Jul 2011 15:32:42 -0500, by Augie Fackler
-
byterange: replace uses of hasattr with getattrMon, 25 Jul 2011 15:09:17 -0500, by Augie Fackler
-
bookmarks: use getattr instead of hasattrMon, 25 Jul 2011 15:07:09 -0500, by Augie Fackler
-
hgext: replace uses of hasattr with util.safehasattrMon, 25 Jul 2011 20:37:12 -0500, by Augie Fackler
-
globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')Mon, 25 Jul 2011 15:30:19 -0500, by Augie Fackler
-
globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')Mon, 25 Jul 2011 16:24:37 -0500, by Augie Fackler
-
safehasattr: new function to work around hasattr being brokenMon, 25 Jul 2011 14:59:55 -0500, by Augie Fackler
-
windows: check util.mainfrozen() instead of ad-hoc checks everywhereMon, 25 Jul 2011 16:14:02 -0500, by Augie Fackler
-
notify: rewrite user documentationTue, 26 Jul 2011 21:30:12 +0200, by Patrick Mezard
-
cmdserver: repo.invalidate() on every runcommandMon, 25 Jul 2011 22:19:28 +0300, by Idan Kamara
-
help: add "web/logoimg" setting descriptionMon, 25 Jul 2011 08:28:37 +0200, by Angel Ezquerra
-
filecache: fix check-code complaintMon, 25 Jul 2011 12:58:47 -0500, by Matt Mackall
-
localrepo: unify tag related info into a tagscache classMon, 25 Jul 2011 15:08:57 +0300, by Idan Kamara
-
localrepo: make invalidate() walk _filecacheMon, 25 Jul 2011 15:08:37 +0300, by Idan Kamara
-
localrepo: decorate manifest() with filecacheMon, 25 Jul 2011 15:08:37 +0300, by Idan Kamara
-
localrepo: decorate _bookmarks/current with filecacheMon, 25 Jul 2011 15:08:37 +0300, by Idan Kamara
-
localrepo: decorate changelog() with filecacheMon, 25 Jul 2011 15:08:37 +0300, by Idan Kamara
-
localrepo: refresh filecache entries after releasing a repo.lock()Mon, 25 Jul 2011 15:08:37 +0300, by Idan Kamara
-
localrepo: decorate dirstate() with filecacheMon, 25 Jul 2011 15:08:37 +0300, by Idan Kamara
-
localrepo: add a cache with stat info for files under .hg/Mon, 25 Jul 2011 15:08:37 +0300, by Idan Kamara
-
scmutil: introduce filecacheSat, 09 Jul 2011 19:06:59 +0300, by Idan Kamara
-
posix, windows: introduce cachestatMon, 25 Jul 2011 15:03:02 +0300, by Idan Kamara
-
util: eliminate wildcard importsSat, 23 Jul 2011 12:29:52 +0200, by Adrian Buehlmann
-
templater: use a global funcs tableSat, 23 Jul 2011 14:33:35 -0500, by Matt Mackall
-
ui: config path relative to repo rootSat, 23 Jul 2011 06:09:14 +0200, by Simon Heimberg
-
ui: providing no default value to configpath should not raise an ErrorSat, 23 Jul 2011 06:08:52 +0200, by Simon Heimberg
-
ui: fix error, base can not be a listSat, 23 Jul 2011 06:08:49 +0200, by Simon Heimberg
-
merge with stableSat, 23 Jul 2011 11:52:25 -0500, by Matt Mackall
-
test-i18n, i18n-pt_BR: updated test message changed in 41c3a71c318d stableFri, 22 Jul 2011 20:31:15 -0300, by Wagner Bruna
-
merge with stableFri, 22 Jul 2011 17:17:23 -0500, by Matt Mackall
-
rebase: remove trailing whitespace found by check-code stableThu, 21 Jul 2011 15:56:15 -0500, by Augie Fackler
-
hooks: use python 2.4 compatible exception handling stableFri, 22 Jul 2011 08:03:47 -0700, by Lee Cantey
-
url: handle urls of the form file:///c:/foo/bar/ correctly stableFri, 22 Jul 2011 17:11:35 -0500, by Matt Mackall
-
dispatch: avoid double backslashes in error message stableThu, 21 Jul 2011 16:02:34 -0400, by David Golub
-
hgweb: add a "web/logoimg" setting to customize the web logo imageThu, 21 Jul 2011 15:10:16 +0200, by Angel Ezquerra
-
util: move windows and posix wildcard imports to begin of fileThu, 21 Jul 2011 11:05:26 +0200, by Adrian Buehlmann
-
util: move "default" hidewindow to posix.pyFri, 22 Jul 2011 10:35:05 +0200, by Adrian Buehlmann
-
util: move "default" lookupreg to posix.pyFri, 22 Jul 2011 10:31:56 +0200, by Adrian Buehlmann
-
util: move "default" unlinkpath to posix.pyFri, 22 Jul 2011 09:55:46 +0200, by Adrian Buehlmann
-
util: move "default" makedir to posix.pyFri, 22 Jul 2011 09:53:15 +0200, by Adrian Buehlmann
-
summary: allow color to highlight active bookmarkThu, 21 Jul 2011 15:52:08 -0500, by Augie Fackler
-
summary: show bookmarks separate from tags and note active mark (issue2892)Mon, 18 Jul 2011 07:53:26 -0500, by Augie Fackler
-
localrepo: make requirements attribute of newly-created repos contain a setWed, 20 Jul 2011 18:23:06 -0400, by Andrew Pritchard
-
localrepo: fix comment on setFri, 22 Jul 2011 16:46:22 -0500, by Matt Mackall
-
revert: restore check for uncommitted merge (issue2915) (BC) stableThu, 21 Jul 2011 15:39:37 -0500, by Matt Mackall
-
localrepo: add set method to iterate over a given revsetThu, 21 Jul 2011 14:06:55 -0500, by Matt Mackall
-
revset: add formatspec convenience query builderThu, 21 Jul 2011 14:05:45 -0500, by Matt Mackall
-
revset: allow bypassing alias expansionThu, 21 Jul 2011 14:04:57 -0500, by Matt Mackall
-
merge with stableTue, 19 Jul 2011 17:51:45 -0500, by Matt Mackall
-
subrepo: don't commit in subrepo if it's clean stableTue, 19 Jul 2011 13:43:53 -0500, by Kevin Bullock
-
rebase: block collapse with keepbranches on multiple named branches (issue2112) stableMon, 18 Jul 2011 22:58:21 +0200, by Stefano Tortarolo
-
merge with stableTue, 19 Jul 2011 14:19:04 -0500, by Matt Mackall
-
hbisect: do not assume that min(good) is an ancestor of min(bad)Sun, 17 Jul 2011 00:36:43 +0200, by Alexander Krauss
-
hbisect: more consistent variable nameSun, 17 Jul 2011 00:35:31 +0200, by Alexander Krauss
-
hbisect: confine loop to the relevant intervalSat, 16 Jul 2011 12:22:40 +0200, by Alexander Krauss
-
win32: assign winstdout to sys.__stdout__ as well (issue2888) stableSat, 16 Jul 2011 15:24:28 +0300, by Idan Kamara
-
alias: note interaction of shell aliases with early opts in helpMon, 18 Jul 2011 14:57:22 -0500, by Matt Mackall
-
alias: fix up test resultsMon, 18 Jul 2011 14:53:52 -0500, by Matt Mackall
-
hooks: redirect stdout/err/in to the ui descriptors when calling python hooks stableSat, 09 Jul 2011 19:06:59 +0300, by Idan Kamara
-
alias: pass local ui to shell aliasFri, 15 Jul 2011 18:03:37 -0500, by Matt Mackall
-
aliases: drop cwd manipulationFri, 15 Jul 2011 16:06:54 -0500, by Matt Mackall
-
dispatch: move shell alias handling after early arg handlingFri, 15 Jul 2011 16:06:53 -0500, by Matt Mackall
-
merge with stableFri, 15 Jul 2011 14:27:16 -0500, by Matt Mackall
-
rebase: reset bookmarks (issue2265 and issue2873) stableFri, 15 Jul 2011 20:07:19 +0200, by Stefano Tortarolo
-
merge with stableFri, 15 Jul 2011 12:56:58 -0500, by Matt Mackall
-
web: Output a correct date in short format (issue2902) stableFri, 15 Jul 2011 10:18:24 +0200, by Benoit Allard
-
test-commandserver: explicitly close opened file stableFri, 15 Jul 2011 16:28:09 +0300, by Idan Kamara
-
verify: fix mq misfireThu, 14 Jul 2011 12:39:39 -0500, by Matt Mackall
-
merge with stableWed, 13 Jul 2011 19:30:27 -0500, by Matt Mackall
-
merge with stableWed, 13 Jul 2011 19:27:56 -0500, by Matt Mackall
-
commit: suppress spurious new head message for duplicate commit (issue2893)Wed, 13 Jul 2011 16:43:18 -0500, by Matt Mackall
-
osutil: emulate os.listdir's OSError for long names (issue2898)Wed, 13 Jul 2011 16:58:51 -0500, by Matt Mackall
-
verify: filter messages about missing null manifests (issue2900)Wed, 13 Jul 2011 16:28:46 -0500, by Matt Mackall
-
merge with crewWed, 13 Jul 2011 19:24:54 -0500, by Matt Mackall
-
subrepo: use working copy of .hgsub to filter status (issue2901) stableWed, 13 Jul 2011 17:41:49 -0500, by Matt Mackall
-
notify: remove unused url() methodWed, 13 Jul 2011 19:23:33 +0200, by Patrick Mezard
-
test-notify-changegroup: test notifications on unbundleWed, 13 Jul 2011 19:23:12 +0200, by Patrick Mezard
-
run-tests: fix summary when accepting changes interactivelyWed, 13 Jul 2011 19:23:08 +0200, by Patrick Mezard
-
merge with stableWed, 13 Jul 2011 16:29:28 -0500, by Matt Mackall
-
verify: filter messages about missing null manifests (issue2900) stableWed, 13 Jul 2011 16:28:46 -0500, by Matt Mackall
-
cmdserver: restore old working dir after dispatch when we have --cwd stableMon, 11 Jul 2011 17:49:45 +0300, by Idan Kamara
-
dispatch: don't use request repo if we have --cwd stableMon, 11 Jul 2011 17:46:55 +0300, by Idan Kamara
-
eol: ignore IOError from deleted files in commitctx stableTue, 12 Jul 2011 12:06:11 -0400, by Nicholas Riley
-
dispatch: fix checking of rpath in _getlocalTue, 12 Jul 2011 16:36:34 -0500, by Matt Mackall
-
ui: rename _is_trusted to _trustedTue, 12 Jul 2011 16:36:22 -0500, by Matt Mackall
-
merge with stableTue, 12 Jul 2011 16:27:03 -0500, by Matt Mackall
-
eol: fix silly test-gendoc breakage by escaping control charactersTue, 12 Jul 2011 16:22:36 -0500, by Matt Mackall
-
eol: document new eol.fix-trailing-newline settingThu, 07 Jul 2011 12:13:07 +0200, by Martin Geisler
-
eol: fix missing trailing newlines in comitted filesFri, 01 Jul 2011 23:12:52 +0400, by Stepan Koltsov
-
eol: eol.only-consistent can now be specified in .hgeolFri, 01 Jul 2011 22:53:58 +0400, by Stepan Koltsov
-
merge with stableThu, 07 Jul 2011 10:34:19 +0200, by Martin Geisler
-
commands: use mergetoolopts when a command supports --toolThu, 07 Jul 2011 10:19:37 +0200, by Martin Geisler
-
revsets: actually catch type error on tip^p1(tip) (issue2884) stableTue, 12 Jul 2011 12:35:03 -0500, by Matt Mackall
-
hgcia: Set default value of strip to -1 (issue2891) stableSat, 09 Jul 2011 09:44:15 +0200, by Cédric Krier
-
commands: improve help for -y/--noninteractive stableThu, 07 Jul 2011 10:32:30 +0200, by Martin Geisler
-
bookmarks: simplify warning codeWed, 06 Jul 2011 19:25:56 -0500, by Matt Mackall
-
bookmarks: drop superfluous stripWed, 06 Jul 2011 19:25:56 -0500, by Matt Mackall
-
bookmarks: add a warning for non empty malformed lineTue, 05 Jul 2011 10:20:27 +0200, by Pierre-Yves David
-
bookmarks: more robust parsing of bookmarks fileTue, 05 Jul 2011 10:13:54 +0200, by Pierre-Yves David
-
merge with stableWed, 06 Jul 2011 19:25:53 -0500, by Matt Mackall
-
revsets: catch type error on tip^p1(tip) (issue2884) stableWed, 06 Jul 2011 13:43:29 -0500, by Matt Mackall
-
revsets: do the right thing with x^:y (issue2884) stableWed, 06 Jul 2011 13:37:50 -0500, by Matt Mackall
-
win32mbcs: wrap two more functions to be wrapped. stableWed, 06 Jul 2011 18:28:42 +0900, by Shun-ichi GOTO
-
commands, merge: call setconfig on the right uiTue, 05 Jul 2011 14:36:33 +0300, by Idan Kamara
-
peer: change arg name to convey it can be a repo as wellTue, 05 Jul 2011 14:28:55 +0300, by Idan Kamara
-
progress: add a changedelay to prevent parallel topics from flapping (issue2698)Thu, 23 Jun 2011 15:00:45 -0500, by Augie Fackler
-
progress: make progress bar a singleton to avoid double-progress ui bugsThu, 23 Jun 2011 14:55:09 -0500, by Augie Fackler
-
progress: remove superfluous parensThu, 02 Jun 2011 14:33:01 -0500, by Augie Fackler
-
keyword: reuse already present working contexts for matchSun, 03 Jul 2011 12:58:03 +0200, by Christian Ebert
-
merge with stableTue, 05 Jul 2011 14:30:53 -0500, by Matt Mackall
-
patch: fix parsing patch files containing CRs not followed by LFs stableMon, 04 Jul 2011 19:53:39 -0300, by Wagner Bruna
-
treediscovery: rename stop() in tests to fix failures on AIX. stableTue, 05 Jul 2011 11:53:32 +0100, by Jim Hague
-
help: fileset foo.lst was named files.lst stableFri, 01 Jul 2011 22:50:36 +0200, by Arne Babenhauserheide
-
merge with stableFri, 01 Jul 2011 13:59:09 -0500, by Matt Mackall
-
util: rename the util.localpath that uses url to urllocalpath (issue2875) stable 1.9Fri, 01 Jul 2011 17:37:09 +0200, by Mads Kiilerich
-
tests: restore previous fix for date ambiguity in cvs test stableFri, 01 Jul 2011 18:13:48 +0200, by Mads Kiilerich
-
merge with stableThu, 30 Jun 2011 19:34:09 -0500, by Matt Mackall
-
run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate() stableThu, 30 Jun 2011 16:36:38 +0200, by Thomas Arendsen Hein
-
run-tests: fallback to SIGTERM if subprocess.Popen does not have terminate() stableThu, 30 Jun 2011 16:25:05 +0200, by Thomas Arendsen Hein
-
i18n-pt_BR: translate template filter descriptions stableThu, 30 Jun 2011 20:37:32 -0300, by Wagner Bruna
-
i18n-ja: recover template translations from 15200b46165b stableThu, 30 Jun 2011 20:05:23 -0300, by Wagner Bruna
-
i18n-ru: fixed mixed up msgid and msgstr in annotate stableFri, 01 Jul 2011 00:26:45 +0400, by Alexander Sauta
-
i18n-ru: translated missing strings for commands, some typos corrected stableFri, 01 Jul 2011 00:14:30 +0400, by Alexander Sauta
-
merge with stableWed, 29 Jun 2011 16:05:59 -0500, by Matt Mackall
-
i18n-ja: synchronized with 5c046e4b9652 stableThu, 30 Jun 2011 01:55:14 +0900, by FUJIWARA Katsunori
-
i18n-ru: translated help for urls. Thus, all stock commands and help translated stableWed, 29 Jun 2011 19:04:03 +0400, by Alexander Sauta
-
i18n-ru: translated help for multirevs-subrepos stableTue, 28 Jun 2011 20:42:07 +0400, by Alexander Sauta
-
i18n: merge with stableTue, 28 Jun 2011 10:02:39 +0200, by Martin Geisler
-
i18n-pt_BR: add lost translation used in test-i18n.t stableTue, 28 Jun 2011 09:58:39 +0200, by Martin Geisler
-
i18n: merge with mainTue, 28 Jun 2011 09:39:58 +0200, by Martin Geisler
-
merge with stableTue, 28 Jun 2011 00:38:59 +0400, by Alexander Sauta
-
i18n-ru: translated help for merge-toolsTue, 28 Jun 2011 00:34:49 +0400, by Alexander Sauta
-
i18n-ru: translated help for hgignoreMon, 27 Jun 2011 21:34:48 +0400, by Alexander Sauta
-
merge with stableMon, 27 Jun 2011 19:11:34 +0200, by Martin Geisler
-
i18n-ru: tranlated docstrings from filesets added in 1575dc5d399a stableWed, 22 Jun 2011 02:47:03 +0400, by Alexander Sauta
-
i18n-ru: translated help for extensions and filesets stableWed, 22 Jun 2011 02:09:23 +0400, by Alexander Sauta
-
i18n: merge with mainMon, 27 Jun 2011 19:06:18 +0200, by Martin Geisler
-
merge with i18nMon, 27 Jun 2011 13:24:28 -0300, by Wagner Bruna
-
i18n-ru: glossary translatedThu, 23 Jun 2011 10:41:33 +0400, by Alexander Sauta
-
i18n-ru: tranlated docstrings from filesets added in 1575dc5d399aWed, 22 Jun 2011 02:47:03 +0400, by Alexander Sauta
-
i18n-ru: translated help for extensions and filesetsWed, 22 Jun 2011 02:09:23 +0400, by Alexander Sauta
-
merge with i18nTue, 21 Jun 2011 19:00:27 -0300, by Wagner Bruna
-
i18n-ru: translated new config.txtTue, 21 Jun 2011 01:49:45 +0400, by Alexander Sauta
-
wix: add missing templates/paper/diffstat.tmpl stableWed, 29 Jun 2011 12:54:34 +0200, by Adrian Buehlmann
-
hgweb: treat branch attribute `closed' as more important than `inactive' stableWed, 29 Jun 2011 09:36:45 +0200, by Jesse Long
-
color: for the sake of "less -R", default to ansi in auto mode (issue2792) stableWed, 29 Jun 2011 13:20:40 -0400, by Brodie Rao
-
color: fix TypeError with auto mode on win32 when colors aren't available (issue2871) stableWed, 29 Jun 2011 13:20:39 -0400, by Brodie Rao
-
test-revert: add revert --all case when nothing changed stableTue, 28 Jun 2011 00:56:33 +0200, by Adrian Buehlmann
-
subrepos: be smarter about what's an absolute path (issue2808) stableWed, 29 Jun 2011 16:01:06 -0500, by Matt Mackall
-
test-wireprotocol.py: rename to test-wireproto.py for consistency stableWed, 29 Jun 2011 13:04:00 +0200, by Thomas Arendsen Hein
-
classes: fix class style problems found by b071cd58af50 stableWed, 29 Jun 2011 15:00:00 +0200, by Thomas Arendsen Hein