Tue, 10 Oct 2006 18:43:20 -0300 ui.py: move common code out of config and configbool
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 10 Oct 2006 18:43:20 -0300] rev 3341
ui.py: move common code out of config and configbool
Tue, 10 Oct 2006 18:43:20 -0300 ui.py: remove revlogopts and (unused) diffcache variables
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 10 Oct 2006 18:43:20 -0300] rev 3340
ui.py: remove revlogopts and (unused) diffcache variables This should make the [revlog] section in a .hg/hgrc file be respected when there's still no changelog.
Tue, 10 Oct 2006 18:43:20 -0300 ui.py: don't let parent and child ui objects share header and prev_header
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 10 Oct 2006 18:43:20 -0300] rev 3339
ui.py: don't let parent and child ui objects share header and prev_header
Tue, 10 Oct 2006 18:43:20 -0300 ui.py: use correct parentui while copying readhooks
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 10 Oct 2006 18:43:20 -0300] rev 3338
ui.py: use correct parentui while copying readhooks
Wed, 11 Oct 2006 13:56:35 -0700 changectx: search manifest delta for filenode
Brendan Cully <brendan@kublai.com> [Wed, 11 Oct 2006 13:56:35 -0700] rev 3337
changectx: search manifest delta for filenode
Wed, 11 Oct 2006 13:34:12 -0700 context: check self.__dict__ instead of using hasattr
Brendan Cully <brendan@kublai.com> [Wed, 11 Oct 2006 13:34:12 -0700] rev 3336
context: check self.__dict__ instead of using hasattr hasattr implicitly calls getattr, instantiating the field it is checking for.
Wed, 11 Oct 2006 12:06:14 -0700 Teach bdiff to support buffer objects
Brendan Cully <brendan@kublai.com> [Wed, 11 Oct 2006 12:06:14 -0700] rev 3335
Teach bdiff to support buffer objects manifest.add gives revlog.addrevision a buffer object, which may be cached and used for a second call in the same session (as mq does when pushing multiple patches). The other option would be to cast the buffer to str when caching it.
Wed, 11 Oct 2006 12:02:06 -0700 Test case for bdiff on buffer objects
Brendan Cully <brendan@kublai.com> [Wed, 11 Oct 2006 12:02:06 -0700] rev 3334
Test case for bdiff on buffer objects
Wed, 11 Oct 2006 11:30:59 -0700 hgweb: globally default to tip if no revision is specified
Brendan Cully <brendan@kublai.com> [Wed, 11 Oct 2006 11:30:59 -0700] rev 3333
hgweb: globally default to tip if no revision is specified
Wed, 11 Oct 2006 09:27:57 -0700 Support buffer interface in base85 codec
Brendan Cully <brendan@kublai.com> [Wed, 11 Oct 2006 09:27:57 -0700] rev 3332
Support buffer interface in base85 codec
Wed, 11 Oct 2006 16:41:52 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 11 Oct 2006 16:41:52 +0200] rev 3331
merge with crew
Wed, 11 Oct 2006 16:35:09 +0200 fix traceback of extdiff after a merge
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 11 Oct 2006 16:35:09 +0200] rev 3330
fix traceback of extdiff after a merge - files that comes from a different branch are marked as modified but aren't present in the original manifest - add a testcase for extdiff and for regular diff
Tue, 10 Oct 2006 14:48:26 -0700 Don't generate git diff header for empty diffs
Brendan Cully <brendan@kublai.com> [Tue, 10 Oct 2006 14:48:26 -0700] rev 3329
Don't generate git diff header for empty diffs
Tue, 10 Oct 2006 10:54:22 -0700 Add base URL to hgwebdir templater (fixes index page when the URL does not have a trailing /)
Brendan Cully <brendan@kublai.com> [Tue, 10 Oct 2006 10:54:22 -0700] rev 3328
Add base URL to hgwebdir templater (fixes index page when the URL does not have a trailing /)
Tue, 10 Oct 2006 10:28:20 -0700 NWI base URL detection fixes
Brendan Cully <brendan@kublai.com> [Tue, 10 Oct 2006 10:28:20 -0700] rev 3327
NWI base URL detection fixes
Wed, 11 Oct 2006 15:52:08 -0500 make manifest-merging test reproduceable
Matt Mackall <mpm@selenic.com> [Wed, 11 Oct 2006 15:52:08 -0500] rev 3326
make manifest-merging test reproduceable
Tue, 10 Oct 2006 21:03:24 +0300 Revert changeset c67920d78248.
Giorgos Keramidas <keramida@ceid.upatras.gr> [Tue, 10 Oct 2006 21:03:24 +0300] rev 3325
Revert changeset c67920d78248. It breaks 'hg merge && hg up -c REV' when files exist only in one of the manifests, making hg throw a traceback like:
Tue, 10 Oct 2006 11:47:19 +0200 merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 10 Oct 2006 11:47:19 +0200] rev 3324
merge with upstream
Tue, 10 Oct 2006 09:30:05 +0200 merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 10 Oct 2006 09:30:05 +0200] rev 3323
merge with upstream
Tue, 10 Oct 2006 00:02:30 +0200 fix localrepo.status when dealing with x-bit changes
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 10 Oct 2006 00:02:30 +0200] rev 3322
fix localrepo.status when dealing with x-bit changes
Mon, 09 Oct 2006 21:48:44 +0200 extend test-flags
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 09 Oct 2006 21:48:44 +0200] rev 3321
extend test-flags
Mon, 09 Oct 2006 21:22:55 +0200 merge with upstream
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 09 Oct 2006 21:22:55 +0200] rev 3320
merge with upstream
Mon, 09 Oct 2006 15:52:37 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 09 Oct 2006 15:52:37 +0200] rev 3319
merge with crew
Mon, 09 Oct 2006 15:44:20 +0200 bundle --base: use the right set for the base
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 09 Oct 2006 15:44:20 +0200] rev 3318
bundle --base: use the right set for the base
Sun, 08 Oct 2006 20:27:23 -0300 fix bash completion of debug commands; add test for debugcomplete
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 08 Oct 2006 20:27:23 -0300] rev 3317
fix bash completion of debug commands; add test for debugcomplete The debugconfig -> showconfig renaming broke things.
Tue, 10 Oct 2006 03:39:44 -0500 merge: pull user messages out to hg.py
Matt Mackall <mpm@selenic.com> [Tue, 10 Oct 2006 03:39:44 -0500] rev 3316
merge: pull user messages out to hg.py - add _update for shadowing in clone - add _showstats helper - remove update parameter defaults - move stats message and merge help messages
Tue, 10 Oct 2006 02:31:02 -0500 merge: update some docstrings
Matt Mackall <mpm@selenic.com> [Tue, 10 Oct 2006 02:31:02 -0500] rev 3315
merge: update some docstrings
Tue, 10 Oct 2006 02:15:20 -0500 merge: various tidying
Matt Mackall <mpm@selenic.com> [Tue, 10 Oct 2006 02:15:20 -0500] rev 3314
merge: various tidying update tests to handle corrected output and new workingctx display
Tue, 10 Oct 2006 02:11:59 -0500 context: change workingctx str() from . to <node>+
Matt Mackall <mpm@selenic.com> [Tue, 10 Oct 2006 02:11:59 -0500] rev 3313
context: change workingctx str() from . to <node>+
Tue, 10 Oct 2006 01:43:58 -0500 merge: use contexts in checkunknown and forgetremoved
Matt Mackall <mpm@selenic.com> [Tue, 10 Oct 2006 01:43:58 -0500] rev 3312
merge: use contexts in checkunknown and forgetremoved
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip