log util.py @ 281:8ff0b3261b7f

age author description
Fri, 24 Apr 2009 21:07:59 -0500 Augie Fackler util: drop 1.2 support in the encoding swap.
Fri, 24 Apr 2009 20:25:14 -0500 Augie Fackler util: kill unused function
Mon, 13 Apr 2009 21:12:33 -0500 Augie Fackler Re-re-refix username support, add a comment so maybe I remember this time.
Mon, 13 Apr 2009 21:19:13 -0500 Augie Fackler Clean up TODOs that are no longer relevant.
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.
Fri, 10 Apr 2009 13:43:44 -0400 Daniel Tang utils: standardizing imported name to hgutil, our_util to util
Fri, 10 Apr 2009 15:43:47 -0500 Daniel Tang encoding: fix encoding swap to work with demandimport enabled (#67)
Tue, 07 Apr 2009 13:30:05 -0500 Luke Opperman issue67: mercurial 1.3 util incompatibility with encoding swap
Sat, 28 Mar 2009 17:59:55 -0500 Augie Fackler util: better error messages when finding svn parent of a revision.
Thu, 12 Feb 2009 15:10:42 +0100 Dan Villiom Podlaski Christiansen Output consolidation; decrease the ‘Fetching...’ message to debug level.
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.
Wed, 21 Jan 2009 20:29:23 -0600 Augie Fackler Remove useless imports.
Wed, 21 Jan 2009 20:38:10 -0600 Martin Geisler Simplify normalize_url.
Sat, 17 Jan 2009 15:30:38 -0600 Dan Villiom Podlaski Christiansen Create patch to make normal output much less verbose…
Sat, 17 Jan 2009 15:30:37 -0600 Dan Villiom Podlaski Christiansen Creating patch for documention messages.
Wed, 24 Dec 2008 11:23:19 -0600 Augie Fackler parse_revmap: Stop supporting pickled revmaps. I've made enough major changes
Tue, 23 Dec 2008 11:10:32 -0600 Augie Fackler fetch: Refactor extra creation to be shared by real and diff replay.
Mon, 22 Dec 2008 21:22:11 -0600 Augie Fackler push: Fix the bad implementation that required modifying the dirstate to push.
Thu, 11 Dec 2008 20:41:57 -0600 Augie Fackler util: Add a command to normalize svn urls and use it in a couple of places. Test that it works and prevents failed assertions.
Thu, 04 Dec 2008 13:10:40 -0600 Luke Opperman tag_repo: remove gentags command, extend repo.tags(), HgChangeEditor now takes either repo or repo_path
Thu, 20 Nov 2008 22:03:30 -0600 Luke Opperman Clean up help text, document subcommands.
Fri, 21 Nov 2008 16:11:24 -0600 Augie Fackler Refactored outgoing_revisions into util where it really belongs.
Sun, 26 Oct 2008 22:06:13 -0500 Augie Fackler Some more fixes of cases discovered in the melange repo. If anyone knows how I can reproduce a "replaced" state in Subversion, I'd love to be able to make a real test case for this code.
Fri, 17 Oct 2008 11:03:52 -0500 Augie Fackler Some refactors of the previous change, including transparent upgrade of old-style pickled dictionaries.
Wed, 08 Oct 2008 16:44:05 -0500 Augie Fackler Killed some dead code found by test coverage.
Tue, 30 Sep 2008 11:42:52 -0500 Augie Fackler Initial import of hgsubversion into a public repository.