Commit Briefs


523b8417c1 Stefan Sperling

handle xbit-only changes during 'got update'


d136cfcb98 Stefan Sperling

show original file content in conflict markers



303e2782e0 Stefan Sperling

add support for tags to -c options of some got commands


305993b9d1 Stefan Sperling

fix typo in test commit log message



f2ea84fab9 Stefan Sperling

make 'got update' accept mulitple path arguments




1a36436d4d Stefan Sperling

relax out-of-dateness check for 'got commit'


a5e55564f5 Stefan Sperling

fix sandbox name used by test_update_bumps_base_commit_id



a1fb16d88f Stefan Sperling

make moved branch head references easier to deal with


cc43886eb4 Stefan Sperling

improve wording of an error message


d969fa15b6 Stefan Sperling

inform the user when switching branches


c932eeeb83 Stefan Sperling

make 'got update' bump the base commit ID of unchanged files

This change makes it actually possible to get around commit-time out-of-dateness by running 'got update'. The test added with this commit shows that our out-of-dateness check is currently too simplistic; an update is required between any two commit operations! It would be better to allow commits to proceed until a situation arises where file content must be merged.




024e9686ae Stefan Sperling

add branch support to 'got update'


8d301dd94c Stefan Sperling

use cmp -s, instead of cmp, in all command line tests


d5bea53959 Stefan Sperling

fix linear ancestry verification check for 'got update'



66b11bf55a Stefan Sperling

add a test for wt rm vs repo rm