log

age author description
Mon, 25 Jul 2011 16:36:56 -0500 Augie Fackler debugignore: use getattr instead of hasattr
Mon, 25 Jul 2011 15:32:42 -0500 Augie Fackler cmdutil: use safehasattr instead of hasattr
Mon, 25 Jul 2011 15:09:17 -0500 Augie Fackler byterange: replace uses of hasattr with getattr
Mon, 25 Jul 2011 15:07:09 -0500 Augie Fackler bookmarks: use getattr instead of hasattr
Mon, 25 Jul 2011 20:37:12 -0500 Augie Fackler hgext: replace uses of hasattr with util.safehasattr
Mon, 25 Jul 2011 15:30:19 -0500 Augie Fackler globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')
Mon, 25 Jul 2011 16:24:37 -0500 Augie Fackler globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
Mon, 25 Jul 2011 14:59:55 -0500 Augie Fackler safehasattr: new function to work around hasattr being broken
Mon, 25 Jul 2011 16:14:02 -0500 Augie Fackler windows: check util.mainfrozen() instead of ad-hoc checks everywhere
Tue, 26 Jul 2011 21:30:12 +0200 Patrick Mezard notify: rewrite user documentation
Mon, 25 Jul 2011 22:19:28 +0300 Idan Kamara cmdserver: repo.invalidate() on every runcommand
Mon, 25 Jul 2011 08:28:37 +0200 Angel Ezquerra help: add "web/logoimg" setting description
Mon, 25 Jul 2011 12:58:47 -0500 Matt Mackall filecache: fix check-code complaint
Mon, 25 Jul 2011 15:08:57 +0300 Idan Kamara localrepo: unify tag related info into a tagscache class
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: make invalidate() walk _filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate manifest() with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate _bookmarks/current with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate changelog() with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: refresh filecache entries after releasing a repo.lock()
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate dirstate() with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: add a cache with stat info for files under .hg/
Sat, 09 Jul 2011 19:06:59 +0300 Idan Kamara scmutil: introduce filecache
Mon, 25 Jul 2011 15:03:02 +0300 Idan Kamara posix, windows: introduce cachestat
Sat, 23 Jul 2011 12:29:52 +0200 Adrian Buehlmann util: eliminate wildcard imports
Sat, 23 Jul 2011 14:33:35 -0500 Matt Mackall templater: use a global funcs table
Sat, 23 Jul 2011 06:09:14 +0200 Simon Heimberg ui: config path relative to repo root
Sat, 23 Jul 2011 06:08:52 +0200 Simon Heimberg ui: providing no default value to configpath should not raise an Error
Sat, 23 Jul 2011 06:08:49 +0200 Simon Heimberg ui: fix error, base can not be a list
Sat, 23 Jul 2011 11:52:25 -0500 Matt Mackall merge with stable
Fri, 22 Jul 2011 20:31:15 -0300 Wagner Bruna test-i18n, i18n-pt_BR: updated test message changed in 41c3a71c318d stable
Fri, 22 Jul 2011 20:27:40 -0300 Wagner Bruna i18n-pt_BR: synchronized with a934b9249574 stable
Fri, 22 Jul 2011 17:17:23 -0500 Matt Mackall merge with stable
Thu, 21 Jul 2011 15:56:15 -0500 Augie Fackler rebase: remove trailing whitespace found by check-code stable
Fri, 22 Jul 2011 08:03:47 -0700 Lee Cantey hooks: use python 2.4 compatible exception handling stable
Fri, 22 Jul 2011 17:11:35 -0500 Matt Mackall url: handle urls of the form file:///c:/foo/bar/ correctly stable
Thu, 21 Jul 2011 16:02:34 -0400 David Golub dispatch: avoid double backslashes in error message stable
Thu, 21 Jul 2011 15:10:16 +0200 Angel Ezquerra hgweb: add a "web/logoimg" setting to customize the web logo image
Thu, 21 Jul 2011 11:05:26 +0200 Adrian Buehlmann util: move windows and posix wildcard imports to begin of file
Fri, 22 Jul 2011 10:35:05 +0200 Adrian Buehlmann util: move "default" hidewindow to posix.py
Fri, 22 Jul 2011 10:31:56 +0200 Adrian Buehlmann util: move "default" lookupreg to posix.py
Fri, 22 Jul 2011 09:55:46 +0200 Adrian Buehlmann util: move "default" unlinkpath to posix.py
Fri, 22 Jul 2011 09:53:15 +0200 Adrian Buehlmann util: move "default" makedir to posix.py
Thu, 21 Jul 2011 15:52:08 -0500 Augie Fackler summary: allow color to highlight active bookmark
Mon, 18 Jul 2011 07:53:26 -0500 Augie Fackler summary: show bookmarks separate from tags and note active mark (issue2892)
Wed, 20 Jul 2011 18:23:06 -0400 Andrew Pritchard localrepo: make requirements attribute of newly-created repos contain a set
Fri, 22 Jul 2011 16:46:22 -0500 Matt Mackall localrepo: fix comment on set
Thu, 21 Jul 2011 15:39:37 -0500 Matt Mackall revert: restore check for uncommitted merge (issue2915) (BC) stable
Thu, 21 Jul 2011 14:06:55 -0500 Matt Mackall localrepo: add set method to iterate over a given revset
Thu, 21 Jul 2011 14:05:45 -0500 Matt Mackall revset: add formatspec convenience query builder
Thu, 21 Jul 2011 14:04:57 -0500 Matt Mackall revset: allow bypassing alias expansion
Tue, 19 Jul 2011 17:51:45 -0500 Matt Mackall merge with stable
Tue, 19 Jul 2011 13:43:53 -0500 Kevin Bullock subrepo: don't commit in subrepo if it's clean stable
Mon, 18 Jul 2011 22:58:21 +0200 Stefano Tortarolo rebase: block collapse with keepbranches on multiple named branches (issue2112) stable
Tue, 19 Jul 2011 14:19:04 -0500 Matt Mackall merge with stable
Sun, 17 Jul 2011 00:36:43 +0200 Alexander Krauss hbisect: do not assume that min(good) is an ancestor of min(bad)
Sun, 17 Jul 2011 00:35:31 +0200 Alexander Krauss hbisect: more consistent variable name
Sat, 16 Jul 2011 12:22:40 +0200 Alexander Krauss hbisect: confine loop to the relevant interval
Sat, 16 Jul 2011 15:24:28 +0300 Idan Kamara win32: assign winstdout to sys.__stdout__ as well (issue2888) stable
Mon, 18 Jul 2011 14:57:22 -0500 Matt Mackall alias: note interaction of shell aliases with early opts in help
Mon, 18 Jul 2011 14:53:52 -0500 Matt Mackall alias: fix up test results
Sat, 09 Jul 2011 19:06:59 +0300 Idan Kamara hooks: redirect stdout/err/in to the ui descriptors when calling python hooks stable
Fri, 15 Jul 2011 18:03:37 -0500 Matt Mackall alias: pass local ui to shell alias
Fri, 15 Jul 2011 16:06:54 -0500 Matt Mackall aliases: drop cwd manipulation
Fri, 15 Jul 2011 16:06:53 -0500 Matt Mackall dispatch: move shell alias handling after early arg handling
Fri, 15 Jul 2011 14:27:16 -0500 Matt Mackall merge with stable
Fri, 15 Jul 2011 20:07:19 +0200 Stefano Tortarolo rebase: reset bookmarks (issue2265 and issue2873) stable
Fri, 15 Jul 2011 12:56:58 -0500 Matt Mackall merge with stable
Thu, 14 Jul 2011 11:46:15 +0300 Idan Kamara cmdserver: take repo.baseui as our ui stable
Fri, 15 Jul 2011 10:18:24 +0200 Benoit Allard web: Output a correct date in short format (issue2902) stable
Fri, 15 Jul 2011 16:28:09 +0300 Idan Kamara test-commandserver: explicitly close opened file stable
Thu, 14 Jul 2011 12:39:39 -0500 Matt Mackall verify: fix mq misfire
Wed, 13 Jul 2011 19:30:27 -0500 Matt Mackall merge with stable
Wed, 13 Jul 2011 19:30:09 -0500 Matt Mackall merge with i18n stable
Tue, 05 Jul 2011 17:54:36 -0300 Wagner Bruna i18n-pt_BR: synchronized with 35f5cfdd0427 stable
Wed, 13 Jul 2011 19:27:56 -0500 Matt Mackall merge with stable
Wed, 13 Jul 2011 16:43:18 -0500 Matt Mackall commit: suppress spurious new head message for duplicate commit (issue2893)
Wed, 13 Jul 2011 16:58:51 -0500 Matt Mackall osutil: emulate os.listdir's OSError for long names (issue2898)
Wed, 13 Jul 2011 16:28:46 -0500 Matt Mackall verify: filter messages about missing null manifests (issue2900)
Wed, 13 Jul 2011 19:24:54 -0500 Matt Mackall merge with crew
Wed, 13 Jul 2011 17:41:49 -0500 Matt Mackall subrepo: use working copy of .hgsub to filter status (issue2901) stable
Wed, 13 Jul 2011 19:23:33 +0200 Patrick Mezard notify: remove unused url() method
Wed, 13 Jul 2011 19:23:12 +0200 Patrick Mezard test-notify-changegroup: test notifications on unbundle
Wed, 13 Jul 2011 19:23:08 +0200 Patrick Mezard run-tests: fix summary when accepting changes interactively
Wed, 13 Jul 2011 16:29:28 -0500 Matt Mackall merge with stable
Wed, 13 Jul 2011 16:28:46 -0500 Matt Mackall verify: filter messages about missing null manifests (issue2900) stable
Mon, 11 Jul 2011 17:49:45 +0300 Idan Kamara cmdserver: restore old working dir after dispatch when we have --cwd stable
Mon, 11 Jul 2011 17:46:55 +0300 Idan Kamara dispatch: don't use request repo if we have --cwd stable
Tue, 12 Jul 2011 12:06:11 -0400 Nicholas Riley eol: ignore IOError from deleted files in commitctx stable
Fri, 08 Jul 2011 20:24:19 -0500 Steve Borho scmutil: add missing import of re stable
Tue, 12 Jul 2011 16:36:34 -0500 Matt Mackall dispatch: fix checking of rpath in _getlocal
Tue, 12 Jul 2011 16:36:22 -0500 Matt Mackall ui: rename _is_trusted to _trusted
Tue, 12 Jul 2011 16:27:03 -0500 Matt Mackall merge with stable
Tue, 12 Jul 2011 16:22:36 -0500 Matt Mackall eol: fix silly test-gendoc breakage by escaping control characters
Thu, 07 Jul 2011 12:13:07 +0200 Martin Geisler eol: document new eol.fix-trailing-newline setting
Fri, 01 Jul 2011 23:12:52 +0400 Stepan Koltsov eol: fix missing trailing newlines in comitted files
Fri, 01 Jul 2011 22:53:58 +0400 Stepan Koltsov eol: eol.only-consistent can now be specified in .hgeol
Thu, 07 Jul 2011 10:34:19 +0200 Martin Geisler merge with stable
Thu, 07 Jul 2011 10:19:37 +0200 Martin Geisler commands: use mergetoolopts when a command supports --tool
Tue, 12 Jul 2011 12:35:03 -0500 Matt Mackall revsets: actually catch type error on tip^p1(tip) (issue2884) stable
Sat, 09 Jul 2011 09:44:15 +0200 Cédric Krier hgcia: Set default value of strip to -1 (issue2891) stable
Thu, 07 Jul 2011 10:32:30 +0200 Martin Geisler commands: improve help for -y/--noninteractive stable
Wed, 06 Jul 2011 19:25:56 -0500 Matt Mackall bookmarks: simplify warning code
Wed, 06 Jul 2011 19:25:56 -0500 Matt Mackall bookmarks: drop superfluous strip
Tue, 05 Jul 2011 10:20:27 +0200 Pierre-Yves David bookmarks: add a warning for non empty malformed line
Tue, 05 Jul 2011 10:13:54 +0200 Pierre-Yves David bookmarks: more robust parsing of bookmarks file
Wed, 06 Jul 2011 19:25:53 -0500 Matt Mackall merge with stable
Wed, 06 Jul 2011 13:43:29 -0500 Matt Mackall revsets: catch type error on tip^p1(tip) (issue2884) stable
Wed, 06 Jul 2011 13:37:50 -0500 Matt Mackall revsets: do the right thing with x^:y (issue2884) stable
Wed, 06 Jul 2011 18:28:42 +0900 Shun-ichi GOTO win32mbcs: wrap two more functions to be wrapped. stable
Tue, 05 Jul 2011 14:36:33 +0300 Idan Kamara commands, merge: call setconfig on the right ui
Tue, 05 Jul 2011 14:28:55 +0300 Idan Kamara peer: change arg name to convey it can be a repo as well
Thu, 23 Jun 2011 15:00:45 -0500 Augie Fackler progress: add a changedelay to prevent parallel topics from flapping (issue2698)
Thu, 23 Jun 2011 14:55:09 -0500 Augie Fackler progress: make progress bar a singleton to avoid double-progress ui bugs
Thu, 02 Jun 2011 14:33:01 -0500 Augie Fackler progress: remove superfluous parens
Sun, 03 Jul 2011 12:58:03 +0200 Christian Ebert keyword: reuse already present working contexts for match
Tue, 05 Jul 2011 14:30:53 -0500 Matt Mackall merge with stable
Tue, 05 Jul 2011 14:30:42 -0500 Matt Mackall discovery: quiet note about heads stable
Mon, 04 Jul 2011 19:53:39 -0300 Wagner Bruna patch: fix parsing patch files containing CRs not followed by LFs stable
Tue, 05 Jul 2011 11:53:32 +0100 Jim Hague treediscovery: rename stop() in tests to fix failures on AIX. stable
Mon, 04 Jul 2011 14:36:16 +0300 Idan Kamara fileset: fix typo in binary() doc stable
Fri, 01 Jul 2011 22:50:36 +0200 Arne Babenhauserheide help: fileset foo.lst was named files.lst stable
Fri, 01 Jul 2011 13:59:09 -0500 Matt Mackall merge with stable
Fri, 01 Jul 2011 13:54:27 -0500 Matt Mackall Added signature for changeset de9eb6b1da4f stable
Fri, 01 Jul 2011 13:54:25 -0500 Matt Mackall Added tag 1.9 for changeset de9eb6b1da4f stable
Fri, 01 Jul 2011 17:37:09 +0200 Mads Kiilerich util: rename the util.localpath that uses url to urllocalpath (issue2875) stable 1.9
Fri, 01 Jul 2011 18:13:48 +0200 Mads Kiilerich tests: restore previous fix for date ambiguity in cvs test stable
Thu, 30 Jun 2011 19:34:09 -0500 Matt Mackall merge with stable
Thu, 30 Jun 2011 16:36:38 +0200 Thomas Arendsen Hein run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate() stable
Thu, 30 Jun 2011 16:25:05 +0200 Thomas Arendsen Hein run-tests: fallback to SIGTERM if subprocess.Popen does not have terminate() stable
Thu, 30 Jun 2011 13:22:12 -0500 Eli Carter subrepo: correct revision in svn checkout stable
Thu, 30 Jun 2011 12:55:19 -0500 Steve Borho wix: catch up with more added files stable
Thu, 30 Jun 2011 20:37:32 -0300 Wagner Bruna i18n-pt_BR: translate template filter descriptions stable
Thu, 30 Jun 2011 20:05:23 -0300 Wagner Bruna i18n-ja: recover template translations from 15200b46165b stable
Fri, 01 Jul 2011 00:26:45 +0400 Alexander Sauta i18n-ru: fixed mixed up msgid and msgstr in annotate stable
Fri, 01 Jul 2011 00:14:30 +0400 Alexander Sauta i18n-ru: translated missing strings for commands, some typos corrected stable
Wed, 29 Jun 2011 18:19:17 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9adce4b38ed1 stable
Wed, 29 Jun 2011 16:05:59 -0500 Matt Mackall merge with stable
Wed, 29 Jun 2011 16:05:41 -0500 Matt Mackall merge with i18n stable
Thu, 30 Jun 2011 01:55:14 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 5c046e4b9652 stable
Wed, 29 Jun 2011 19:04:03 +0400 Alexander Sauta i18n-ru: translated help for urls. Thus, all stock commands and help translated stable
Wed, 29 Jun 2011 16:14:26 +0400 Alexander Sauta i18n-ru: translated help for templating stable
Wed, 29 Jun 2011 09:24:45 +0200 Jens Bäckman i18n-sv: synchronized with 85857aa6e666 stable
Tue, 28 Jun 2011 14:32:54 -0300 Wagner Bruna i18n-pt_BR: synchronized with 6ba51c81ff75 stable
Tue, 28 Jun 2011 20:42:07 +0400 Alexander Sauta i18n-ru: translated help for multirevs-subrepos stable
Tue, 28 Jun 2011 10:06:56 +0200 Martin Geisler i18n-da: translate hg.1.html header stable
Tue, 28 Jun 2011 10:02:39 +0200 Martin Geisler i18n: merge with stable
Tue, 28 Jun 2011 00:34:49 +0400 Alexander Sauta i18n-ru: translated help for merge-tools stable
Mon, 27 Jun 2011 21:34:48 +0400 Alexander Sauta i18n-ru: translated help for hgignore stable
Tue, 28 Jun 2011 09:58:39 +0200 Martin Geisler i18n-pt_BR: add lost translation used in test-i18n.t stable
Tue, 28 Jun 2011 09:42:45 +0200 Martin Geisler i18n: merge with main stable
Tue, 28 Jun 2011 09:39:58 +0200 Martin Geisler i18n: merge with main
Tue, 28 Jun 2011 00:38:59 +0400 Alexander Sauta merge with stable
Tue, 28 Jun 2011 00:34:49 +0400 Alexander Sauta i18n-ru: translated help for merge-tools
Mon, 27 Jun 2011 21:34:48 +0400 Alexander Sauta i18n-ru: translated help for hgignore
Mon, 27 Jun 2011 15:12:41 -0300 Wagner Bruna i18n-pt_BR: synchronized with 72e4fcb43227 stable
Mon, 27 Jun 2011 15:09:55 -0300 Wagner Bruna i18n-ru: drop executable bit from .po file stable
Mon, 27 Jun 2011 19:11:34 +0200 Martin Geisler merge with stable
Mon, 27 Jun 2011 19:10:45 +0200 Martin Geisler i18n: merge with main stable
Thu, 23 Jun 2011 10:41:33 +0400 Alexander Sauta i18n-ru: glossary translated stable
Wed, 22 Jun 2011 02:47:03 +0400 Alexander Sauta i18n-ru: tranlated docstrings from filesets added in 1575dc5d399a stable
Wed, 22 Jun 2011 02:09:23 +0400 Alexander Sauta i18n-ru: translated help for extensions and filesets stable
Tue, 21 Jun 2011 01:49:45 +0400 Alexander Sauta i18n-ru: translated new config.txt stable
Mon, 27 Jun 2011 19:06:18 +0200 Martin Geisler i18n: merge with main
Mon, 27 Jun 2011 13:50:31 -0300 Wagner Bruna i18n-pt_BR: synchronized with 94eea58da2a3 stable
Mon, 27 Jun 2011 13:48:25 -0300 Wagner Bruna fileset: add i18n hints for keywords stable
Mon, 27 Jun 2011 13:24:28 -0300 Wagner Bruna merge with i18n
Mon, 27 Jun 2011 13:24:01 -0300 Wagner Bruna merge with i18n stable
Thu, 23 Jun 2011 22:35:44 +0200 Jens Bäckman 18n-sv: translated all new fuzzy strings stable
Thu, 23 Jun 2011 10:41:33 +0400 Alexander Sauta i18n-ru: glossary translated
Wed, 22 Jun 2011 02:47:03 +0400 Alexander Sauta i18n-ru: tranlated docstrings from filesets added in 1575dc5d399a
Wed, 22 Jun 2011 02:09:23 +0400 Alexander Sauta i18n-ru: translated help for extensions and filesets
Tue, 21 Jun 2011 19:00:27 -0300 Wagner Bruna merge with i18n
Mon, 20 Jun 2011 19:24:50 -0300 Wagner Bruna i18n-pt_BR: synchronized with 6c7283faa967 stable
Tue, 21 Jun 2011 18:37:15 -0300 Wagner Bruna merge with i18n stable
Tue, 21 Jun 2011 01:49:45 +0400 Alexander Sauta i18n-ru: translated new config.txt
Mon, 20 Jun 2011 17:00:04 -0300 Wagner Bruna i18n-pt_BR: messages from crew f9c056f48018 stable
Mon, 20 Jun 2011 16:56:15 -0300 Wagner Bruna i18n-pt_BR: synchronized with 15200b46165b stable
Wed, 29 Jun 2011 12:54:34 +0200 Adrian Buehlmann wix: add missing templates/paper/diffstat.tmpl stable
Wed, 29 Jun 2011 09:36:45 +0200 Jesse Long hgweb: treat branch attribute `closed' as more important than `inactive' stable
Wed, 29 Jun 2011 15:49:35 +0300 Idan Kamara tests: add basic commandserver test stable
Wed, 29 Jun 2011 13:20:40 -0400 Brodie Rao color: for the sake of "less -R", default to ansi in auto mode (issue2792) stable
Wed, 29 Jun 2011 13:20:39 -0400 Brodie Rao color: fix TypeError with auto mode on win32 when colors aren't available (issue2871) stable
Tue, 28 Jun 2011 00:56:33 +0200 Adrian Buehlmann test-revert: add revert --all case when nothing changed stable
Wed, 29 Jun 2011 16:01:06 -0500 Matt Mackall subrepos: be smarter about what's an absolute path (issue2808) stable
Wed, 29 Jun 2011 13:04:00 +0200 Thomas Arendsen Hein test-wireprotocol.py: rename to test-wireproto.py for consistency stable
Wed, 29 Jun 2011 15:00:00 +0200 Thomas Arendsen Hein classes: fix class style problems found by b071cd58af50 stable
Wed, 29 Jun 2011 13:45:51 +0200 Thomas Arendsen Hein check-code: fix class style checking (with tests) stable
Wed, 29 Jun 2011 00:19:27 +0200 Mads Kiilerich tests: ignore inotify extension in test-duplicateoptions.py stable
Sat, 25 Jun 2011 02:30:17 +0200 Pierre-Yves David error: Add a hint argument to RepoError stable
Tue, 28 Jun 2011 00:56:33 +0200 Adrian Buehlmann test-revert: add revert --all case when nothing changed stable
Mon, 27 Jun 2011 16:39:02 -0500 Matt Mackall merge with stable
Mon, 27 Jun 2011 11:36:42 -0700 Danek Duvall color: be silent when falling back to ECMA-48 mode if "auto" mode was desired stable
Mon, 27 Jun 2011 11:36:40 -0700 Danek Duvall tests: hardcode terminfo entry for the terminfo color test stable
Sun, 26 Jun 2011 15:47:39 -0300 Wagner Bruna localrepo: mark progress step for translation stable
Sun, 26 Jun 2011 01:13:30 +0200 Adrian Buehlmann revert: improve hints on abort when reverting to parent without --all stable
Fri, 24 Jun 2011 19:44:59 +0300 Idan Kamara dispatch: set config options on the request repo.ui stable
Fri, 24 Jun 2011 19:44:59 +0300 Idan Kamara dispatch: return read config options stable
Fri, 24 Jun 2011 19:44:58 +0300 Idan Kamara dispatch: set global options on the request repo.ui stable
Fri, 24 Jun 2011 19:44:17 +0300 Idan Kamara cmdserver: assign repo.baseui before running commands stable
Fri, 24 Jun 2011 19:43:59 +0300 Idan Kamara cmdserver: copy repo.ui before running commands stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara filemerge: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 12:16:14 +0300 Idan Kamara dispatch: make sure unspecified global ui options don't override old values stable
Mon, 27 Jun 2011 11:19:27 -0500 Matt Mackall merge with stable
Sat, 25 Jun 2011 02:30:24 +0200 Pierre-Yves David requirements: show all missing features in the error message. stable
Fri, 24 Jun 2011 23:29:51 +0200 Adrian Buehlmann test-revert: add case for nothing changed stable
Fri, 24 Jun 2011 19:38:28 +0300 Idan Kamara dispatch: set descriptors on the request repo.ui stable
Fri, 24 Jun 2011 19:36:44 +0300 Idan Kamara dispatch: pass the correct ui to runcommand stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara archive: wrap the ui descriptor so it doesn't get closed stable
Fri, 24 Jun 2011 19:27:53 +0300 Idan Kamara transplant: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara bisect: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara extdiff: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara ui: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 11:39:12 -0400 David Golub call reposetup for repositories returned from peer (issue2864) stable
Sat, 25 Jun 2011 01:55:16 +0200 Mads Kiilerich tests: solaris [ doesn't know -e stable
Sat, 25 Jun 2011 01:55:15 +0200 Mads Kiilerich convert: fix git convert on solaris - it cannot remove environment variables stable
Sat, 25 Jun 2011 01:55:13 +0200 Mads Kiilerich tests: HGRCPATH must be exported after assignment stable
Fri, 24 Jun 2011 18:00:29 -0500 Matt Mackall merge with stable
Fri, 24 Jun 2011 23:25:42 +0300 Idan Kamara backout of d04ba50e104d: allow to qpop/push with a dirty working copy stable
Fri, 24 Jun 2011 13:35:44 -0500 Matt Mackall merge with stable
Fri, 24 Jun 2011 13:35:03 -0500 Matt Mackall merge with stable stable
Fri, 24 Jun 2011 10:31:44 +0200 Adrian Buehlmann update: do not use the term 'update' when mentioning reverting one file stable
Fri, 24 Jun 2011 16:36:24 +0300 Idan Kamara cmdserver: fix read-loop string concatenation stable
Fri, 24 Jun 2011 16:30:43 +0300 Idan Kamara dispatch: check for None before closing repo stable
Fri, 24 Jun 2011 12:37:29 +0200 Adrian Buehlmann revert: mention update in hint of abort when reverting to non-parent stable
Fri, 24 Jun 2011 10:51:05 +0200 Adrian Buehlmann update: clarify that update changes the parent revison stable
Fri, 24 Jun 2011 00:21:00 -0500 Matt Mackall merge with stable
Wed, 22 Jun 2011 01:55:00 +0200 Mads Kiilerich revset: fix aliases with 0 or more than 2 parameters stable
Thu, 23 Jun 2011 14:40:57 +0200 Peter Arrenbrecht match: fix bug caused by refactoring in cfc89398f710 stable
Wed, 22 Jun 2011 15:34:33 +0200 Adrian Buehlmann revert: be more helpful on uncommitted merges stable
Wed, 22 Jun 2011 10:13:44 +0200 Adrian Buehlmann opener: add self._audit (issue2862) stable
Wed, 22 Jun 2011 17:13:04 +0300 Idan Kamara cmdserver: write the hello message as one chunk on the 'o' channel stable
Fri, 24 Jun 2011 01:10:35 +0200 Mads Kiilerich fileset: copied takes no arguments stable
Wed, 22 Jun 2011 01:55:00 +0200 Mads Kiilerich revset and fileset: fix typos in parser error messages stable
Fri, 24 Jun 2011 00:18:41 +0200 Mads Kiilerich fileset: use ParseError pos field correctly stable
Fri, 24 Jun 2011 00:18:06 +0200 Mads Kiilerich revset: fix parameter name in implementation of follow() stable
Tue, 21 Jun 2011 17:27:20 -0500 Matt Mackall merge with stable
Mon, 20 Jun 2011 22:15:52 -0500 Kevin Bullock revert: be more explicit that changes are lost stable
Tue, 21 Jun 2011 17:08:21 +0300 Idan Kamara dispatch: do not close the request repo stable
Tue, 21 Jun 2011 16:55:21 +0300 Idan Kamara hook: write hook output to ui fout descriptor stable
Tue, 21 Jun 2011 15:26:44 -0500 Matt Mackall merge with stable