perfarce

log

age author description
3 weeks ago Frank Kingswood Allow push to modify integrated, copied and moved files.default tip
8 weeks ago Frank Kingswood Use p4 copy and p4 move if they are available.
2 months ago Frank Kingswood Tested with 2.1
2 months ago Frank Kingswood Now uses copies.pathcopies for Mercurial 2.1 or later2.1
5 months ago Frank Kingswood Now shows files in changelist for p4pending -s -v
6 months ago Frank Kingswood Fix Cygwin path regex match
7 months ago Frank Kingswood Fix check for clientuser when unset
7 months ago Frank Kingswood Compatibility with Python 2.3 and Mercurial 1.2.1
8 months ago Frank Kingswood Now the clientuser configuration option can be the name of a script to run.
8 months ago Frank Kingswood Avoid using DOS root or altroot on Cygwin.
8 months ago Frank Kingswood Search all to find a p4 changelist in p4id
8 months ago Frank Kingswood Now p4id without options identifies the current revision, as hg id does
8 months ago Frank Kingswood Fix P4ID which did not work unless a p4 revision was given
8 months ago Frank Kingswood Add -p option to set p4d used in the test script
10 months ago Frank Kingswood Tested with 1.9
10 months ago Frank Kingswood Compatibility with Mercurial 1.91.9
13 months ago Frank Kingswood Fix traceback when --mq is used on pull
13 months ago Frank Kingswood Tested with 1.8
13 months ago Frank Kingswood p4 sync -k needs %-encoded filenames in push1.8
13 months ago Frank Kingswood Add --changelist option to p4identify a revision by its p4 changelist number.
13 months ago Steve Borho hg.localpath was moved to url.py between hg-1.8 and hg-1.9
13 months ago Frank Kingswood Add new configuration option ignorecase.
14 months ago Frank Kingswood encodename can be static method
14 months ago Frank Kingswood p4 special characters (* # @ %) in file names are now escaped.
14 months ago Frank Kingswood Several improvements in handling p4 client specs.
17 months ago Frank Kingswood Also give more explicit error in clone
17 months ago Steve Borho Give more explicit error when p4 client check fails
18 months ago Frank Kingswood Add repopath() and localpath() helpers
18 months ago Frank Kingswood Tested with 1.7
18 months ago Frank Kingswood Catch error if the changelist number to submit is not a number1.7
18 months ago Steve Borho Display URL that failed p4 check
18 months ago Frank Kingswood Use p4 print -o to retrieve utf16 file in no-keep mode
18 months ago Frank Kingswood Remove a trailing slash from the Root provided in the p4 client
19 months ago Frank Kingswood Add support for partial checkouts
19 months ago Frank Kingswood Added tag 1.3 for changeset c9bc78451da3
19 months ago Frank Kingswood Small fix for Mercurial 1.31.3
19 months ago Frank Kingswood Test filename with dollar sign in it
19 months ago Frank Kingswood Fix call to p4 revert for any other changes to the files
19 months ago Frank Kingswood show p4 client name in p4pending -v
20 months ago Frank Kingswood ignore .pyo files
20 months ago Frank Kingswood Make incoming and outgoing return codes match built-in ones.
20 months ago Frank Kingswood Avoid filectx.cmp() which changed after Mercurial 1.6 to have different semantics.
21 months ago Frank Kingswood Avoid calling p4 revert on empty list of files
21 months ago Frank Kingswood Test case for new p4 latest code
21 months ago Frank Kingswood Exhaustively search all parents (instead of just the left parent of each node) to find latest p4 node.
22 months ago Frank Kingswood Revert all files opened in a changelist that is being reused for a push.
22 months ago Frank Kingswood Fix detection of dot-hg-files-only changes so that it ignores clean merges
22 months ago Frank Kingswood Tested with 1.4.3, 1.5.3 and 1.6
22 months ago Frank Kingswood Add version check to test script.1.4 1.5 1.6
22 months ago Frank Kingswood Now handles p4 8-bit character set encodings.
23 months ago Frank Kingswood Add --base option to p4id
23 months ago Frank Kingswood Do not pull new changes to a mq revision with just .hg* contents
23 months ago Frank Kingswood Change describe so it returns a class instance instead of a tuple.
23 months ago Frank Kingswood Now searches for most recent p4 revision in default branch only, and
24 months ago Frank Kingswood Reusing changelist now ignores {{mercurial}} IDs in descriptions
2010-05-13 Frank Kingswood Add --summary option to p4pending
2010-05-13 Frank Kingswood Warn on errors in p4revert
2010-05-13 Frank Kingswood Warn on errors in cloning
2010-04-30 Raymond Barbiero Added more verbose error message for --startrev
2010-04-26 Frank Kingswood Allow outgoing and push --force to process mq patches.