Wed, 11 Oct 2006 16:32:06 -0700 |
Brendan Cully |
gitweb: fix last change field in summary
|
Wed, 11 Oct 2006 16:20:35 -0700 |
Brendan Cully |
Merge with main
|
Wed, 11 Oct 2006 16:19:11 -0700 |
Brendan Cully |
gitweb: add file diff view
|
Wed, 11 Oct 2006 17:37:48 -0500 |
Matt Mackall |
Merge with crew
|
Wed, 11 Oct 2006 23:31:05 +0200 |
Benoit Boissinot |
merge with crew
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
update ui.quiet/verbose/debug/interactive every time the config changes
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: untangle updateopts
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
call ui.updateopts only after changing directories
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: normalize settings every time the configuration changes
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
move the parsing of --config options to commands.py
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: use the overlay to hold --config data
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: change the overlay from a dict to a SafeConfigParser.
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: don't query parentui.cdata when looking up config items.
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: make walkconfig use configitems
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: move common code out of config and configbool
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: remove revlogopts and (unused) diffcache variables
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: don't let parent and child ui objects share header and prev_header
|
Tue, 10 Oct 2006 18:43:20 -0300 |
Alexis S. L. Carvalho |
ui.py: use correct parentui while copying readhooks
|
Wed, 11 Oct 2006 13:56:35 -0700 |
Brendan Cully |
changectx: search manifest delta for filenode
|
Wed, 11 Oct 2006 13:34:12 -0700 |
Brendan Cully |
context: check self.__dict__ instead of using hasattr
|
Wed, 11 Oct 2006 12:06:14 -0700 |
Brendan Cully |
Teach bdiff to support buffer objects
|
Wed, 11 Oct 2006 12:02:06 -0700 |
Brendan Cully |
Test case for bdiff on buffer objects
|
Wed, 11 Oct 2006 11:30:59 -0700 |
Brendan Cully |
hgweb: globally default to tip if no revision is specified
|
Wed, 11 Oct 2006 09:27:57 -0700 |
Brendan Cully |
Support buffer interface in base85 codec
|
Wed, 11 Oct 2006 16:41:52 +0200 |
Benoit Boissinot |
merge with crew
|
Wed, 11 Oct 2006 16:35:09 +0200 |
Benoit Boissinot |
fix traceback of extdiff after a merge
|
Tue, 10 Oct 2006 14:48:26 -0700 |
Brendan Cully |
Don't generate git diff header for empty diffs
|
Tue, 10 Oct 2006 10:54:22 -0700 |
Brendan Cully |
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 |
Brendan Cully |
NWI base URL detection fixes
|
Wed, 11 Oct 2006 15:52:08 -0500 |
Matt Mackall |
make manifest-merging test reproduceable
|
Tue, 10 Oct 2006 21:03:24 +0300 |
Giorgos Keramidas |
Revert changeset c67920d78248.
|
Tue, 10 Oct 2006 11:47:19 +0200 |
Thomas Arendsen Hein |
merge with upstream
|
Tue, 10 Oct 2006 09:30:05 +0200 |
Thomas Arendsen Hein |
merge with upstream
|
Tue, 10 Oct 2006 00:02:30 +0200 |
Benoit Boissinot |
fix localrepo.status when dealing with x-bit changes
|
Mon, 09 Oct 2006 21:48:44 +0200 |
Benoit Boissinot |
extend test-flags
|
Mon, 09 Oct 2006 21:22:55 +0200 |
Benoit Boissinot |
merge with upstream
|
Mon, 09 Oct 2006 15:52:37 +0200 |
Benoit Boissinot |
merge with crew
|
Mon, 09 Oct 2006 15:44:20 +0200 |
Benoit Boissinot |
bundle --base: use the right set for the base
|
Sun, 08 Oct 2006 20:27:23 -0300 |
Alexis S. L. Carvalho |
fix bash completion of debug commands; add test for debugcomplete
|
Tue, 10 Oct 2006 03:39:44 -0500 |
Matt Mackall |
merge: pull user messages out to hg.py
|
Tue, 10 Oct 2006 02:31:02 -0500 |
Matt Mackall |
merge: update some docstrings
|
Tue, 10 Oct 2006 02:15:20 -0500 |
Matt Mackall |
merge: various tidying
|
Tue, 10 Oct 2006 02:11:59 -0500 |
Matt Mackall |
context: change workingctx str() from . to <node>+
|
Tue, 10 Oct 2006 01:43:58 -0500 |
Matt Mackall |
merge: use contexts in checkunknown and forgetremoved
|
Tue, 10 Oct 2006 01:16:06 -0500 |
Matt Mackall |
merge: shortcircuit filemerge for identical files
|
Tue, 10 Oct 2006 01:13:03 -0500 |
Matt Mackall |
context: add cmp for filectxs
|
Tue, 10 Oct 2006 00:54:00 -0500 |
Matt Mackall |
merge: pull file copy/move out of filemerge
|
Tue, 10 Oct 2006 00:41:55 -0500 |
Matt Mackall |
merge: unify merge and copy actions
|
Tue, 10 Oct 2006 00:32:30 -0500 |
Matt Mackall |
merge: swap file and mode args for act()
|
Tue, 10 Oct 2006 00:22:03 -0500 |
Matt Mackall |
merge: finish removing nodes from action list
|
Tue, 10 Oct 2006 00:07:46 -0500 |
Matt Mackall |
hgweb: add file sizes to manifest browsing
|
Mon, 09 Oct 2006 23:46:05 -0500 |
Matt Mackall |
hgweb: remove obsolete listfiles function
|
Mon, 09 Oct 2006 23:23:25 -0500 |
Matt Mackall |
merge: eliminate nodes from action list
|
Mon, 09 Oct 2006 23:20:48 -0500 |
Matt Mackall |
filectx: add size method
|
Mon, 09 Oct 2006 23:08:41 -0500 |
Matt Mackall |
run-tests: add --first switch to exit on first error
|
Mon, 09 Oct 2006 23:05:11 -0500 |
Matt Mackall |
run-tests: add --retest switch
|
Mon, 09 Oct 2006 21:27:04 -0500 |
Matt Mackall |
filemerge: use contexts rather than my and other
|
Mon, 09 Oct 2006 21:04:25 -0500 |
Matt Mackall |
fix workingfilectx parents and ancestor functions
|
Mon, 09 Oct 2006 20:32:03 -0500 |
Matt Mackall |
merge: pass contexts to applyupdates
|
Mon, 09 Oct 2006 18:13:38 -0500 |
Matt Mackall |
merge: don't call hooks for revert
|