/srv/irclogs.ubuntu.com/2016/05/28/#bzr.txt

GyrosGeierhi18:18
GyrosGeierI have an automated build using Jenkins, where I use bzr merge to add a stack of patches from a separate branch18:19
GyrosGeierI have to back these out before updating the tree, or I get conflicts in a way that Jenkins notices18:20
GyrosGeiercurrently, I do18:20
GyrosGeier$ bzr clean-tree --quiet --ignored --unknown --detritus --force18:20
GyrosGeier$ bzr pull --overwrite ...18:20
GyrosGeier$ bzr revert18:20
GyrosGeierand then merge my branch again18:21
GyrosGeieris there a way to do the same without cleaning the tree?18:21
GyrosGeierin a way that still works if files are added or removed in the merged branch18:22
GyrosGeiernew files from the merged branch get left behind otherwise, and the second time the branch is merged, the merge fails18:23
GyrosGeieroh wait18:25
GyrosGeieranother clean-tree after the revert18:25
GyrosGeierto make it actually work18:25
GyrosGeieris there a "merge --overwrite" or similar?18:27
GyrosGeieri.e. if the merge adds a file, that takes precedence over workspace files18:27
GyrosGeierexample log of a build: http://ci.kicad-pcb.org/job/windows-kicad-msvc-head/cpu=x86,label=windows/979/consoleText18:29
GyrosGeierthe merged branch changed, as it was rebased, and a file changed in both sides18:29

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!