/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/commit.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:
120
120
    try:
121
121
        dir_to = bzrlib.bzrdir.BzrDir.open(location_url)
122
122
        br_to = dir_to.open_branch()
123
 
    except NotBranchError:
 
123
    except errors.NotBranchError:
124
124
        # create a branch.
125
125
        transport = transport.clone('..')
126
126
        if not create_prefix: