Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Fri, 27 Jun 2008 13:43:29 -0500 |
Matt Mackall |
status: clean up all users for unknown files
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Wed, 25 Jun 2008 17:35:20 -0500 |
Matt Mackall |
context: avoid using None for working parent
|
Sat, 07 Jun 2008 11:43:16 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 07 May 2008 14:32:00 +0400 |
Maxim Dounin |
addremove: correctly handle intermediate symlinks
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: remove files arg from repo.status and friends
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: stop passing files through commitfunc
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: use helpers for cmdutil
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: return a single value
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: remove cmdutil.walk
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: remove rel and exact returns
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: remove remaining users of cmdutils.matchpats
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
cmdutil: switch commit to match
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walkchangerev: use new match objects
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: pass match object to cmdutil.walk
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: begin refactoring badmatch handling
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: remove files arg from repo.walk and dirstate.walk
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: introduce match objects
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: kill util.cmdmatcher and _matcher
|
Sat, 19 Apr 2008 10:42:30 +0200 |
Alexis S. L. Carvalho |
rename --after: do not unlink source file (issue910)
|
Wed, 16 Apr 2008 12:09:16 +0200 |
Dirkjan Ochtman |
remove trailing spaces
|
Mon, 14 Apr 2008 22:31:33 +0200 |
Patrick Mezard |
cmdutil: handle and warn about missing copy revisions
|
Fri, 14 Mar 2008 10:32:19 -0300 |
Alexis S. L. Carvalho |
Fix issue995 (copy --after and symlinks pointing to a directory)
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Fri, 29 Feb 2008 01:51:23 +0100 |
Thomas Arendsen Hein |
Move finding/checking the log limit to cmdutil
|
Tue, 19 Feb 2008 19:20:10 -0300 |
Alexis S. L. Carvalho |
cmdutil.walkchangerevs: use '-1:0' instead ot 'tip:0'
|
Sun, 17 Feb 2008 21:34:28 +0100 |
Thomas Arendsen Hein |
Fix bad behaviour when specifying an invalid date (issue700)
|
Fri, 15 Feb 2008 10:38:37 -0200 |
Alexis S. L. Carvalho |
cmdutil.commit: use relative paths in the error messages
|