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
|
Mon, 09 Oct 2006 16:07:19 -0500 |
Matt Mackall |
merge: use contexts for manifestmerge
|
Mon, 09 Oct 2006 14:02:01 -0500 |
Matt Mackall |
commit: unify file-level commit code
|
Sun, 08 Oct 2006 20:18:59 -0500 |
Matt Mackall |
Use filelog.cmp in checkfilemerge
|
Sun, 08 Oct 2006 19:57:45 -0500 |
Matt Mackall |
merge: remember rename copies and parents properly on commit
|
Sat, 07 Oct 2006 15:16:47 -0400 |
Josef "Jeff" Sipek |
[patchbomb] prepend leading zeros in the "[PATCH N of M]" string
|
Sun, 08 Oct 2006 10:56:21 +0200 |
Thomas Arendsen Hein |
merged now fully working base85 codec, though currently unused.
|
Sun, 08 Oct 2006 10:55:11 +0200 |
Thomas Arendsen Hein |
merge with upstream
|
Sat, 07 Oct 2006 16:21:33 -0700 |
Brendan Cully |
Handle odd-sized base85 input and output
|
Sat, 07 Oct 2006 22:11:02 +0200 |
Thomas Arendsen Hein |
Put in backslash again, it was needed to disable an asciidoc macro.
|
Sat, 07 Oct 2006 22:02:56 +0200 |
Thomas Arendsen Hein |
Corrected typo in date format, found by Rob Landley.
|
Sat, 07 Oct 2006 18:14:03 +0200 |
Thomas Arendsen Hein |
Make test-bundle-r executable.
|
Thu, 20 Jul 2006 19:25:11 +0200 |
Benoit Boissinot |
add -r/--rev and --base option to bundle
|
Fri, 06 Oct 2006 13:01:54 -0700 |
Brendan Cully |
Add a base85 codec
|
Sat, 07 Oct 2006 17:30:26 -0500 |
Matt Mackall |
Fix undetected change bug in rename tests
|
Fri, 06 Oct 2006 17:14:50 -0500 |
Matt Mackall |
Update test output
|
Fri, 06 Oct 2006 17:14:18 -0500 |
Matt Mackall |
Merge with crew
|
Fri, 06 Oct 2006 12:58:50 -0700 |
Brendan Cully |
hgweb: fix filerevision raw URL
|
Fri, 06 Oct 2006 19:21:43 +0200 |
Benoit Boissinot |
disallow commands on non local repository
|
Fri, 06 Oct 2006 18:38:32 +0200 |
Thomas Arendsen Hein |
Moved hgweb map-* files into their style directories and adjusted them.
|
Fri, 06 Oct 2006 18:28:50 +0200 |
Thomas Arendsen Hein |
hgweb: Search templates in templatepath/style/map, too, using a common function.
|
Fri, 06 Oct 2006 16:24:14 +0200 |
Benoit Boissinot |
ssh: make the error message more clear, add a testcase
|
Thu, 05 Oct 2006 15:36:53 -0700 |
Brendan Cully |
hgweb: be more conservative about expanding SCRIPT_NAME
|
Thu, 05 Oct 2006 15:04:15 -0700 |
Brendan Cully |
Add {getentries} to default style
|
Thu, 05 Oct 2006 14:45:15 -0700 |
Brendan Cully |
hgweb: fix NWI parsing when hgwebdir isn't at /
|
Thu, 05 Oct 2006 14:27:14 -0700 |
Brendan Cully |
hgweb: convert gitweb to NWI
|
Thu, 05 Oct 2006 14:27:14 -0700 |
Brendan Cully |
hgweb: provide means for handling query parameters
|
Thu, 05 Oct 2006 20:03:38 +0200 |
Thomas Arendsen Hein |
Some versions of sed don't support .\+, so use ..* instead.
|
Thu, 05 Oct 2006 15:51:54 +0200 |
Thomas Arendsen Hein |
Un-debugify debugconfig to showconfig. (issue 317)
|
Thu, 05 Oct 2006 11:57:38 +0200 |
Thomas Arendsen Hein |
hgweb: Added safety net for PATH_INFO starting with double slash.
|
Thu, 05 Oct 2006 10:15:22 +0200 |
Thomas Arendsen Hein |
merged NewWebInterface
|
Wed, 04 Oct 2006 17:04:40 -0700 |
Brendan Cully |
Update templates to use NewWebInterface
|
Wed, 04 Oct 2006 17:04:40 -0700 |
Brendan Cully |
Rename default style to old
|
Wed, 04 Oct 2006 17:04:40 -0700 |
Brendan Cully |
hgweb: support for generating and parsing NWI URLs
|