monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision b0e70f5785dda454a2525255c60d39867c522f


From: monotone
Subject: [Monotone-commits-diffs] Revision b0e70f5785dda454a2525255c60d39867c522f9a
Date: Sun, 22 Feb 2009 07:55:11 +0100

-----------------------------------------------------------------
Revision: b0e70f5785dda454a2525255c60d39867c522f9a
Ancestor: 87662952163c2e33ddbd38b5e93e28fd581e460b
Author: address@hidden
Date: 2009-02-22T06:44:18
Branch: net.venge.monotone

Modified files:
        automate.cc cmd.cc cmd_automate.cc cmd_merging.cc
        cmd_ws_commit.cc migrate_work.cc work.cc work.hh

ChangeLog: 

remove redundant _ws_ from various workspace member functions
rename internal workspace option vars from foo_option to workspace_foo

* automate.cc (get_option): remove _ws_ from workspace::print_option
* cmd.cc (namespace commands):
* cmd_automate.cc (stdio, mtn_automate): 
  remove _ws_ from workspace::check_format and workspace::get_options
* cmd_merging.cc (update): 
* cmd_ws_commit.cc (commit): remove _ws_ from workspace::set_options
  (migrate_workspace): remove _ws_ from workspace::migrate_format
* migrate_work.cc (get_ws_format): rename to ...
  (get_workspace_format): this; which is a private static function
  (write_ws_format): rename to ...
  (write_format): ... this
  (check_ws_format): rename to ...
  (check_format): ... this
  (migrate_ws_format): rename to ...
  (migrate_format): ... this
* work.{cc,hh} (create_workspace, constructors): remove _ws_ from
  workspace::set_options and workspace::write_options
  (get_ws_options): rename to ...
  (get_options): ... this
  (set_ws_options): rename to ...
  (set_options): ... this
  (print_ws_options): rename to ...
  (print_options): ... this
  (read_options_file, write_options_file, get_options, set_options,
   get_database_option, print_options):
  rename foo_option to workspace_foo in an attempt to clarify things a bit
  (branch_is_sticky): add comments about when the branch option is set to
  "sticky"


Attachment: txtZh3kGZNupg.txt
Description: Diff [87662952163c2e33ddbd38b5e93e28fd581e460b] -> [b0e70f5785dda454a2525255c60d39867c522f9a]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]