git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* StGIT-0.11: Python exception when removing branch
@ 2007-01-01 12:49 Andrey Borzenkov
  0 siblings, 0 replies; only message in thread
From: Andrey Borzenkov @ 2007-01-01 12:49 UTC (permalink / raw)
  To: catalin.marinas; +Cc: git

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Every time I try to remove a branch I get:

{pts/0}% stg branch --delete stable
Deleting branch "stable"...
Traceback (most recent call last):
  File "/usr/bin/stg", line 43, in <module>
    main()
  File "/usr/lib/python2.5/site-packages/stgit/main.py", line 261, in main
    command.func(parser, options, args)
  File "/usr/lib/python2.5/site-packages/stgit/commands/branch.py", line 167, 
in func
    __delete_branch(args[0], options.force)
  File "/usr/lib/python2.5/site-packages/stgit/commands/branch.py", line 107, 
in __delete_branch
    doomed.delete(force)
  File "/usr/lib/python2.5/site-packages/stgit/stack.py", line 583, in delete
    if not os.listdir(self.__series_dir):
OSError: [Errno 2] No such file or directory: '.git/patches/stable'

Well, it is correct, stable has never had any patches, but why stg is so upset 
about it? :)

The state after this command is

{pts/2}% stg branch -l
Available branches:
> s     cooker  |
  s     origin  |
        stable  |

It did not happen before; I am not sure whether it was introdied by StGIT or 
Pythn update.

Regards and happy new year

- -andrey
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFmQNMR6LMutpd94wRAuWCAKDQmc5xTW/0okN+MMx5Y8GUBSiqQgCggpUY
fWPjyHx/usyneWVaRl61lZM=
=vnEW
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-01 12:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-01 12:49 StGIT-0.11: Python exception when removing branch Andrey Borzenkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).