Sat, 06 Feb 2010 11:13:55 -0600 |
Augie Fackler |
utility_commands: fix hg svn genignore for single-directory mode
|
Sat, 06 Feb 2010 10:57:58 -0600 |
Augie Fackler |
utility_commands: unbreak hg svn info with single-directory clones
|
Thu, 10 Dec 2009 13:04:57 -0800 |
Jason Ostrander |
Add a -r option to hg svn. Use with hg svn info to change the mercurial rev.
|
Wed, 10 Jun 2009 12:06:31 +0200 |
Dirkjan Ochtman |
uisetup: use a single loop/abstraction for wrapping all the commands
|
Fri, 22 May 2009 15:12:31 +0200 |
Dan Villiom Podlaski Christiansen |
Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
|
Wed, 13 May 2009 21:39:39 -0500 |
Augie Fackler |
Reorganize to have a more conventional module structure.
|
Fri, 15 May 2009 19:18:43 +0200 |
Dan Villiom Podlaski Christiansen |
Switch to using url scheme wrappers instead of duplicating each command we wrap.
|
Mon, 13 Apr 2009 21:51:12 -0500 |
Augie Fackler |
rebase: moved to wrappers, now a wrapper around rebase triggered with --svn.
|
Fri, 10 Apr 2009 22:38:29 -0500 |
Augie Fackler |
Move wrappers for hg commands to their own module.
|
Fri, 10 Apr 2009 18:47:18 -0500 |
Augie Fackler |
Refactor commands to wrap their hg equivalent adding a --svn flag where sane.
|
Fri, 10 Apr 2009 23:09:59 +0200 |
Dirkjan Ochtman |
Work with simple command table instead of decorators.
|
Wed, 08 Apr 2009 17:49:30 +0200 |
Dirkjan Ochtman |
Move fetch_command.fetch_revisions() to svncommands.pull().
|
Tue, 07 Apr 2009 22:15:22 -0400 |
Daniel Tang |
Issue #60: Add a svn sub-command to list all authors in a Subversion repository
|
Mon, 30 Mar 2009 16:11:45 -0500 |
Augie Fackler |
rebase: cleanup slightly.
|