Mon Dec 11 12:58:49 PST 2006  Brendan Cully <[EMAIL PROTECTED]>
  * hg: make findcmd call compatible with 0.9.1 and 0.9.2.
New patches:

[hg: make findcmd call compatible with 0.9.1 and 0.9.2.
Brendan Cully <[EMAIL PROTECTED]>**20061211205849] {
hunk ./vcpx/repository/hg.py 310
-            findcmd = commands.findcmd
+            if commands.findcmd.func_code.co_argcount == 1:
+                findcmd = commands.findcmd
+            else:
+                def findcmd(cmd):
+                    return commands.findcmd(self._getUI(), cmd)
}

Context:

[Import needed exceptions, and reorder imports
[EMAIL PROTECTED] 
[Accept "no changes" as a valid Monotone diff.
[EMAIL PROTECTED] 
[Don't assume the timestamp in darcs log is exactly 28 chars long
[EMAIL PROTECTED] 
[allways call cvs with -f and cvsps with --norc option to disable ~/.cvsrc
[EMAIL PROTECTED]
     Disabling .cvsrc leads to more predictable behavior and avoids strange
     errors if .cvsrc contains -q option as default.
] 
[fix typo
[EMAIL PROTECTED] 
[verify rename exit status
[EMAIL PROTECTED] 
[update keygen support and remove obsolete keyfile handling.
[EMAIL PROTECTED] 
[Break an endless walk in hg backend
Aurelien Jacobs <[EMAIL PROTECTED]>**20061012220807] 
[(Re)fix damned CVS bootstrap step
[EMAIL PROTECTED] 
[Pass None as input when no passphrase is given (see ticket #80)
[EMAIL PROTECTED] 
[M-x whitespace-cleanup
[EMAIL PROTECTED] 
[Fix cut'n'paste error, see ticket #80
[EMAIL PROTECTED] 
[Fix CVS bootstrap
[EMAIL PROTECTED]
 Do not exit the loop over the changeset at the first not applied
 changeset, but rather keep looping over all the changesets.
] 
[More informative exception
[EMAIL PROTECTED] 
[A little easier configuration
[EMAIL PROTECTED]
 It's now possible to specify just 'kind:' to implicitly mean
 'kind:projectname' for the source and target repositories.
 When there's no need of further information like when using darcs as
 target, the relative section may be omitted completely.
] 
[Fix ticket #75, at least with DisjunctWorkingDirectories
[EMAIL PROTECTED]
 While fixing it with shared basedirs is a tricky business, with disjunct
 basedirs it's very simple: first replay the changeset on the target, then
 execute rsync to copy updated files.
] 
[Fix ticket #75, at least with DisjunctWorkingDirectories
[EMAIL PROTECTED]
 While fixing it with shared basedirs is a tricky business, with disjunct
 basedirs it's very simple: first replay the changeset on the target, then
 execute rsync to copy updated files.
] 
[Test for ticket #75
[EMAIL PROTECTED] 
[Use a different rootdir, otherwise the test imports the repo itself
[EMAIL PROTECTED] 
[Fix typo in variable name
[EMAIL PROTECTED] 
[Rename a few ivars to lower case
[EMAIL PROTECTED] 
[Document class vars
[EMAIL PROTECTED] 
[Separate the changeset from the message with a blank line
[EMAIL PROTECTED] 
[Fix the conflict case with HG
[EMAIL PROTECTED]
 Do not return a list of tuples from _applyChangeset(), but rather a flat list.
] 
[New propset-date option on the Subversion repositories
[EMAIL PROTECTED] 
[Fix the option name: it's use-propset, not use-svn-propset
[EMAIL PROTECTED] 
[Update multiple files at same CVS revision
[EMAIL PROTECTED]
 When applying a CVS changeset, instead of updating a file at a time at
 its new revision, group them by revision and execute fewer updates.
] 
[enable logging of all mtn output
R.Ghetta <[EMAIL PROTECTED]>**20060901051018] 
[Emit an info message upon synthetic adds/removes on directories
[EMAIL PROTECTED] 
[Check for errors while setting up the test case
[EMAIL PROTECTED] 
[New --debug option for tests, to show external commands
[EMAIL PROTECTED] 
[Fix typo in test name
[EMAIL PROTECTED] 
[New test for reappeared directory
[EMAIL PROTECTED] 
[Better way to check if a CVS directory is empty
[EMAIL PROTECTED]
 Old way considered empty a directory containing just the metadir
 "CVS", but this was not correct, because the DualWorkingDir may
 contain two different metadirs, the source and the target system
 ones. The right way is looking at CVS/Entries.
] 
[Add a test case for ticket #74.
Adeodato Simo <[EMAIL PROTECTED]>**20060824162516] 
[Allow FixedBugs.run_tailor to get a function as argument.
Adeodato Simo <[EMAIL PROTECTED]>**20060824160543
 
 The function is intended to make various assertions against the just
 created project, and it receives (project, vcs) as arguments.
] 
[Factor out the cvs command used to build the test source repository
[EMAIL PROTECTED] 
[M-x whitespace-cleanup
[EMAIL PROTECTED] 
[Fix #71: annihilate "add A; remove A" in a single darcs patch
[EMAIL PROTECTED]
 This requires a fix in darcs 1.0.8 for its issue185. I proposed one
 (attached to the ticket #71), time will tell...
] 
[Fix a typo
[EMAIL PROTECTED] 
[Use recursive drop for monotone
[EMAIL PROTECTED]
 Tailor seems to expect that dropping a non-empty directory will
 succeed; by all indications it expects this drop to be recursive.
 Therefore, use "mtn drop --recursive" instead of "mtn drop".
] 
[TAG Version 0.9.26
[EMAIL PROTECTED] 
Patch bundle hash:
418ba047f7e34ee84b2304baba5958f598e5eb3e
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to