Mon, 10 Oct 2011 23:07:09 -0500 |
Matt Mackall |
transplant: add --edit option
|
Tue, 04 Oct 2011 19:43:45 -0400 |
Greg Ward |
transplant: wrap a transaction around the whole command
|
Fri, 24 Jun 2011 19:27:53 +0300 |
Idan Kamara |
transplant: use ui out descriptor when calling util.system
stable
|
Sat, 11 Jun 2011 14:14:11 +0200 |
Patrick Mezard |
patch: turn patch() touched files dict into a set
|
Fri, 10 Jun 2011 11:43:38 -0500 |
Matt Mackall |
hg: change various repository() users to use peer() where appropriate
|
Sat, 21 May 2011 15:01:28 -0500 |
Matt Mackall |
revlog: stop exporting node.short
|
Thu, 19 May 2011 22:44:01 +0200 |
Patrick Mezard |
patch: remove patch.patch() cwd argument
|
Fri, 13 May 2011 14:06:28 -0500 |
Matt Mackall |
scmutil: move revsingle/pair/range from cmdutil
|
Thu, 12 May 2011 17:50:07 +0200 |
Adrian Buehlmann |
transplant: use cmdutil.command decorator
|
Sun, 08 May 2011 17:48:31 +0200 |
Patrick Mezard |
patch: make patch()/internalpatch() always update the dirstate
|
Sun, 08 May 2011 17:48:30 +0200 |
Patrick Mezard |
patch: move updatedir() from cmdutil into patch
|
Fri, 06 May 2011 11:51:18 -0500 |
Matt Mackall |
merge with stable
|
Fri, 06 May 2011 16:00:48 +0300 |
Idan Kamara |
transplant: remove unneeded loop over repo in revset
|
Fri, 06 May 2011 15:37:38 +0300 |
Idan Kamara |
transplant: fix revset doc
stable
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Mon, 02 May 2011 12:36:23 +0200 |
Peter Arrenbrecht |
bundlerepo: fix and improve getremotechanges
|
Sat, 30 Apr 2011 17:21:37 +0200 |
Peter Arrenbrecht |
discovery: drop findoutgoing and simplify findcommonincoming's api
|
Wed, 20 Apr 2011 19:54:57 +0200 |
Adrian Buehlmann |
move opener from util to scmutil
|
Mon, 04 Apr 2011 16:21:59 -0500 |
Matt Mackall |
misc: replace .parents()[0] with p1()
|
Mon, 28 Mar 2011 21:36:29 -0700 |
Brendan Cully |
Fix transplant error message to correspond with test
|
Mon, 28 Mar 2011 21:17:32 +0100 |
Luke Plant |
transplant: fix crash if filter script munges log file
|
Wed, 23 Mar 2011 16:06:55 +0100 |
Peter Arrenbrecht |
discovery: avoid discovery when local graph is a subset of remote
|
Sat, 19 Mar 2011 19:50:55 +0100 |
Patrick Mezard |
i18n: register new template keywords for translation
|
Thu, 17 Mar 2011 22:17:27 +0100 |
Patrick Mezard |
transplant: add "transplanted" keyword
|
Sun, 13 Mar 2011 13:05:16 +0100 |
Martin Geisler |
merge with stable
|
Sun, 13 Mar 2011 12:44:35 +0100 |
Martin Geisler |
transplant: avoid the word "rebase" when we mean "transplant"
stable
|
Sun, 13 Mar 2011 12:43:52 +0100 |
Martin Geisler |
transplant: explain that changesets are copied, not moved
stable
|
Fri, 11 Mar 2011 15:48:44 +0000 |
Luke Plant |
transplant: added 'HGREVISION' variable to the environment passed to the 'filter' command
|
Mon, 22 Nov 2010 18:15:58 +0100 |
Martin Geisler |
code style: prefer 'is' and 'is not' tests with singletons
|
Sun, 24 Oct 2010 12:52:37 +0200 |
Patrick Mezard |
hggettext: handle i18nfunctions declaration for docstrings translations
stable
|
Sat, 23 Oct 2010 19:22:42 +0200 |
Patrick Mezard |
Fix and unify transplant and bookmarks revsets doc registration
stable
|
Thu, 14 Oct 2010 22:41:43 +0200 |
Nicolas Dumazet |
bundlerepo: unify common code into a new getremotechanges
|
Tue, 28 Sep 2010 19:36:05 +0200 |
Juan Pablo Aroztegi |
transplant: add the transplanted revset predicate
|
Sat, 18 Sep 2010 08:30:11 +0200 |
Peter Arrenbrecht |
transplant: fix var name conflict introduced by 2912881c2a98
|
Mon, 20 Sep 2010 16:14:05 -0500 |
Matt Mackall |
bundlerepo: restore close() method
|
Fri, 17 Sep 2010 19:03:13 -0500 |
Matt Mackall |
bundlerepo: drop unused close() method
|
Thu, 16 Sep 2010 16:00:29 +0200 |
Peter Arrenbrecht |
transplant: maintain list of transplants in dict
|
Mon, 13 Sep 2010 13:08:09 +0200 |
Martin Geisler |
patch: break import cycle with cmdutil
|
Sun, 29 Aug 2010 22:37:58 +0200 |
Martin Geisler |
Lowercase error messages
stable
|
Sun, 18 Jul 2010 21:29:29 -0400 |
Greg Ward |
transplant: crash if repo.commit() finds nothing to commit
stable
|
Sat, 19 Jun 2010 12:51:57 +0200 |
Georg Brandl |
transplant: when reading journal, treat only lines starting with "# " special like patch.extract() does
|
Sun, 06 Jun 2010 17:25:00 +0900 |
FUJIWARA Katsunori |
help: show value requirement and multiple occurrence of options
|
Mon, 07 Jun 2010 18:35:54 +0200 |
Dirkjan Ochtman |
move discovery methods from localrepo into new discovery module
|
Tue, 18 May 2010 16:31:10 +0200 |
Martin Geisler |
Use our custom hg reStructuredText role some more
|
Fri, 19 Feb 2010 02:23:38 +0100 |
Benoit Boissinot |
i18n: mark more strings for translation
stable
|
Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Mon, 28 Dec 2009 17:55:52 +0100 |
Robert Bachmann |
Added support for templatevar "footer" to cmdutil.py
|
Thu, 03 Dec 2009 11:06:44 +0100 |
Sune Foldager |
transplant: fix small bug when a patch fails while using --filter
stable
|
Thu, 10 Sep 2009 10:31:12 +0200 |
Martin Geisler |
Merge with crew-stable
|
Thu, 10 Sep 2009 01:56:25 +0200 |
Mads Kiilerich |
transplant: Add trailing LF in tmp file for filtering
|
Sun, 26 Jul 2009 02:02:10 +0200 |
Martin Geisler |
transplant: wrap docstrings at 70 characters
|
Wed, 22 Jul 2009 23:26:27 +0200 |
Martin Geisler |
transplant: better reST formatting
|
Wed, 22 Jul 2009 22:56:45 +0200 |
Martin Geisler |
merge with crew-stable
|
Wed, 22 Jul 2009 22:50:34 +0200 |
Martin Geisler |
do not translate commit messages
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
transplant: wrapped docstrings at 78 characters
|
Wed, 24 Jun 2009 13:42:02 +0200 |
Dirkjan Ochtman |
extensions: change descriptions for extensions providing a few commands
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|