Masatake YAMATO <[EMAIL PROTECTED]> writes: > --short gives a status flags for each item, similar to the SVN's status > command.
[...] > Column 3: Execute >>>>> * The execute bit was changed The second is related to the first (i.e. the output of "bzr status --short"). > Mayby column 3 is not handled well. You don't have to, since you parse the output of "bzr status", not "bzr status --short". That said, we might want to migrate to "bzr status --short". If find it better when the list is long, since each line is self-contained. > === modified file 'lisp/bzr.el' > --- lisp/bzr.el 2007-06-07 18:55:44 +0000 > +++ lisp/bzr.el 2007-06-15 11:31:53 +0000 > @@ -406,7 +406,7 @@ > (list 'file newname > " " " " dir > oldname))))) > - ((looking-at " +\\(?:Text conflict in > \\)?\\([^\n]*?\\)\\([/@]\\)?$") > + ((looking-at " +\\(?:Text conflict in > \\)?\\([^\n]*?\\)\\([/@*]\\)?$") > (let ((file (match-string-no-properties 1)) > (dir (match-string-no-properties 2))) > (with-current-buffer changes-buffer It does seem OK to me. -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
