Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6583
walk: remove more old badmatch logic
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6582
walk: remove remaining users of cmdutils.matchpats
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6581
cmdutil: switch commit to match
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6580
walkchangerev: use new match objects
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6579
walk: pass match object to cmdutil.walk
- introduce cmdutil.match
- change args to cmdutil.walk
- create match objects for walk calls
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6578
walk: begin refactoring badmatch handling
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6577
walk: remove files arg from repo.walk and dirstate.walk
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6576
walk: introduce match objects
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6575
walk: kill util.cmdmatcher and _matcher
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6574
purge: use cmdutil.matchpats
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6573
purge: eliminate dopurge
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6572
walk: eliminate some default variables
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 08 May 2008 18:36:45 +0200] rev 6571
coal: fix CSS errors as reported by Firefox
Benoit Allard <benoit@aeteurope.nl> [Thu, 24 Apr 2008 17:16:02 +0200] rev 6570
add compression type type parameter to bundle command
Benoit Allard <benoit@aeteurope.nl> [Thu, 24 Apr 2008 11:48:07 +0200] rev 6569
add support for HG10GZ bundles to bundlerepo.bundlerevlog()
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 24 Apr 2008 11:43:54 +0200] rev 6568
tests: fix test-highlight output, changed in
ccc2481e3954
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 24 Apr 2008 17:15:55 +0200] rev 6567
merge from crew-stable
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 19 Apr 2008 10:42:30 +0200] rev 6566
rename --after: do not unlink source file (
issue910)
"rename --after a.txt A.txt" on case mangling systems (e.g. Windows)
erroneously deleted A.txt (even if modified).
Patrick Mezard <pmezard@gmail.com> [Thu, 24 Apr 2008 13:37:29 +0200] rev 6565
Make mercurial easy installable again
Patrick Mezard <pmezard@gmail.com> [Wed, 23 Apr 2008 22:45:53 +0200] rev 6564
webcommands: pass full author to annotate, fix templates (issue 1054)
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 23 Apr 2008 11:40:33 +0200] rev 6563
sshserver: Don't try to close fp if mkstemp failed
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 18 Apr 2008 18:07:34 +0200] rev 6562
merge from crew-stable
Jason Orendorff <jorendorff@mozilla.com> [Fri, 18 Apr 2008 17:25:10 +0200] rev 6561
mq: fix qdiff -U (it apparently never really worked)
Neal Becker <ndbecker2@gmail.com> [Wed, 16 Apr 2008 15:26:37 -0700] rev 6560
mergetools.hgrc patch
Neal Becker <ndbecker2@gmail.com> [Wed, 16 Apr 2008 15:26:37 -0700] rev 6559
mergetools.hgrc patch
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 16:07:15 +0200] rev 6558
merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 12:15:43 +0200] rev 6557
merge from crew-stable
Wojciech Miłkowski <wmilkowski@interia.pl> [Wed, 16 Apr 2008 12:14:24 +0200] rev 6556
coal: put link fragment at the end of the url (after session vars)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 09:36:24 +0200] rev 6555
merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 16:04:07 +0200] rev 6554
mq: don't commit local changes on pushing empty patch (
issue1087)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 12:09:16 +0200] rev 6553
remove trailing spaces
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 09:35:43 +0200] rev 6552
mq: add a little documentation on qpush -f
Adrian Buehlmann <adrian@cadifra.com> [Mon, 14 Apr 2008 00:36:01 +0200] rev 6551
ignore *.pyd files
*.c modules on Windows are compiled to *.pyd
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 23:28:50 +0200] rev 6550
Merge with crew-stable, fix test output
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 23:04:34 +0200] rev 6549
Merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 14 Apr 2008 14:34:38 +0200] rev 6548
replace usage of os.popen() with util.popen()
To make this possible, I added a mode parameter to both implementations of
util.popen(), defaulting to 'r' (as it does in the Python stdlib).
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 23:21:27 +0200] rev 6547
test-merge-internal-tools-pattern: make executable
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:34 +0200] rev 6546
convert: fix svn file copy detection code
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:34 +0200] rev 6545
convert: fix svn branch source detection corner case
It was confused by composite-looking revisions made by copy + remove.
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:34 +0200] rev 6544
convert: cleanup svn file copy handling
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:34 +0200] rev 6543
convert: handle past or foreign partial svn copies
Subversion allows revisions to be composed of subparts coming from revisions
before the parent or from other part of the repository. There is no simple
representation for these now, keep the changes but do not track their origins.
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6542
convert: more cleanup in svn directory copy handling
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6541
convert: svn directory copy handling cleanup
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6540
convert: improve subversion branch filtering
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6539
convert: rename get_entry_from_path() into an svn_source method
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6538
convert: fix subpaths detection in svn source
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6537
test-convert-svn-branches: short identifiers are more legible
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6536
cmdutil: handle and warn about missing copy revisions