/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to backend/errors.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-06-13 18:56:54 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060613185654-ce1cfe57f21138cd
* backend/commit.py: minor tweaks to push()
* backend/init.py: minor tweaks to checkout() and branch()

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
    """ Invalid revision value provided
160
160
    
161
161
    May occur in:
162
 
        init.branch()
163
 
        init.checkout()
164
162
    """
165
163
 
166
164
class StrictCommitError(OliveError):