Mercurial > public > mercurial-scm > hg
log hgext/convert/git.py @ 18010:38b51a60a195
age | author | description |
---|---|---|
Tue, 13 Nov 2012 13:09:42 -0800 | Bryan O'Sullivan | convert: fix a too-long line nag |
Mon, 29 Oct 2012 17:40:13 -0700 | YaNan Xu | convert: add support for converting git submodule (issue3528) |
Sat, 12 May 2012 16:02:46 +0200 | Brodie Rao | cleanup: replace naked excepts with except Exception: ... |
Sat, 12 May 2012 16:00:58 +0200 | Brodie Rao | cleanup: "raise SomeException()" -> "raise SomeException" |
Sat, 12 May 2012 15:54:54 +0200 | Brodie Rao | cleanup: eradicate long lines |
Tue, 27 Mar 2012 16:17:46 -0500 | Matt Mackall | merge with stable |
Sat, 24 Mar 2012 22:13:17 -0500 | Augie Fackler | convert/git: abort if git submodules are detected (issue2150) stable |