Thu, 12 Apr 2018 15:22:56 +0530 |
Pulkit Goyal |
py3: use b'%d' to convert int to bytes instead of str()
|
Thu, 12 Apr 2018 14:30:37 +0530 |
Pulkit Goyal |
py3: use '%d' for integers instead of '%s'
|
Mon, 19 Feb 2018 23:47:53 +0530 |
Pulkit Goyal |
convert: don't use type as a variable name
|
Mon, 09 Oct 2017 11:44:02 +0200 |
Boris Feld |
style: remove multiple statement on a single line
|
Wed, 22 Nov 2017 20:49:01 -0500 |
Matt Harbison |
convert: save an indicator of the repo type for sources and sinks
|
Fri, 30 Jun 2017 03:34:32 +0200 |
Boris Feld |
configitems: register the 'convert.git.skipsubmodules' config
|
Fri, 30 Jun 2017 03:34:23 +0200 |
Boris Feld |
configitems: register the 'convert.git.similarity' config
|
Fri, 30 Jun 2017 03:34:14 +0200 |
Boris Feld |
configitems: register the 'convert.git.saverev' config
|
Fri, 30 Jun 2017 03:34:06 +0200 |
Boris Feld |
configitems: register the 'convert.git.renamelimit' config
|
Fri, 30 Jun 2017 03:34:00 +0200 |
Boris Feld |
configitems: register the 'convert.git.remoteprefix' config
|
Fri, 30 Jun 2017 03:33:51 +0200 |
Boris Feld |
configitems: register the 'convert.git.findcopiesharder' config
|
Fri, 30 Jun 2017 03:33:29 +0200 |
Boris Feld |
configitems: register the 'convert.git.committeractions' config
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Sat, 14 Jan 2017 10:11:19 -0800 |
Gregory Szorc |
convert: remove "replacecommitter" action
|
Fri, 13 Jan 2017 23:21:10 -0800 |
Gregory Szorc |
convert: config option to control Git committer actions
|
Thu, 22 Dec 2016 23:28:35 -0700 |
Gregory Szorc |
convert: add config option to control storing original revision
|
Thu, 22 Dec 2016 23:28:11 -0700 |
Gregory Szorc |
convert: add config option to copy extra keys from Git commits
|
Sun, 18 Dec 2016 12:53:20 -0800 |
Gregory Szorc |
convert: config option for git rename limit
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Wed, 06 Apr 2016 22:57:46 -0500 |
Blake Burkhart |
convert: pass absolute paths to git (SEC)
stable 3.8.1
|
Mon, 04 Apr 2016 15:39:13 +0200 |
Julien Cristau |
convert: kill dead code
|
Mon, 04 Apr 2016 15:38:48 +0200 |
Julien Cristau |
convert: don't ignore errors from git diff-tree
|
Tue, 29 Mar 2016 10:49:33 -0700 |
Martin von Zweigbergk |
convert: delete unused imports in git.py
|
Tue, 29 Mar 2016 12:29:00 -0500 |
Matt Mackall |
merge with stable
|
Tue, 22 Mar 2016 17:05:11 -0700 |
Mateusz Kwapich |
convert: rewrite gitpipe to use common.commandline (SEC)
stable
|
Tue, 22 Mar 2016 17:05:11 -0700 |
Mateusz Kwapich |
convert: dead code removal - old git calling functions (SEC)
stable
|
Tue, 22 Mar 2016 17:05:11 -0700 |
Mateusz Kwapich |
convert: rewrite calls to Git to use the new shelling mechanism (SEC)
stable
|
Tue, 22 Mar 2016 17:05:11 -0700 |
Mateusz Kwapich |
convert: add new, non-clowny interface for shelling out to git (SEC)
stable
|
Wed, 02 Mar 2016 20:42:13 +0000 |
timeless |
convert: git use absolute_import
|
Wed, 14 Oct 2015 02:06:54 -0400 |
timeless |
grammar: use does instead of do where appropriate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Mon, 24 Aug 2015 22:16:01 -0700 |
Durham Goode |
convert: add convert.git.skipsubmodules option
|
Mon, 10 Aug 2015 15:30:28 -0500 |
Matt Mackall |
merge with stable
|
Thu, 06 Aug 2015 17:21:46 -0700 |
Durham Goode |
convert: fix git copy file content conversions
stable
|
Wed, 29 Jul 2015 13:21:03 -0700 |
Durham Goode |
convert: fix git convert using servers branches
|
Mon, 13 Jul 2015 21:37:46 -0700 |
Durham Goode |
convert: allow customizing git remote prefix
|
Wed, 08 Jul 2015 10:29:11 -0700 |
Durham Goode |
convert: support multiple specifed revs in git source
|
Wed, 08 Jul 2015 10:27:43 -0700 |
Durham Goode |
convert: add support for specifying multiple revs
|
Mon, 29 Jun 2015 17:19:58 -0700 |
Durham Goode |
convert: improve support for unusual .gitmodules
|
Mon, 29 Jun 2015 17:19:18 -0700 |
Durham Goode |
convert: handle .gitmodules with non-tab whitespaces
|
Thu, 19 Mar 2015 17:40:19 +0100 |
Mads Kiilerich |
convert: optimize convert of files that are unmodified from p2 in merges
|
Thu, 06 Nov 2014 09:36:39 +0100 |
Thomas Arendsen Hein |
convert: use git diff-tree -Cn% instead of --find-copies=n% for older git
stable
|
Tue, 23 Sep 2014 14:45:23 -0700 |
Siddharth Agarwal |
convert: change default for git rename detection to 50%
|
Tue, 23 Sep 2014 14:40:32 -0700 |
Siddharth Agarwal |
convert: simplify git.similarity parsing
|
Fri, 12 Sep 2014 12:28:30 -0700 |
Siddharth Agarwal |
convert: add support to find git copies from all files in the working copy
|
Fri, 12 Sep 2014 11:23:26 -0700 |
Siddharth Agarwal |
convert: add support to detect git renames and copies
|
Thu, 11 Sep 2014 23:57:49 -0700 |
Siddharth Agarwal |
convert: for git, factor out code to add entries to a separate function
|
Thu, 11 Sep 2014 23:37:47 -0700 |
Siddharth Agarwal |
convert: for git's getchanges, always split entry line into components
|
Thu, 11 Sep 2014 23:35:19 -0700 |
Siddharth Agarwal |
convert: for git's getchanges, use explicit index for iteration
|
Wed, 10 Sep 2014 10:51:46 -0400 |
Augie Fackler |
convert: enable deterministic conversion progress bar for git
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: introduce --full for converting all files
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: use None value for missing files instead of overloading IOError
|
Fri, 01 Aug 2014 02:14:24 +0900 |
FUJIWARA Katsunori |
convert: fix argument mismatch at formatting the abort message
stable
|
Mon, 14 Jul 2014 18:53:03 -0500 |
Matt Mackall |
merge with stable
|
Mon, 14 Jul 2014 23:33:59 +0900 |
FUJIWARA Katsunori |
convert: detect removal of ".gitmodules" at git source revisions correctly
stable
|
Tue, 27 May 2014 21:12:24 -0700 |
David Schleimer |
convert: drastically speed up git conversions
|
Tue, 21 Jan 2014 11:34:55 -0600 |
Sean Farley |
convert: add mapname parameter to checkrevformat
|
Thu, 25 Apr 2013 16:02:58 -0700 |
Ben Goswami |
splicemap: improve error handling when source is git (issue2084)
|
Fri, 08 Feb 2013 07:09:48 -0600 |
Augie Fackler |
git convert: some versions of git use fatal: instead of error:
|
Fri, 08 Feb 2013 08:02:57 -0600 |
Ross Lagerwall |
convert/git: catch errors from modern git-ls-remote (issue3428)
|
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
|
Wed, 14 Mar 2012 01:13:45 +0100 |
Edouard Gomez |
convert: support non annotated tags in git backend
|
Mon, 25 Jul 2011 20:37:12 -0500 |
Augie Fackler |
hgext: replace uses of hasattr with util.safehasattr
|
Sat, 25 Jun 2011 01:55:15 +0200 |
Mads Kiilerich |
convert: fix git convert on solaris - it cannot remove environment variables
stable
|
Sun, 01 May 2011 18:57:11 +0200 |
timeless |
convert: fix error in git solaris code
|
Fri, 25 Mar 2011 01:38:43 +0100 |
Edouard Gomez |
convert: add bookmarks reading support to git backend
|
Thu, 02 Sep 2010 12:08:13 +0200 |
Martin Geisler |
clone, patch, convert: use hex(nullid) instead of '0'*40
|
Sun, 09 May 2010 21:52:34 +0200 |
Patrick Mezard |
convert: merge sources getmode() into getfile()
|
Sun, 25 Apr 2010 23:07:46 +0200 |
Patrick Mezard |
convert/git: check status when reading output stream
stable
|
Sun, 25 Apr 2010 22:59:50 +0200 |
Patrick Mezard |
convert/git: check status when reading the whole output
stable
|
Sun, 25 Apr 2010 22:32:27 +0200 |
Patrick Mezard |
convert/git: rename gitcmd() into gitopen() for readability
stable
|
Sun, 18 Apr 2010 15:47:49 +0200 |
Martin Geisler |
convert: mark strings for translation
stable
|
Sun, 18 Apr 2010 15:47:49 +0200 |
Martin Geisler |
convert: write "repository" instead of "repo"
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sun, 17 May 2009 03:04:17 +0200 |
Benoit Boissinot |
convert: use set instead of dict
|
Fri, 01 May 2009 11:32:19 +0200 |
Richard Quirk |
Add committer tag only when needed in git conversion
|
Sun, 26 Apr 2009 01:47:44 +0200 |
Martin Geisler |
convert: add copyright and license headers to back-ends
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Sun, 26 Oct 2008 14:02:32 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 19 Oct 2008 00:32:23 +0200 |
Edouard Gomez |
convert: return remote branches in git source
|
Sun, 26 Oct 2008 13:23:02 +0100 |
Patrick Mezard |
convert: fix non-ASCII filenames retrieval from git sources (issue 1360)
|
Thu, 23 Oct 2008 14:05:11 +0200 |
Patrick Mezard |
convert: read git output in binary mode under Windows (issue 1359)
|
Thu, 24 Jul 2008 22:44:15 +0200 |
Dhruva Krishnamurthy |
convert: use git executable only, with subcommands
|
Sun, 03 Feb 2008 21:47:07 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sun, 03 Feb 2008 21:03:46 -0200 |
Alexis S. L. Carvalho |
convert: use 'unknown' and '0 0' if commit author or date weren't specified
|
Fri, 09 Nov 2007 21:24:25 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Fri, 09 Nov 2007 20:21:35 -0200 |
Alexis S. L. Carvalho |
convert: display all errors if we couldn't open the source repo
|
Thu, 01 Nov 2007 12:37:17 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 30 Oct 2007 22:14:15 +0100 |
Patrick Mezard |
convert: fail if an external required tool is not found
|
Thu, 01 Nov 2007 12:05:14 +0100 |
Patrick Mezard |
Fix Windows os.popen bug with interleaved stdout/stderr output
|
Sat, 06 Oct 2007 21:19:06 +0200 |
Patrick Mezard |
convert: quote "^" to avoid windows using it as an escape char.
|
Thu, 04 Oct 2007 23:21:37 -0300 |
Alexis S. L. Carvalho |
convert_git: add --filemap support
|
Mon, 24 Sep 2007 19:14:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Mon, 24 Sep 2007 19:00:11 -0300 |
Alexis S. L. Carvalho |
convert_git: avoid returning two entries for the same file in getchanges
|
Sun, 26 Aug 2007 19:13:24 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 26 Aug 2007 16:49:26 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 26 Aug 2007 19:05:19 +0200 |
Patrick Mezard |
convert: fix /dev/null redirections under Windows
|
Sun, 26 Aug 2007 14:51:27 +0200 |
Patrick Mezard |
convert: fix issue702 about GIT_DIR= construct unsupported under Windows.
|
Sun, 01 Jul 2007 21:09:08 -0700 |
Brendan Cully |
convert: gitcmd wrapper for os.popen
|
Sun, 05 Aug 2007 12:03:27 -0700 |
Brendan Cully |
convert: look up copies in getchanges instead of getcommit
|
Fri, 13 Jul 2007 08:28:57 -0700 |
Brendan Cully |
convert: record the source revision in the changelog
|
Thu, 05 Jul 2007 12:08:48 -0700 |
Brendan Cully |
convert: move some code into common init function
|
Thu, 05 Jul 2007 12:00:04 -0700 |
Brendan Cully |
convert: call superclass init from engine init functions
|
Sun, 01 Jul 2007 22:00:25 -0700 |
Brendan Cully |
convert: import all branches from git repositories
|
Sun, 01 Jul 2007 21:09:08 -0700 |
Brendan Cully |
convert: gitcmd wrapper for os.popen
|
Sun, 01 Jul 2007 15:02:15 -0700 |
Brendan Cully |
convert: add -r argument specifying latest revision to convert
|
Sun, 01 Jul 2007 12:58:08 -0700 |
Brendan Cully |
convert: ove recode method into converter_source
|
Mon, 25 Jun 2007 18:52:12 -0300 |
Alexis S. L. Carvalho |
convert: "unknown" is a string
|
Sat, 23 Jun 2007 13:33:45 -0500 |
Matt Mackall |
convert: sometimes git forgets the author
|
Sun, 10 Jun 2007 20:08:47 -0700 |
Brendan Cully |
Split convert extension into common and repository type modules
base
hgext/convert/__init__.py@3c42ffdf7ca3
|