log utility_commands.py @ 256:7932d098cb5f

age author description
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 17:29:45 +0200 Dirkjan Ochtman Move utility_commands.find_wc_parent_rev() to cmdutil.parentrev().
Fri, 10 Apr 2009 23:09:59 +0200 Dirkjan Ochtman Work with simple command table instead of decorators.
Fri, 10 Apr 2009 13:43:44 -0400 Daniel Tang utils: standardizing imported name to hgutil, our_util to util
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, 06 Apr 2009 02:52:14 -0400 Daniel Tang Add --username and --password options to all commands
Mon, 30 Mar 2009 16:11:45 -0500 Augie Fackler rebase: cleanup slightly.
Tue, 07 Apr 2009 13:48:58 -0500 Augie Fackler Merge with crew.
Fri, 27 Mar 2009 02:59:42 +0100 Dan Villiom Podlaski Christiansen Use a reverse lookup in authormap to determine the author for 'hg svn info'.
Sat, 28 Mar 2009 17:38:48 -0500 Augie Fackler info: stop failing if the rev is not a child of an svn rev.
Tue, 17 Mar 2009 15:11:03 -0500 Augie Fackler info: produce canonical URLs more of the time.
Tue, 24 Feb 2009 14:30:21 -0600 Augie Fackler Add a genignore utility command that generates an hgignore file by scraping svn:ignore properties.
Tue, 10 Feb 2009 14:52:26 -0600 Augie Fackler Add a naive hg svn version command that works as long as hgsubversion is run from a checkout.
Sat, 17 Jan 2009 15:30:37 -0600 Dan Villiom Podlaski Christiansen Creating patch for documention messages.
Tue, 13 Jan 2009 13:59:50 +0100 Benoit Boissinot remove decorators (compat with python2.3)
Tue, 30 Dec 2008 19:24:16 -0600 Martin Geisler Fix "hg svn outgoing" help text.
Tue, 30 Dec 2008 19:24:16 -0600 Martin Geisler Punctuation.
Tue, 30 Dec 2008 10:12:16 -0600 Augie Fackler info: Actually determine and show the repo root.
Wed, 24 Dec 2008 11:12:23 -0600 Augie Fackler utility_commands: Test outgoing and fix it to work again.
Mon, 22 Dec 2008 21:22:11 -0600 Augie Fackler push: Fix the bad implementation that required modifying the dirstate to push.
Mon, 22 Dec 2008 21:21:11 -0600 Augie Fackler push: Improved the rebasing logic for push so that it doesn't break with
Mon, 22 Dec 2008 21:20:10 -0600 Augie Fackler rebase: preserve local branch names.
Thu, 20 Nov 2008 22:03:30 -0600 Luke Opperman Clean up help text, document subcommands.
Fri, 21 Nov 2008 16:21:19 -0600 Augie Fackler Cleanups based on pyflakes output.
Fri, 21 Nov 2008 16:11:24 -0600 Augie Fackler Refactored outgoing_revisions into util where it really belongs.
Wed, 19 Nov 2008 10:23:48 -0600 Augie Fackler utility_commands: fix outgoing against crew (required because of crew cset 87158be081b8)
Fri, 07 Nov 2008 15:02:00 -0600 Augie Fackler Add an hg svn info subsubcommand that prints out what you would expect from svn info.
Wed, 15 Oct 2008 13:21:59 -0500 Augie Fackler Fix up the rebase docstring to be less vague.
Tue, 30 Sep 2008 11:42:52 -0500 Augie Fackler Initial import of hgsubversion into a public repository.