Mercurial > hgsubversion
log cmdutil.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(). |
Wed, 08 Apr 2009 18:21:47 +0200 | Dirkjan Ochtman | Move diff to svncommands. |
Wed, 08 Apr 2009 17:54:30 +0200 | Dirkjan Ochtman | Small cleanups: remove unneeded imports, useless superclass. |
Wed, 08 Apr 2009 17:53:48 +0200 | Dirkjan Ochtman | Move push into svncommands. |
Wed, 08 Apr 2009 17:49:30 +0200 | Dirkjan Ochtman | Move fetch_command.fetch_revisions() to svncommands.pull(). |