Fri, 07 Dec 2007 02:01:13 -0600 copy: simplify inner copy
Matt Mackall <mpm@selenic.com> [Fri, 07 Dec 2007 02:01:13 -0600] rev 5608
copy: simplify inner copy - save dirstate lookup and exists check - do all fs work inside a single dryrun clause - move unlinking into inner copy section - move target dir creation - eliminate undelete mess - fix a bug on mv a -> b -> a after merge
Fri, 07 Dec 2007 02:01:10 -0600 copy: minor cleanups
Matt Mackall <mpm@selenic.com> [Fri, 07 Dec 2007 02:01:10 -0600] rev 5607
copy: minor cleanups - add after and dryrun variables - add some comments
Thu, 06 Dec 2007 15:15:47 -0600 copy: propagate errors properly
Matt Mackall <mpm@selenic.com> [Thu, 06 Dec 2007 15:15:47 -0600] rev 5606
copy: propagate errors properly
Thu, 06 Dec 2007 14:58:57 -0600 copy: refactor okaytocopy into walkpat
Matt Mackall <mpm@selenic.com> [Thu, 06 Dec 2007 14:58:57 -0600] rev 5605
copy: refactor okaytocopy into walkpat - rename core copy function to copyfile - move origsrc details into copyfile - turn okaytocopy loop into walkpat
Sun, 02 Dec 2007 18:41:22 -0600 copy: fix copying back with -A (issue836)
Matt Mackall <mpm@selenic.com> [Sun, 02 Dec 2007 18:41:22 -0600] rev 5604
copy: fix copying back with -A (issue836)
Mon, 03 Dec 2007 19:19:12 +0100 hgwebdir: refactor inner loop
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Dec 2007 19:19:12 +0100] rev 5603
hgwebdir: refactor inner loop
Mon, 03 Dec 2007 18:58:18 +0100 hgwebdir: split out templater creation
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Dec 2007 18:58:18 +0100] rev 5602
hgwebdir: split out templater creation
Mon, 03 Dec 2007 18:40:37 +0100 hgwebdir: split out makeindex function, facilitate test failure diagnosis
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Dec 2007 18:40:37 +0100] rev 5601
hgwebdir: split out makeindex function, facilitate test failure diagnosis
Mon, 03 Dec 2007 13:30:08 +0100 hgweb: explicitly pass around the templater
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Dec 2007 13:30:08 +0100] rev 5600
hgweb: explicitly pass around the templater
Mon, 03 Dec 2007 12:40:29 +0100 hgweb: split out templater definition
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Dec 2007 12:40:29 +0100] rev 5599
hgweb: split out templater definition
Mon, 03 Dec 2007 12:27:11 +0100 separate the wire protocol commands from the user interface commands
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Dec 2007 12:27:11 +0100] rev 5598
separate the wire protocol commands from the user interface commands
Mon, 03 Dec 2007 12:06:21 +0100 hgweb: extract constant to global level
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Dec 2007 12:06:21 +0100] rev 5597
hgweb: extract constant to global level
Mon, 03 Dec 2007 11:58:52 +0100 hgweb: get rid of some nested functions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Dec 2007 11:58:52 +0100] rev 5596
hgweb: get rid of some nested functions
Mon, 03 Dec 2007 11:58:29 +0100 fix some imports; pushing bz2 bundles over http is currently untested
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Dec 2007 11:58:29 +0100] rev 5595
fix some imports; pushing bz2 bundles over http is currently untested
Sun, 02 Dec 2007 21:54:56 -0800 coverage: return to not assuming that python is in /usr/bin
Bryan O'Sullivan <bos@serpentine.com> [Sun, 02 Dec 2007 21:54:56 -0800] rev 5594
coverage: return to not assuming that python is in /usr/bin
Sun, 02 Dec 2007 21:52:40 -0800 Fix breaking test from 05451f6b5f07
Bryan O'Sullivan <bos@serpentine.com> [Sun, 02 Dec 2007 21:52:40 -0800] rev 5593
Fix breaking test from 05451f6b5f07
Sun, 02 Dec 2007 23:26:40 +0100 import latest coverage.py version
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 02 Dec 2007 23:26:40 +0100] rev 5592
import latest coverage.py version
Sun, 02 Dec 2007 23:26:40 +0100 split out hgweb commands into a separate file, move some code around
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 02 Dec 2007 23:26:40 +0100] rev 5591
split out hgweb commands into a separate file, move some code around
Sun, 02 Dec 2007 23:26:40 +0100 add more tests for hgweb commands
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 02 Dec 2007 23:26:40 +0100] rev 5590
add more tests for hgweb commands
Sun, 02 Dec 2007 18:11:59 -0600 move commands.docopy to cmdutil.copy
Matt Mackall <mpm@selenic.com> [Sun, 02 Dec 2007 18:11:59 -0600] rev 5589
move commands.docopy to cmdutil.copy
Sun, 02 Dec 2007 17:04:16 -0600 churn: avoid division by zero
Matt Mackall <mpm@selenic.com> [Sun, 02 Dec 2007 17:04:16 -0600] rev 5588
churn: avoid division by zero
Sun, 02 Dec 2007 16:26:56 -0600 update test output
Matt Mackall <mpm@selenic.com> [Sun, 02 Dec 2007 16:26:56 -0600] rev 5587
update test output
Sun, 02 Dec 2007 19:39:29 +0100 hgwebdir: test virtual paths leading or trailing separators are stripped
Patrick Mezard <pmezard@gmail.com> [Sun, 02 Dec 2007 19:39:29 +0100] rev 5586
hgwebdir: test virtual paths leading or trailing separators are stripped
Sun, 02 Dec 2007 19:45:38 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 02 Dec 2007 19:45:38 +0100] rev 5585
Merge with crew-stable
(0) -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip