Wed, 15 Nov 2006 15:51:58 -0600 ui: remove last vestiges of header buffering
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3653
ui: remove last vestiges of header buffering
Wed, 15 Nov 2006 19:18:57 -0200 commands.docopy: pay attention on whether paths use "/" or os.sep
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 19:18:57 -0200] rev 3652
commands.docopy: pay attention on whether paths use "/" or os.sep
Wed, 15 Nov 2006 18:56:47 -0200 fix util.pathto
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 18:56:47 -0200] rev 3651
fix util.pathto All users of this function pass a local path (which uses os.sep) as the first argument and a "/"-separated path as the second argument.
Wed, 15 Nov 2006 17:56:57 -0200 don't use readline() to read branches.cache
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 17:56:57 -0200] rev 3650
don't use readline() to read branches.cache The posixfile_nt class used on windows doesn't have that method.
Mon, 13 Nov 2006 21:50:09 +0100 merge with upstream
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 13 Nov 2006 21:50:09 +0100] rev 3649
merge with upstream
Mon, 13 Nov 2006 13:26:57 -0600 Refactor log ui buffering and patch display
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3648
Refactor log ui buffering and patch display
Mon, 13 Nov 2006 13:26:57 -0600 refactor header handling for changelog formatting
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3647
refactor header handling for changelog formatting
Mon, 13 Nov 2006 13:26:57 -0600 templates: move changeset templating bits to cmdutils
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3646
templates: move changeset templating bits to cmdutils
Mon, 13 Nov 2006 13:26:57 -0600 templater: changeset templater reorganization and optimizations
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3645
templater: changeset templater reorganization and optimizations
Mon, 13 Nov 2006 13:26:57 -0600 templater: speed up changeset writes and stringify
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3644
templater: speed up changeset writes and stringify
Mon, 13 Nov 2006 13:26:57 -0600 changeset_templater: remove changes arg
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3643
changeset_templater: remove changes arg
Mon, 13 Nov 2006 13:26:57 -0600 templater: simplify parsestring
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3642
templater: simplify parsestring
Mon, 13 Nov 2006 13:26:57 -0600 template: fold template() into __call__, minor optimizations
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3641
template: fold template() into __call__, minor optimizations - use non-grouping operator to avoid some extra processing - avoid copying and updating defaults - unnest main template body - avoid returning extra empty string if format
Mon, 13 Nov 2006 13:26:57 -0600 templater: simplify cache and remove filter argument in __call__
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3640
templater: simplify cache and remove filter argument in __call__
Mon, 13 Nov 2006 13:26:57 -0600 templater: simplify template function
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3639
templater: simplify template function
Mon, 13 Nov 2006 13:26:57 -0600 templater: take cStringIO out of indent
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3638
templater: take cStringIO out of indent
Mon, 13 Nov 2006 13:26:57 -0600 templater: remove cStringIO from stringify
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3637
templater: remove cStringIO from stringify
Mon, 13 Nov 2006 13:26:57 -0600 templater: remove cStringIO for fill
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3636
templater: remove cStringIO for fill
Mon, 13 Nov 2006 13:26:57 -0600 templater: use str.decode in parse_string
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3635
templater: use str.decode in parse_string
Mon, 13 Nov 2006 13:26:57 -0600 bundle: don't use sets.Set
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3634
bundle: don't use sets.Set
Mon, 13 Nov 2006 13:26:57 -0600 revlog: reachable actually takes a node
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3633
revlog: reachable actually takes a node
Mon, 13 Nov 2006 13:26:57 -0600 util: add copyfile function
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3632
util: add copyfile function
Mon, 13 Nov 2006 13:26:57 -0600 hgweb: internalize some socket details
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3631
hgweb: internalize some socket details
Mon, 13 Nov 2006 13:26:57 -0600 remove unused imports
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3630
remove unused imports
Thu, 09 Nov 2006 14:44:17 -0800 zsh: typo in commit completion
Brendan Cully <brendan@kublai.com> [Thu, 09 Nov 2006 14:44:17 -0800] rev 3629
zsh: typo in commit completion
Thu, 09 Nov 2006 21:53:45 +0100 issue228: Fix repositories at the filesystem root (/ or C:\)
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 09 Nov 2006 21:53:45 +0100] rev 3628
issue228: Fix repositories at the filesystem root (/ or C:\) Thanks to Robert Shaw and other people on the list for the suggestions.
Wed, 08 Nov 2006 11:28:33 -0800 Export changelog dict in localrepo.commit
Brendan Cully <brendan@kublai.com> [Wed, 08 Nov 2006 11:28:33 -0800] rev 3627
Export changelog dict in localrepo.commit
Wed, 08 Nov 2006 13:20:08 -0600 tests: add -i switch
Matt Mackall <mpm@selenic.com> [Wed, 08 Nov 2006 13:20:08 -0600] rev 3626
tests: add -i switch Prompt to accept changes for tests where output changed
Wed, 08 Nov 2006 13:20:08 -0600 tests: add -R switch
Matt Mackall <mpm@selenic.com> [Wed, 08 Nov 2006 13:20:08 -0600] rev 3625
tests: add -R switch Restarts at first .err file if one exists, otherwise runs all tests
Wed, 08 Nov 2006 13:20:08 -0600 tests: sort test list if running all tests
Matt Mackall <mpm@selenic.com> [Wed, 08 Nov 2006 13:20:08 -0600] rev 3624
tests: sort test list if running all tests
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip