Sat Oct 14 15:57:12 EDT 2006 "Kurt B. Kaiser" <[EMAIL PROTECTED]>
* 1.0.31a : darcs_load_dirs should not stop if a boring file is skipped by
darcs
Sun Oct 15 11:43:15 EDT 2006 "Kurt B. Kaiser" <[EMAIL PROTECTED]>
* 1.0.31b : Should raise exception when expected = 0 and status != 0
New patches:
[1.0.31a : darcs_load_dirs should not stop if a boring file is skipped by darcs
"Kurt B. Kaiser" <[EMAIL PROTECTED]>**20061014195712]
<
> {
hunk ./debian/changelog 1
+tla-load-dirs (1.0.31a) unstable; urgency=low
+
+ * darcs_load_dirs should not stop if a boring file is skipped by darcs
+
+ -- Kurt B. Kaiser <[EMAIL PROTECTED]> Sat, 14 Oct 2006 11:36:29 -0400
+
tla-load-dirs (1.0.31) unstable; urgency=high
* Update deps on load-dirs-common. Closes: #385644.
hunk ./tla_support/tla_wc.py 78
# Darcs will see adds later, but we need to add dirs
# now so darcs mv will work.
util.chdircmd(self.wcpath, util.safeexec, tlacmd,
- cmd().add + [file])
+ cmd().add + [file], expected=None)
def movetag(self, src, dest):
if self.verb:
hunk ./tla_support/util.py 94
info = ",".join(info)
if not os.WIFEXITED(result):
raise ExecProblem, info
- if os.WEXITSTATUS(result) != expected:
- raise ExecProblem, info + " (expected exit code %d)" % expected
+ if expected:
+ if os.WEXITSTATUS(result) != expected:
+ raise ExecProblem, info + " (expected exit code %d)" % expected
return result
def checkpid(pid, expected):
}
[1.0.31b : Should raise exception when expected = 0 and status != 0
"Kurt B. Kaiser" <[EMAIL PROTECTED]>**20061015154315]
<
> {
hunk ./debian/changelog 1
-tla-load-dirs (1.0.31a) unstable; urgency=low
+tla-load-dirs (1.0.31b) unstable; urgency=low
* darcs_load_dirs should not stop if a boring file is skipped by darcs
hunk ./debian/changelog 5
- -- Kurt B. Kaiser <[EMAIL PROTECTED]> Sat, 14 Oct 2006 11:36:29 -0400
+ -- Kurt B. Kaiser <[EMAIL PROTECTED]> Sun, 15 Oct 2006 09:47:40 -0400
tla-load-dirs (1.0.31) unstable; urgency=high
hunk ./tla_support/util.py 94
info = ",".join(info)
if not os.WIFEXITED(result):
raise ExecProblem, info
- if expected:
+ if expected is not None:
if os.WEXITSTATUS(result) != expected:
raise ExecProblem, info + " (expected exit code %d)" % expected
return result
}
Context:
[Initial import 1.0.31
"Kurt B. Kaiser" <[EMAIL PROTECTED]>**20061014152302]
Patch bundle hash:
2d496f02f0978d03ff6d664d54071958140fa28c