unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bzr document unclear. There is no "conflict markers".
@ 2010-01-03 12:44 Jan Djärv
  2010-01-03 13:39 ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Jan Djärv @ 2010-01-03 12:44 UTC (permalink / raw)
  To: Emacs-Devel

Hi.

I tried to follow the worklflow for a quick change:

"Workflow for a Quick Change

First, refresh your mirror and then the working branch:

       cd $DEVHOME/emacs/trunk
       bzr update                     # update from the upstream master (optional)
       cd ../quickfixes
       bzr merge                      # update from /trunk/ (optional)

The reason you use “merge” instead of “update” in the task branch is that your 
task branch has local changes – it has diverged (a bit) from the upstream 
master, and so any changes from upstream have to be merged with your changes.

The merge may fail due to a change that conflicts with your branch. You’ll 
need to fix the problem (looking for conflict markers and editing, just as in 
CVS), then ..."

When I do the merge it just says:

% bzr merge
bzr: ERROR: Working tree "/home/jhd/src/bzr/emacs/fixes/" has uncommitted 
changes (See bzr status).

If I do bzr status, almost the whole tree is listed as modified (except files 
added and removed and not version controlled).

I certainly didn't modify all files, in fact I modified none.  I just tried to 
sync from savannah before starting to modify files.  Is this expected from 
bzr?  Should I create a new branch each time I sync from savannah, as reusing 
branches for fixes doesn't work?

	Jan D.





^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-01-04 20:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-03 12:44 Bzr document unclear. There is no "conflict markers" Jan Djärv
2010-01-03 13:39 ` Eli Zaretskii
2010-01-03 14:33   ` Jan Djärv
2010-01-03 15:10     ` Eli Zaretskii
2010-01-03 19:17       ` Jan Djärv
2010-01-03 19:25         ` Eli Zaretskii
2010-01-04  0:14           ` Jan Djärv
2010-01-03 15:24     ` Bojan Nikolic
2010-01-03 21:59       ` Richard Stallman
2010-01-03 22:36         ` Bojan Nikolic
2010-01-04 16:23           ` Richard Stallman
2010-01-04 17:08             ` Stefan Monnier
2010-01-04 20:07             ` Bojan Nikolic
2010-01-04  4:08         ` Eli Zaretskii
2010-01-04 16:23           ` Richard Stallman
2010-01-04 18:27             ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).