log

age author description
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Sat, 12 May 2012 16:00:58 +0200 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Sat, 12 May 2012 16:00:53 +0200 Brodie Rao cleanup: replace hasattr() usage with getattr() in hghave
Sat, 12 May 2012 15:56:23 +0200 Brodie Rao cleanup: "x != None" -> "x is not None"
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sun, 13 May 2012 11:19:48 +0200 Matt Mackall merge with i18n stable
Mon, 30 Jan 2012 17:37:45 +0100 Pierre-Yves David mq: qimport need wlock for --push - do that after releasing lock stable
Sat, 12 May 2012 20:06:02 +0200 Mads Kiilerich tag: run commit hook when lock is released (issue3344) stable
Sat, 12 May 2012 20:25:33 +0200 Bryan O'Sullivan parsers: strictly check for 20-byte hashes where they're required stable
Sat, 12 May 2012 22:12:54 +0200 Martin Geisler templater: handle SyntaxError when parsing ui.logtemplate stable
Tue, 08 May 2012 15:31:14 -0300 Wagner Bruna i18n-pt_BR: synchronized with 95ca6c8b38da stable
Fri, 11 May 2012 18:41:04 +0200 Martin Geisler progress: fix indentation
Fri, 11 May 2012 15:13:13 +0200 Martin Geisler test-progress: fix whitespace typo
Sat, 12 May 2012 13:20:26 +0200 Matt Mackall merge with stable
Wed, 25 Apr 2012 01:35:39 +0200 Mads Kiilerich tests: unify the last sh tests
Wed, 25 Apr 2012 01:35:39 +0200 Mads Kiilerich tests: run most check-code sh checks on continued lines too
Fri, 11 May 2012 15:09:06 +0200 Martin Geisler merge with main
Fri, 11 May 2012 13:42:37 +0200 Martin Geisler children: use hg reST role for example
Fri, 11 May 2012 04:42:29 -0500 Augie Fackler fetch: mark extension as deprecated
Fri, 11 May 2012 06:15:46 -0500 Augie Fackler children: mark extension as deprecated
Fri, 11 May 2012 14:00:51 +0200 Martin Geisler extensions: don't suggest commands from deprecated extensions
Fri, 11 May 2012 04:33:33 -0500 Augie Fackler extensions: fix documentation of disabledcmd return value
Sat, 12 May 2012 10:55:08 +0200 Bryan O'Sullivan revlog: speed up prefix matching against nodes
Sat, 12 May 2012 10:55:08 +0200 Bryan O'Sullivan parsers: ensure that nullid is always present in the radix tree
Sat, 12 May 2012 10:55:07 +0200 Bryan O'Sullivan parsers: allow hex keys
Sat, 12 May 2012 12:23:49 +0200 Matt Mackall merge with stable
Sat, 12 May 2012 10:20:57 +0200 Henrik Stuart revset: add function for matching extra data (issue2767)
Fri, 11 May 2012 18:51:35 +0200 Levi Bard graft: implement --log (issue3438)
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phase: make if abort on nullid for the good reason
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phases: make advance/retractboundary() atomic
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phases: introduce phasecache
Sat, 12 May 2012 00:19:30 +0200 Patrick Mezard mq: introduce mq.check setting
Sat, 12 May 2012 00:19:30 +0200 Patrick Mezard mq: introduce qgoto --check
Sat, 12 May 2012 00:19:30 +0200 Patrick Mezard mq: introduce qpush --check
Sat, 12 May 2012 00:19:30 +0200 Patrick Mezard mq: introduce qpop --check
Sat, 12 May 2012 09:43:12 +0200 David Soria Parra pager: check if signal.SIGPIPE exists stable
Sat, 12 May 2012 10:02:47 +0200 Matt Mackall diffhelpers: harden testhunk stable
Sat, 12 May 2012 16:10:01 +0900 Yuya Nishihara patch: fix segfault against unified diffs which start line is zero stable
Fri, 11 May 2012 22:48:19 -0700 Steven Stallion bugzilla: fix transport initialization on python 2.4 stable
Tue, 08 May 2012 15:31:00 -0700 Bryan O'Sullivan bisect: set HG_NODE when runing a command
Tue, 08 May 2012 15:29:09 -0700 Bryan O'Sullivan bisect: track the current changeset (issue3382)
Fri, 04 May 2012 15:56:45 -0400 Jesse Glick localrepo: optimize internode status calls using withflags
Fri, 04 May 2012 15:54:55 -0400 Jesse Glick localrepo: optimize internode status calls using match.always
Fri, 11 May 2012 23:11:43 +0200 Na'Tosha Bard largefiles: add --all-largefiles flag to clone (issue3188)
Fri, 04 May 2012 16:00:33 -0500 Augie Fackler httpclient: update to revision 892730fe7f46 of httpplus
Sat, 12 May 2012 00:06:11 +0200 Matt Mackall merge with stable
Tue, 08 May 2012 14:46:04 -0700 Bryan O'Sullivan parsers: use the correct maximum radix tree depth stable
Wed, 09 May 2012 18:45:14 +0200 Patrick Mezard revset: make matching() preserve input revision order stable
Thu, 10 May 2012 14:17:05 -0400 Jesse Glick revset: documentation typo "metatadata" stable
Fri, 11 May 2012 15:32:22 +0200 Na'Tosha Bard largefiles: fix deletion of multiple missing largefiles (issue3329) stable
Fri, 11 May 2012 15:15:50 +0200 Levi Bard addremove: document default similarity behavior (issue3429) stable
Fri, 11 May 2012 14:42:26 +0200 Na'Tosha Bard largefiles: follow normal codepath for addremove if non-largefiles repo (issue3249) stable
Fri, 11 May 2012 16:57:26 +0200 Patrick Mezard mq: add --no-backup for qpush/qpop/qgoto stable
Fri, 11 May 2012 16:18:47 +0200 Patrick Mezard mq: backup local changes in qpush --force stable
Fri, 11 May 2012 16:17:02 +0200 Patrick Mezard mq: backup local changes in qpop --force (issue3433) stable
Fri, 11 May 2012 16:08:49 +0200 David Soria Parra pager: remove quiet flag stable
Fri, 11 May 2012 15:45:37 +0200 Brodie Rao pager: preserve Hg's exit code (and fix Windows support) (issue3225) stable
Fri, 11 May 2012 18:33:45 +0300 Idan Kamara amend: preserve extra dict (issue3430) stable
Wed, 09 May 2012 09:58:50 +0200 Adrian Buehlmann parser: use PyInt_FromSsize_t in index_stats
Fri, 11 May 2012 10:53:12 -0700 redstone localrepo: cleanup var names and comments
Fri, 11 May 2012 17:26:58 +0200 Levi Bard transplant: manually transplant pullable changesets with --log
Thu, 10 May 2012 18:52:07 +0200 Patrick Mezard phases: stop modifying localrepo in writeroots()
Thu, 10 May 2012 18:52:04 +0200 Patrick Mezard phases: stop modifying localrepo in readroots()
Thu, 10 May 2012 18:21:15 +0200 Patrick Mezard phases: call filterunknown() in readroots()
Thu, 10 May 2012 18:21:15 +0200 Patrick Mezard repair: no need to call filterunknown() in strip()
Thu, 10 May 2012 18:21:15 +0200 Patrick Mezard test-phases: test changing null revision phase
Fri, 11 May 2012 14:48:24 +0200 Matt Mackall merge with stable
Fri, 11 May 2012 02:32:26 -0700 Bryan O'Sullivan tests: fix test-parseindex2.py when run with --pure stable
Fri, 11 May 2012 01:55:33 -0700 Bryan O'Sullivan changelog: ensure that nodecache is valid (issue3428) stable
Tue, 08 May 2012 14:48:50 -0700 Bryan O'Sullivan parsers: change the type of nt_level
Tue, 08 May 2012 14:48:48 -0700 Bryan O'Sullivan parsers: change the type signature of hexdigit
Tue, 08 May 2012 14:48:44 -0700 Bryan O'Sullivan parsers: allow nt_find to signal an ambiguous match
Tue, 08 May 2012 14:48:39 -0700 Bryan O'Sullivan parsers: factor out radix tree initialization
Tue, 08 May 2012 14:46:06 -0700 Bryan O'Sullivan parsers: update ntrev when we stop scanning
Tue, 08 May 2012 15:46:51 -0500 Matt Mackall tests: set a standard terminal type
Sun, 06 May 2012 17:12:22 -0700 Travis Herrick branches: quiet option observes other parameters
Tue, 08 May 2012 23:59:39 +0400 Nikolaj Sjujskij build: fix hgrc manpage building with docutils 0.9 stable
Wed, 09 May 2012 02:46:58 +0300 Idan Kamara context: fix call to util.safehasattr
Sat, 05 May 2012 12:21:22 +0200 Patrick Mezard alias: inherit command optionalrepo flag (issue3298) stable
Mon, 07 May 2012 00:52:11 +0200 Mads Kiilerich tests: improve test of hg-ssh and make the test pass on windows stable
Mon, 07 May 2012 00:52:08 +0200 Mads Kiilerich hg-ssh: exit with 255 instead of -1 on error stable
Mon, 07 May 2012 00:49:01 +0200 Mads Kiilerich hg-ssh: use %s for printing paths in error messages stable
Mon, 07 May 2012 00:48:51 +0200 Mads Kiilerich tests: accept \ in test-casefolding on windows stable
Tue, 08 May 2012 11:20:07 +0200 Adrian Buehlmann parsers: statically initializing tp_new to PyType_GenericNew is not portable stable
Tue, 08 May 2012 12:05:45 -0500 Matt Mackall merge with stable
Sun, 06 May 2012 14:37:51 -0500 Matt Mackall context: add copies method with caching
Sun, 06 May 2012 14:20:53 -0500 Matt Mackall filectx: handle some other simple cases for finding merge ancestor
Sun, 06 May 2012 14:15:17 -0500 Matt Mackall graft: remark on empty graft
Fri, 04 May 2012 17:27:14 -0500 Matt Mackall filectx: make ancestor require actx
Mon, 07 May 2012 21:49:45 +0200 Patrick Mezard pure/base85: align exception type/msg on base85.c stable
Mon, 07 May 2012 15:40:50 -0500 Matt Mackall parsers: fix refcount bug on corrupt index stable
Fri, 04 May 2012 14:19:55 +0200 Patrick Mezard subrepo: do not traceback on .hgsubstate parsing errors stable
Fri, 04 May 2012 14:19:52 +0200 Patrick Mezard subrepo: ignore blank lines in .hgsubstate (issue3424) stable
Fri, 04 May 2012 14:36:40 -0400 hlian largefiles: in putlfile, ensure tempfile's directory exists prior to creation stable
Wed, 02 May 2012 17:15:11 -0700 Bryan O'Sullivan bisect: save current state before running a command stable
Mon, 07 May 2012 13:40:58 +0200 Martin Geisler merge with stable
Sun, 06 May 2012 23:58:04 +0900 Yuya Nishihara commands: parse ui.strict config item as bool stable
Mon, 07 May 2012 10:02:50 +0200 Martin Geisler check-code: catch unnecessary s.strip().split() calls
Fri, 04 May 2012 15:29:07 +0200 Martin Geisler tags: line.rstrip().split() can be replaced with line.split()
Fri, 04 May 2012 15:24:00 +0200 Martin Geisler phases: line.strip().split() == line.split()
Sun, 06 May 2012 14:36:42 +0200 Martin Geisler merge with stable
Sun, 06 May 2012 13:14:58 +0200 Patrick Mezard largefiles: fix "hg status dir" missing regular files (issue3421) stable
Sun, 06 May 2012 10:36:32 +0200 Adrian Buehlmann help/config: remove outdated false claim about pywin32 stable
Fri, 04 May 2012 19:19:28 +0200 Martin Geisler merge with stable
Fri, 04 May 2012 09:20:28 -0500 Kevin Bullock revert: don't re-create changeset context
Fri, 04 May 2012 09:14:55 -0700 Steven Stallion factotum: add man reference to help output stable
Fri, 04 May 2012 14:40:11 +0200 Martin Geisler test-largefiles: better formatting of comments
Fri, 04 May 2012 14:39:37 +0200 Martin Geisler test-largefiles: sort output to ensure test stability
Fri, 04 May 2012 12:21:56 +0200 Martin Geisler merge with stable
Thu, 03 May 2012 21:32:57 -0400 Matt Harbison largefiles: make archive -S store largefiles instead of standins
Fri, 04 May 2012 12:04:07 +0200 Martin Geisler paper, monoblue: link correctly to lines in annotate view stable
Thu, 03 May 2012 16:12:52 -0500 Matt Mackall merge with stable
Thu, 03 May 2012 16:06:33 -0500 Matt Mackall Added signature for changeset 5983de86462c stable
Thu, 03 May 2012 16:06:30 -0500 Matt Mackall Added tag 2.2.1 for changeset 5983de86462c stable
Thu, 03 May 2012 16:03:08 -0500 Matt Mackall bookmarks: catch the proper exception for missing revisions stable 2.2.1
Wed, 02 May 2012 14:37:44 -0700 Bryan O'Sullivan parsers: fix refcount leak, simplify init of index (issue3417) stable
Thu, 03 May 2012 15:24:45 +0200 Na'Tosha Bard largefiles: fix commit of both largefiles and non-largefiles (issue3354) stable
Thu, 03 May 2012 01:07:22 +0200 Paul Boddie help: added description for the web.collapse setting stable