summaryrefslogtreecommitdiff
path: root/.bazaar
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-07 17:05:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-07 17:05:19 +0200
commitdd5427baaf49f8de4355abeb6bc8c6dd14f74e25 (patch)
tree46fcfc70bd792e80ceebaab89a7f8fc06bc29101 /.bazaar
downloaddotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.tar.gz
dotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.tar.bz2
dotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.zip
Initial check-in of files
Diffstat (limited to '.bazaar')
-rw-r--r--.bazaar/bazaar.conf25
-rw-r--r--.bazaar/ignore8
2 files changed, 33 insertions, 0 deletions
diff --git a/.bazaar/bazaar.conf b/.bazaar/bazaar.conf
new file mode 100644
index 0000000..7c92867
--- /dev/null
+++ b/.bazaar/bazaar.conf
@@ -0,0 +1,25 @@
+[DEFAULT]
+email = René 'Necoro' Neumann <necoro@necoro.net>
+viz-compact-view = no
+launchpad_username = necoro
+cia_user = Necoro
+cia_send_revno = true
+date-column-visible = True
+revno-column-visible = True
+bugtracker_portato_url = http://portato.origo.ethz.ch/issues/{id}
+viz-graph-size = 1315x534
+viz-revisionview-size = 1315x321
+viz-window-size = 1315x926
+
+[ALIASES]
+c = commit -m
+cl = commit --local -m
+d = diff
+r = revert
+rev = revert --no-backup
+s = status
+l = log --short -r -10..
+p = push
+pl = pull
+sw = switch
+bls = branches ..
diff --git a/.bazaar/ignore b/.bazaar/ignore
new file mode 100644
index 0000000..a9081c2
--- /dev/null
+++ b/.bazaar/ignore
@@ -0,0 +1,8 @@
+*.a
+*.o
+*.py[co]
+*.so
+*.sw[nop]
+*~
+.#*
+[#]*#