Mercurial > hgsubversion
log cmdutil.py @ 330:5f8f2fd4fd54
age | author | description |
---|---|---|
Fri, 08 May 2009 16:26:33 -0500 | Augie Fackler | push: Fix a bug in deletion of an entire tree. |
Wed, 29 Apr 2009 12:01:31 +0200 | Patrick Mezard | cmdutil: fix svn path normalization corner case |
Tue, 28 Apr 2009 21:16:35 +0200 | Patrick Mezard | cmdutil: fix islocalrepo() under Windows |
Mon, 27 Apr 2009 09:39:39 -0500 | Martijn Pieters | Implement parseurl support (#revision in repository urls) |
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 17:29:45 +0200 | Dirkjan Ochtman | Move utility_commands.find_wc_parent_rev() to cmdutil.parentrev(). |