| age |
author |
description |
| Wed, 08 May 2013 08:12:44 +0100 |
Frank Kingswood |
set marshal dump version to 0default tip |
| Thu, 13 Dec 2012 09:06:20 +0000 |
Frank Kingswood |
fix error abort in runone |
| Tue, 23 Oct 2012 12:43:47 +0100 |
Frank Kingswood |
Must quote the root argument given to -d |
| Fri, 14 Sep 2012 19:39:26 +0100 |
Frank Kingswood |
Fix a couple of portability issues |
| Mon, 10 Sep 2012 08:34:28 +0100 |
Frank Kingswood |
add runone() method to simplify error handling |
| Fri, 17 Aug 2012 08:34:03 +0100 |
Frank Kingswood |
Use a helper class to delete temporary files |
| Fri, 17 Aug 2012 08:25:41 +0100 |
Frank Kingswood |
when syncing workspace process removals first to prevent name collisions |
| Wed, 15 Aug 2012 16:49:55 +0100 |
Frank Kingswood |
Tested with 2.2, 2.3 |
| Wed, 15 Aug 2012 16:37:06 +0100 |
Frank Kingswood |
implement --force on push and pull2.2 2.3 |
| Wed, 15 Aug 2012 16:36:32 +0100 |
Frank Kingswood |
implement --limit on incoming |
| Wed, 15 Aug 2012 16:36:32 +0100 |
Frank Kingswood |
instead of batching calls of p4 use the -x option and a file to hold arguments |
| Wed, 15 Aug 2012 16:36:32 +0100 |
Frank Kingswood |
instead of changing directory explicitly use the -d option |
| Wed, 15 Aug 2012 16:36:32 +0100 |
Frank Kingswood |
use propertycache to avoid calculating class members before they are needed |
| Wed, 08 Aug 2012 11:27:43 +0100 |
Frank Kingswood |
reinstate pull_trim_log |
| Wed, 25 Jul 2012 09:05:40 +0100 |
Frank Kingswood |
Back out pull_trim_log changes |
| Tue, 24 Jul 2012 14:56:47 +0100 |
Frank Kingswood |
document the pull_trim_log configuration option |
| Tue, 24 Jul 2012 13:00:58 +0100 |
Frank Kingswood |
add option to trim mercurial ids from p4 changelist descriptions during pull |
| Tue, 24 Jul 2012 12:55:49 +0100 |
Frank Kingswood |
fix clearing +x permission by forcing a reopen on the base type |
| Tue, 24 Jul 2012 12:47:29 +0100 |
Frank Kingswood |
make error handling more robust by not conflating error conditions in constructor |
| Tue, 19 Jun 2012 10:59:05 +0100 |
Frank Kingswood |
Fix error handling when invalid p4 client is specified for clone |
| Wed, 06 Jun 2012 11:42:06 +0100 |
Frank Kingswood |
Make sure root+partial directory in client workspace always ends in / |
| Sun, 03 Jun 2012 11:03:24 +0100 |
Frank Kingswood |
Use $HG in test script instead of "hg $HGDEBUG" everywhere |
| Mon, 23 Apr 2012 09:19:13 +0100 |
Frank Kingswood |
Allow push to modify integrated, copied and moved files. |
| Thu, 22 Mar 2012 16:37:17 +0000 |
Frank Kingswood |
Use p4 copy and p4 move if they are available. |
| Mon, 05 Mar 2012 11:38:55 +0000 |
Frank Kingswood |
Tested with 2.1 |
| Mon, 05 Mar 2012 11:38:12 +0000 |
Frank Kingswood |
Now uses copies.pathcopies for Mercurial 2.1 or later2.1 |
| Wed, 23 Nov 2011 09:56:49 +0000 |
Frank Kingswood |
Now shows files in changelist for p4pending -s -v |
| Thu, 27 Oct 2011 09:05:21 +0100 |
Frank Kingswood |
Fix Cygwin path regex match |
| Wed, 05 Oct 2011 08:48:31 +0100 |
Frank Kingswood |
Fix check for clientuser when unset |
| Fri, 30 Sep 2011 18:12:20 +0800 |
Frank Kingswood |
Compatibility with Python 2.3 and Mercurial 1.2.1 |
| Tue, 20 Sep 2011 15:51:38 +0100 |
Frank Kingswood |
Now the clientuser configuration option can be the name of a script to run. |
| Tue, 20 Sep 2011 15:00:47 +0100 |
Frank Kingswood |
Avoid using DOS root or altroot on Cygwin. |
| Fri, 16 Sep 2011 10:13:34 +0100 |
Frank Kingswood |
Search all to find a p4 changelist in p4id |
| Fri, 16 Sep 2011 09:37:13 +0100 |
Frank Kingswood |
Now p4id without options identifies the current revision, as hg id does |
| Thu, 25 Aug 2011 14:39:11 +0100 |
Frank Kingswood |
Fix P4ID which did not work unless a p4 revision was given |
| Thu, 25 Aug 2011 14:20:30 +0100 |
Frank Kingswood |
Add -p option to set p4d used in the test script |
| Wed, 06 Jul 2011 15:50:25 +0100 |
Frank Kingswood |
Tested with 1.9 |
| Wed, 06 Jul 2011 15:49:41 +0100 |
Frank Kingswood |
Compatibility with Mercurial 1.91.9 |
| Fri, 15 Apr 2011 14:22:16 +0100 |
Frank Kingswood |
Fix traceback when --mq is used on pull |
| Wed, 13 Apr 2011 06:45:33 +0100 |
Frank Kingswood |
Tested with 1.8 |
| Wed, 13 Apr 2011 06:00:21 +0100 |
Frank Kingswood |
p4 sync -k needs %-encoded filenames in push1.8 |
| Wed, 13 Apr 2011 05:51:28 +0100 |
Frank Kingswood |
Add --changelist option to p4identify a revision by its p4 changelist number. |
| Fri, 08 Apr 2011 11:30:50 -0500 |
Steve Borho |
hg.localpath was moved to url.py between hg-1.8 and hg-1.9 |
| Mon, 28 Mar 2011 15:05:59 +0100 |
Frank Kingswood |
Add new configuration option ignorecase. |
| Thu, 24 Mar 2011 14:34:21 +0000 |
Frank Kingswood |
encodename can be static method |
| Tue, 22 Mar 2011 20:34:40 +0000 |
Frank Kingswood |
p4 special characters (* # @ %) in file names are now escaped. |
| Tue, 22 Mar 2011 09:08:26 +0000 |
Frank Kingswood |
Several improvements in handling p4 client specs. |
| Thu, 02 Dec 2010 20:38:27 +0000 |
Frank Kingswood |
Also give more explicit error in clone |
| Thu, 02 Dec 2010 10:21:17 -0600 |
Steve Borho |
Give more explicit error when p4 client check fails |
| Sat, 20 Nov 2010 09:45:22 +0000 |
Frank Kingswood |
Add repopath() and localpath() helpers |
| Sat, 20 Nov 2010 08:36:06 +0000 |
Frank Kingswood |
Tested with 1.7 |
| Sat, 20 Nov 2010 08:29:26 +0000 |
Frank Kingswood |
Catch error if the changelist number to submit is not a number1.7 |
| Fri, 19 Nov 2010 14:15:08 -0600 |
Steve Borho |
Display URL that failed p4 check |
| Wed, 10 Nov 2010 01:33:22 +0000 |
Frank Kingswood |
Use p4 print -o to retrieve utf16 file in no-keep mode |
| Thu, 28 Oct 2010 15:18:34 +0100 |
Frank Kingswood |
Remove a trailing slash from the Root provided in the p4 client |
| Wed, 20 Oct 2010 07:32:38 +0100 |
Frank Kingswood |
Add support for partial checkouts |
| Sat, 23 Oct 2010 22:13:35 +0100 |
Frank Kingswood |
Added tag 1.3 for changeset c9bc78451da3 |
| Sat, 23 Oct 2010 22:13:26 +0100 |
Frank Kingswood |
Small fix for Mercurial 1.31.3 |
| Tue, 19 Oct 2010 10:16:26 +0100 |
Frank Kingswood |
Test filename with dollar sign in it |
| Tue, 19 Oct 2010 10:15:42 +0100 |
Frank Kingswood |
Fix call to p4 revert for any other changes to the files |