diff options
author | mbarnson%sisna.com <> | 2002-11-05 12:54:27 +0100 |
---|---|---|
committer | mbarnson%sisna.com <> | 2002-11-05 12:54:27 +0100 |
commit | 56c60d0255d90a0fd37dc6d9b98dd310f9913d5b (patch) | |
tree | 712439ba346c2b9289dc4bb00cbb0d63321a8652 /docs | |
parent | 662cb14fe9d3a1f60956a8d72fcd1fd21f1cbec8 (diff) | |
download | bugzilla-56c60d0255d90a0fd37dc6d9b98dd310f9913d5b.tar.gz bugzilla-56c60d0255d90a0fd37dc6d9b98dd310f9913d5b.tar.xz |
Added blurb about movebugs. At this point, only bmo uses it, so I'm
calling it an "undocumented feature".
See bug 127818
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sgml/administration.sgml | 13 | ||||
-rw-r--r-- | docs/xml/administration.xml | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/docs/sgml/administration.sgml b/docs/sgml/administration.sgml index 14adb0b50..1873ee025 100644 --- a/docs/sgml/administration.sgml +++ b/docs/sgml/administration.sgml @@ -129,6 +129,19 @@ blurb about how to use Bugzilla at your site.</para> </step> + + <step> + <para> + <command>movebugs</command>: + + This option is an undocumented feature to allow moving bugs + between separate Bugzilla installations. You will need to understand + the source code in order to use this feature. Please consult + <filename>movebugs.pl</filename> in your Bugzilla source tree for + further documentation, such as it is. + </para> + </step> + <step> <para> <command>useqacontact</command>: diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index 14adb0b50..1873ee025 100644 --- a/docs/xml/administration.xml +++ b/docs/xml/administration.xml @@ -129,6 +129,19 @@ blurb about how to use Bugzilla at your site.</para> </step> + + <step> + <para> + <command>movebugs</command>: + + This option is an undocumented feature to allow moving bugs + between separate Bugzilla installations. You will need to understand + the source code in order to use this feature. Please consult + <filename>movebugs.pl</filename> in your Bugzilla source tree for + further documentation, such as it is. + </para> + </step> + <step> <para> <command>useqacontact</command>: |