Typo in vc/bzr.py

View: New views
2 Messages — Rating Filter:   Alert me  

Typo in vc/bzr.py

by Andrew Beyer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

--- vc/bzr.py 2009-06-13 21:11:44 +0000
+++ vc/bzr.py 2009-07-07 16:07:47 +0000
@@ -63,7 +63,7 @@
         branch_root = _vc.popen([self.CMD, "root",
rootdir]).read().rstrip('\n')
         while 1:
             try:
-                proc = _vc.popen([self.CMD, status, branch_root])
+                proc = _vc.popen([self.CMD, "status", branch_root])
                 entries = proc.read().split("\n")[:-1]
                 break
             except OSError, e:
_______________________________________________
meld-list mailing list
meld-list@...
http://mail.gnome.org/mailman/listinfo/meld-list

Re: Typo in vc/bzr.py

by Kai Willadsen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Committed, thanks.

2009/7/8 Andrew Beyer <beyer.andrew@...>:

> --- vc/bzr.py   2009-06-13 21:11:44 +0000
> +++ vc/bzr.py   2009-07-07 16:07:47 +0000
> @@ -63,7 +63,7 @@
>         branch_root = _vc.popen([self.CMD, "root",
> rootdir]).read().rstrip('\n')
>         while 1:
>             try:
> -                proc = _vc.popen([self.CMD, status, branch_root])
> +                proc = _vc.popen([self.CMD, "status", branch_root])
>                 entries = proc.read().split("\n")[:-1]
>                 break
>             except OSError, e:
> _______________________________________________
> meld-list mailing list
> meld-list@...
> http://mail.gnome.org/mailman/listinfo/meld-list
>
_______________________________________________
meld-list mailing list
meld-list@...
http://mail.gnome.org/mailman/listinfo/meld-list