~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2007-03-01 21:56:19 UTC
  • mto: (2255.7.84 dirstate)
  • Revision ID: john@arbash-meinel.com-20070301215619-wpt6kz8yem3ypu1b
Update to dirstate locking.
Move all of WT4.lock_* functions locally, so that they can
properly interact and cleanup around when we lock/unlock the
dirstate file.
Change all Lock objects to be non-blocking. So that if someone
grabs a lock on the DirState we find out immediately, rather
than blocking.
Change WT4.unlock() so that if the dirstate is dirty, it will
save the contents even if it only has a read lock.
It does this by trying to take a write lock, if it fails
we just ignore it. If it succeeds, then we can flush to disk.
This is more important now that DirState tracks file changes.
It allows 'bzr status' to update the cached stat and sha values.
Filename Latest Rev Last Changed Committer Comment Size
..
bazaar-vcs.org.kid 2054.2.16 18 years ago Aaron Bentley More updates from review comments 18.3 KB Diff Download File
centralized_workflow.txt 2098.2.4 18 years ago John Arbash Meinel Include a table-of-contents. 11.5 KB Diff Download File
configuration.txt 2230.3.46 17 years ago Aaron Bentley tweak config docs 6.5 KB Diff Download File
default.css 1551.8.18 18 years ago Aaron Bentley Tweak font settings in stylesheet 1.7 KB Diff Download File
http_smart_server.txt 2190.1.7 18 years ago John Arbash Meinel Comment that https:// is a good way to have a writ 7 KB Diff Download File
index.txt 2018.4.1 18 years ago Andrew Bennetts Add WSGI smart server. 1.5 KB Diff Download File
plugins.txt 1861.2.6 18 years ago Alexander Belchenko branding: change Bazaar-NG to Bazaar 3 KB Diff Download File
README.1st 1861.2.6 18 years ago Alexander Belchenko branding: change Bazaar-NG to Bazaar 904 bytes Diff Download File
server.txt 2018.1.10 18 years ago Andrew Bennetts Merge --allow-writes from Robert 2.6 KB Diff Download File
setting_up_email.txt 1861.2.6 18 years ago Alexander Belchenko branding: change Bazaar-NG to Bazaar 3.4 KB Diff Download File
specifying_revisions.txt 2070.4.3 18 years ago John Arbash Meinel code and doc cleanup 4.2 KB Diff Download File
tutorial.txt 2135.1.2 18 years ago Matthew Fuller Mention $VISUAL here, and play with the wording of 19.7 KB Diff Download File
using_aliases.txt 1861.2.6 18 years ago Alexander Belchenko branding: change Bazaar-NG to Bazaar 1.8 KB Diff Download File
version_info.txt 2022.1.7 18 years ago John Arbash Meinel Add NEWS and a simple doc for using bzr version-in 2.1 KB Diff Download File